From 4b2659bc0b238d731dcf89090895f427025f7e8f Mon Sep 17 00:00:00 2001 From: Abderrahmane TAHRI JOUTI <302837+atahrijouti@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:07:26 +0100 Subject: [PATCH 1/3] Cyan Light theme : Add License and Author --- runtime/themes/cyan_light.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/themes/cyan_light.toml b/runtime/themes/cyan_light.toml index 45cb6539dbfb..0442e00bb055 100644 --- a/runtime/themes/cyan_light.toml +++ b/runtime/themes/cyan_light.toml @@ -1,6 +1,6 @@ -# An approximation/port of the Cyan Light Theme from Jetbrains -# -# Original Color Scheme here https://plugins.jetbrains.com/plugin/12102-cyan-light-theme +# Author: Abderrahmane Tahri Jouti +# Adapted from https://plugins.jetbrains.com/plugin/12102-cyan-light-theme, JetBrains' Cyan Light Theme by Olga Berdnikova +# Source: https://github.com/OlyaB/CyanTheme "attribute" = "blue" "type" = "shade07" From 73dc2b51f80451bcdca071b9fa0794215c78eae9 Mon Sep 17 00:00:00 2001 From: Abderrahmane TAHRI JOUTI <302837+atahrijouti@users.noreply.github.com> Date: Wed, 21 Feb 2024 10:12:39 +0100 Subject: [PATCH 2/3] Add License Copy license from https://github.com/OlyaB/CyanTheme/blob/master/LICENSE --- runtime/themes/licenses/cyan_light.LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 runtime/themes/licenses/cyan_light.LICENSE diff --git a/runtime/themes/licenses/cyan_light.LICENSE b/runtime/themes/licenses/cyan_light.LICENSE new file mode 100644 index 000000000000..3a4a2fb87001 --- /dev/null +++ b/runtime/themes/licenses/cyan_light.LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 CloudCannon + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 0825b919b83c7815b5357df1bf5ed7ad871faaba Mon Sep 17 00:00:00 2001 From: Abderrahmane TAHRI JOUTI <302837+atahrijouti@users.noreply.github.com> Date: Wed, 21 Feb 2024 12:28:45 +0100 Subject: [PATCH 3/3] better credits to original author --- runtime/themes/cyan_light.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/runtime/themes/cyan_light.toml b/runtime/themes/cyan_light.toml index 0442e00bb055..a35ad58470f1 100644 --- a/runtime/themes/cyan_light.toml +++ b/runtime/themes/cyan_light.toml @@ -1,5 +1,9 @@ +# Cyan Light +# Adapted from JetBrains' Cyan Light Theme https://plugins.jetbrains.com/plugin/12102-cyan-light-theme # Author: Abderrahmane Tahri Jouti -# Adapted from https://plugins.jetbrains.com/plugin/12102-cyan-light-theme, JetBrains' Cyan Light Theme by Olga Berdnikova + +# Original Author : Olga Berdnikova +# LICENSE : MIT # Source: https://github.com/OlyaB/CyanTheme "attribute" = "blue"