diff options
author | Michele Calgaro <[email protected]> | 2025-01-24 22:50:19 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-26 23:05:54 +0900 |
commit | 73d6ad4ec74dfdb17f3f7663f18b07aeb983f8b5 (patch) | |
tree | c32646aca6595344cd70d61d957ce2a577cdd16d /kcontrol | |
parent | 0d341a0371af898082c78e06300c46dd7f0b14c9 (diff) | |
download | tdebase-73d6ad4ec74dfdb17f3f7663f18b07aeb983f8b5.tar.gz tdebase-73d6ad4ec74dfdb17f3f7663f18b07aeb983f8b5.zip |
Add 15 color schemes taken from https://www.opendesktop.org.
- Jewels (8 schemes): taken from https://www.opendesktop.org/p/1123760, no license specified
- Seasons (4 schemes): taken from https://www.opendesktop.org/p/1123759, no license specified
- Different: taken from https://www.opendesktop.org/p/1123251, no license specified
- Lila: taken from https://www.opendesktop.org/p/1123580, no license specified
- Pinkie: taken from https://www.opendesktop.org/p/1994203, Creative Common 0 license
Given the files are available on opendesktop.org, it seems reasonable to assumed that all files
without explicit license are publicly available and therefore redistributable under GPL2 license.
Should this not be the case, we kindly ask the authors of the files to reach out
to us and we will promptly remove any offending file.
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 69ac490a9e43b46efbc7fbf3ce32e96365f5805d)
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/krdb/kcs/CMakeLists.txt | 11 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Different.kcsrc | 22 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Jewels-Amethyst.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Jewels-Aquamarine.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Jewels-Carbon.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Jewels-Citrin.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Jewels-Emerald.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Jewels-Ruby.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Jewels-Sapphire.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Jewels-Topaz.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Lila.kcsrc | 26 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Makefile.am | 6 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Pinkie.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Seasons-Autumn.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Seasons-Spring.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Seasons-Summer.kcsrc | 27 | ||||
-rw-r--r-- | kcontrol/krdb/kcs/Seasons-Winter.kcsrc | 27 |
17 files changed, 406 insertions, 10 deletions
diff --git a/kcontrol/krdb/kcs/CMakeLists.txt b/kcontrol/krdb/kcs/CMakeLists.txt index b93dc018a..176ddd6f5 100644 --- a/kcontrol/krdb/kcs/CMakeLists.txt +++ b/kcontrol/krdb/kcs/CMakeLists.txt @@ -9,16 +9,9 @@ # ################################################# +file( GLOB _color_schemes_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.kcsrc ) tde_create_translated_desktop( - SOURCE - AtlasGreen.kcsrc BeOS.kcsrc BlueSlate.kcsrc - CDE.kcsrc DarkBlue.kcsrc DesertRed.kcsrc DigitalCDE.kcsrc - PaleGray.kcsrc Pumpkin.kcsrc SolarisCDE.kcsrc Storm.kcsrc - Windows2000.kcsrc System.kcsrc Next.kcsrc PointReyesGreen.kcsrc - KDEOne.kcsrc KDETwo.kcsrc MediaPeach.kcsrc Windows95.kcsrc EveX.kcsrc - WindowsXP.kcsrc Keramik.kcsrc KeramikEmerald.kcsrc KeramikWhite.kcsrc - BlackOnWhite.kcsrc WhiteOnBlack.kcsrc YellowOnBlue.kcsrc Plastik.kcsrc - Human.kcsrc Last.fm.kcsrc Lizard.kcsrc Sienna.kcsrc Platinum.kcsrc WedgieWeb.kcsrc + SOURCE ${_color_schemes_files} DESTINATION ${DATA_INSTALL_DIR}/tdedisplay/color-schemes PO_DIR kcontrol-color-schemes ) diff --git a/kcontrol/krdb/kcs/Different.kcsrc b/kcontrol/krdb/kcs/Different.kcsrc new file mode 100644 index 000000000..a846ee727 --- /dev/null +++ b/kcontrol/krdb/kcs/Different.kcsrc @@ -0,0 +1,22 @@ +[Color Scheme] +Name=Different +activeBackground=178,77,122 +activeBlend=174,178,195 +activeForeground=255,255,255 +activeTitleBtnBg=174,178,195 +alternateBackground=138,142,155 +background=7,191,237 +buttonBackground=255,251,225 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +inactiveBackground=174,178,195 +inactiveBlend=174,178,195 +inactiveForeground=0,0,0 +inactiveTitleBtnBg=174,178,195 +linkColor=0,0,255 +selectBackground=255,251,225 +selectForeground=0,0,0 +visitedLinkColor=255,9,9 +windowBackground=148,220,254 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Jewels-Amethyst.kcsrc b/kcontrol/krdb/kcs/Jewels-Amethyst.kcsrc new file mode 100644 index 000000000..97616f08f --- /dev/null +++ b/kcontrol/krdb/kcs/Jewels-Amethyst.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Jewels - Amethyst +activeBackground=153,102,204 +activeBlend=167,116,218 +activeForeground=255,255,255 +activeTitleBtnBg=153,102,204 +alternateBackground=255,240,255 +background=247,216,255 +buttonBackground=242,201,254 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=153,102,204 +handle=153,102,204 +inactiveBackground=255,164,255 +inactiveBlend=251,190,255 +inactiveForeground=128,128,128 +inactiveFrame=255,164,255 +inactiveHandle=255,164,255 +inactiveTitleBtnBg=255,164,255 +linkColor=0,0,192 +selectBackground=153,102,204 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=255,240,255 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Jewels-Aquamarine.kcsrc b/kcontrol/krdb/kcs/Jewels-Aquamarine.kcsrc new file mode 100644 index 000000000..29346c2fc --- /dev/null +++ b/kcontrol/krdb/kcs/Jewels-Aquamarine.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Jewels - Aquamarine +activeBackground=127,255,212 +activeBlend=157,255,212 +activeForeground=0,0,0 +activeTitleBtnBg=127,255,212 +alternateBackground=240,255,255 +background=216,255,255 +buttonBackground=201,255,254 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=127,255,212 +handle=127,255,212 +inactiveBackground=159,255,255 +inactiveBlend=187,255,255 +inactiveForeground=128,128,128 +inactiveFrame=159,255,255 +inactiveHandle=159,255,255 +inactiveTitleBtnBg=159,255,255 +linkColor=0,0,192 +selectBackground=127,255,212 +selectForeground=0,0,0 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=240,255,255 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Jewels-Carbon.kcsrc b/kcontrol/krdb/kcs/Jewels-Carbon.kcsrc new file mode 100644 index 000000000..60259453a --- /dev/null +++ b/kcontrol/krdb/kcs/Jewels-Carbon.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Jewels - Carbon +activeBackground=19,14,10 +activeBlend=33,28,24 +activeForeground=255,255,255 +activeTitleBtnBg=19,14,10 +alternateBackground=252,252,252 +background=236,236,236 +buttonBackground=225,225,225 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=19,14,10 +handle=19,14,10 +inactiveBackground=33,28,24 +inactiveBlend=177,177,177 +inactiveForeground=175,175,175 +inactiveFrame=33,28,24 +inactiveHandle=33,28,24 +inactiveTitleBtnBg=33,28,24 +linkColor=0,0,192 +selectBackground=19,14,10 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=252,252,252 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Jewels-Citrin.kcsrc b/kcontrol/krdb/kcs/Jewels-Citrin.kcsrc new file mode 100644 index 000000000..ba896ece3 --- /dev/null +++ b/kcontrol/krdb/kcs/Jewels-Citrin.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Jewels - Citrin +activeBackground=228,208,10 +activeBlend=246,223,4 +activeForeground=0,0,0 +activeTitleBtnBg=228,208,10 +alternateBackground=255,255,239 +background=255,255,216 +buttonBackground=255,255,216 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=228,208,10 +handle=228,208,10 +inactiveBackground=255,254,144 +inactiveBlend=255,255,238 +inactiveForeground=128,128,128 +inactiveFrame=255,254,144 +inactiveHandle=255,254,144 +inactiveTitleBtnBg=255,254,144 +linkColor=0,0,192 +selectBackground=228,208,10 +selectForeground=0,0,0 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=255,255,239 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Jewels-Emerald.kcsrc b/kcontrol/krdb/kcs/Jewels-Emerald.kcsrc new file mode 100644 index 000000000..1b0c1a83f --- /dev/null +++ b/kcontrol/krdb/kcs/Jewels-Emerald.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Jewels - Emerald +activeBackground=80,200,120 +activeBlend=107,200,120 +activeForeground=255,255,255 +activeTitleBtnBg=80,200,120 +alternateBackground=240,255,240 +background=216,255,216 +buttonBackground=200,254,201 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=80,200,120 +handle=80,200,120 +inactiveBackground=152,255,159 +inactiveBlend=184,255,187 +inactiveForeground=128,128,128 +inactiveFrame=152,255,159 +inactiveHandle=152,255,159 +inactiveTitleBtnBg=152,255,159 +linkColor=0,0,192 +selectBackground=80,200,120 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=240,255,240 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Jewels-Ruby.kcsrc b/kcontrol/krdb/kcs/Jewels-Ruby.kcsrc new file mode 100644 index 000000000..d3c614b12 --- /dev/null +++ b/kcontrol/krdb/kcs/Jewels-Ruby.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Jewels - Ruby +activeBackground=224,17,95 +activeBlend=224,44,95 +activeForeground=255,255,255 +activeTitleBtnBg=224,17,95 +alternateBackground=255,240,240 +background=255,216,216 +buttonBackground=254,199,201 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=224,17,95 +handle=224,17,95 +inactiveBackground=255,159,152 +inactiveBlend=255,187,184 +inactiveForeground=128,128,128 +inactiveFrame=255,159,152 +inactiveHandle=255,159,152 +inactiveTitleBtnBg=255,159,152 +linkColor=0,0,192 +selectBackground=224,17,95 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=255,240,240 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Jewels-Sapphire.kcsrc b/kcontrol/krdb/kcs/Jewels-Sapphire.kcsrc new file mode 100644 index 000000000..2d9adf6b6 --- /dev/null +++ b/kcontrol/krdb/kcs/Jewels-Sapphire.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Jewels - Sapphire +activeBackground=1,49,180 +activeBlend=31,75,180 +activeForeground=255,255,255 +activeTitleBtnBg=1,49,180 +alternateBackground=240,240,255 +background=216,216,255 +buttonBackground=199,200,253 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=1,49,180 +handle=1,49,180 +inactiveBackground=152,159,255 +inactiveBlend=184,187,255 +inactiveForeground=128,128,128 +inactiveFrame=152,159,255 +inactiveHandle=152,159,255 +inactiveTitleBtnBg=152,159,255 +linkColor=0,0,192 +selectBackground=1,49,180 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=240,240,255 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Jewels-Topaz.kcsrc b/kcontrol/krdb/kcs/Jewels-Topaz.kcsrc new file mode 100644 index 000000000..1ebff844b --- /dev/null +++ b/kcontrol/krdb/kcs/Jewels-Topaz.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Jewels - Topaz +activeBackground=147,65,8 +activeBlend=162,78,8 +activeForeground=255,255,255 +activeTitleBtnBg=147,65,8 +alternateBackground=255,249,242 +background=255,241,216 +buttonBackground=253,233,199 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=147,65,8 +handle=147,65,8 +inactiveBackground=255,221,160 +inactiveBlend=255,231,188 +inactiveForeground=128,128,128 +inactiveFrame=255,221,160 +inactiveHandle=255,221,160 +inactiveTitleBtnBg=255,221,160 +linkColor=0,0,192 +selectBackground=147,65,8 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=255,249,242 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Lila.kcsrc b/kcontrol/krdb/kcs/Lila.kcsrc new file mode 100644 index 000000000..c5cf64159 --- /dev/null +++ b/kcontrol/krdb/kcs/Lila.kcsrc @@ -0,0 +1,26 @@ +[Color Scheme] +Name=Lila +activeBackground=70,53,124 +activeBlend=221,218,236 +activeForeground=160,160,208 +activeTitleBtnBg=220,220,220 +alternateBackground=221,221,255 +background=236,230,238 +buttonBackground=209,205,221 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=236,230,238 +handle=236,230,238 +inactiveBackground=160,160,208 +inactiveBlend=70,53,124 +inactiveForeground=184,184,184 +inactiveFrame=236,230,238 +inactiveHandle=236,230,238 +inactiveTitleBtnBg=220,220,220 +linkColor=0,0,192 +selectBackground=122,90,218 +selectForeground=255,255,255 +visitedLinkColor=128,0,128 +windowBackground=255,255,255 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Makefile.am b/kcontrol/krdb/kcs/Makefile.am index dfa2389cf..adf68f19e 100644 --- a/kcontrol/krdb/kcs/Makefile.am +++ b/kcontrol/krdb/kcs/Makefile.am @@ -5,7 +5,11 @@ tdedisplay_colorschemes_data_DATA = AtlasGreen.kcsrc BeOS.kcsrc BlueSlate.kcsrc Windows2000.kcsrc System.kcsrc Next.kcsrc PointReyesGreen.kcsrc \ KDEOne.kcsrc KDETwo.kcsrc MediaPeach.kcsrc Windows95.kcsrc EveX.kcsrc \ WindowsXP.kcsrc Keramik.kcsrc KeramikEmerald.kcsrc KeramikWhite.kcsrc \ - BlackOnWhite.kcsrc WhiteOnBlack.kcsrc YellowOnBlue.kcsrc Plastik.kcsrc + BlackOnWhite.kcsrc WhiteOnBlack.kcsrc YellowOnBlue.kcsrc Plastik.kcsrc \ + Different.kcsrc Lila.kcsrc Pinkie.kcsrc \ + Jewels-Amethyst.kcsrc Jewels-Aquamarine.kcsrc Jewels-Carbon.kcsrc Jewels-Citrin.kcsrc \ + Jewels-Emerald.kcsrc Jewels-Ruby.kcsrc Jewels-Sapphire.kcsrc Jewels-Topaz.kcsrc \ + Seasons-Autumn.kcsrc Seasons-Spring.kcsrc Seasons-Summer.kcsrc Seasons-Winter.kcsrc tdedisplay_colorschemes_datadir = $(kde_datadir)/tdedisplay/color-schemes diff --git a/kcontrol/krdb/kcs/Pinkie.kcsrc b/kcontrol/krdb/kcs/Pinkie.kcsrc new file mode 100644 index 000000000..ac1f0cea4 --- /dev/null +++ b/kcontrol/krdb/kcs/Pinkie.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Pinkie +activeBackground=255,134,209 +activeBlend=255,184,235 +activeForeground=255,255,255 +activeTitleBtnBg=220,220,220 +alternateBackground=251,224,221 +background=254,224,250 +buttonBackground=248,209,233 +buttonForeground=0,0,0 +contrast=1 +foreground=0,0,0 +frame=255,235,237 +handle=255,235,237 +inactiveBackground=133,67,114 +inactiveBlend=210,118,158 +inactiveForeground=236,237,231 +inactiveFrame=255,235,237 +inactiveHandle=255,235,237 +inactiveTitleBtnBg=220,220,220 +linkColor=0,0,192 +selectBackground=255,174,228 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=255,230,245 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Seasons-Autumn.kcsrc b/kcontrol/krdb/kcs/Seasons-Autumn.kcsrc new file mode 100644 index 000000000..6e318b278 --- /dev/null +++ b/kcontrol/krdb/kcs/Seasons-Autumn.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Seasons - Autumn +activeBackground=175,95,55 +activeBlend=205,125,55 +activeForeground=255,255,255 +activeTitleBtnBg=175,95,55 +alternateBackground=255,250,245 +background=240,230,210 +buttonBackground=235,222,198 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=175,95,55 +handle=175,95,55 +inactiveBackground=235,205,125 +inactiveBlend=240,230,210 +inactiveForeground=175,175,175 +inactiveFrame=235,205,125 +inactiveHandle=235,205,125 +inactiveTitleBtnBg=235,205,125 +linkColor=0,0,192 +selectBackground=175,95,55 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=255,250,245 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Seasons-Spring.kcsrc b/kcontrol/krdb/kcs/Seasons-Spring.kcsrc new file mode 100644 index 000000000..b99558a71 --- /dev/null +++ b/kcontrol/krdb/kcs/Seasons-Spring.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Seasons - Spring +activeBackground=90,180,60 +activeBlend=139,203,105 +activeForeground=255,255,255 +activeTitleBtnBg=90,180,60 +alternateBackground=245,250,245 +background=225,235,225 +buttonBackground=215,229,214 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=90,180,60 +handle=90,180,60 +inactiveBackground=205,235,175 +inactiveBlend=225,235,225 +inactiveForeground=175,175,175 +inactiveFrame=205,235,175 +inactiveHandle=205,235,175 +inactiveTitleBtnBg=205,235,175 +linkColor=0,0,192 +selectBackground=90,180,60 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=245,250,245 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Seasons-Summer.kcsrc b/kcontrol/krdb/kcs/Seasons-Summer.kcsrc new file mode 100644 index 000000000..edb4d8243 --- /dev/null +++ b/kcontrol/krdb/kcs/Seasons-Summer.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Seasons - Summer +activeBackground=0,155,255 +activeBlend=49,178,255 +activeForeground=255,255,255 +activeTitleBtnBg=0,155,255 +alternateBackground=245,250,255 +background=235,245,255 +buttonBackground=217,236,255 +buttonForeground=0,0,0 +contrast=5 +foreground=0,0,0 +frame=0,155,255 +handle=0,155,255 +inactiveBackground=165,225,255 +inactiveBlend=235,245,255 +inactiveForeground=175,175,175 +inactiveFrame=165,225,255 +inactiveHandle=165,225,255 +inactiveTitleBtnBg=165,225,255 +linkColor=0,0,192 +selectBackground=0,155,255 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=245,250,255 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/Seasons-Winter.kcsrc b/kcontrol/krdb/kcs/Seasons-Winter.kcsrc new file mode 100644 index 000000000..eefb59f46 --- /dev/null +++ b/kcontrol/krdb/kcs/Seasons-Winter.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Seasons - Winter +activeBackground=193,202,216 +activeBlend=207,216,230 +activeForeground=82,82,82 +activeTitleBtnBg=193,202,216 +alternateBackground=255,255,255 +background=244,243,242 +buttonBackground=237,235,234 +buttonForeground=82,82,82 +contrast=5 +foreground=82,82,82 +frame=193,202,216 +handle=193,202,216 +inactiveBackground=216,221,228 +inactiveBlend=244,243,242 +inactiveForeground=128,128,128 +inactiveFrame=216,221,228 +inactiveHandle=216,221,228 +inactiveTitleBtnBg=216,221,228 +linkColor=0,0,192 +selectBackground=193,202,216 +selectForeground=0,0,0 +shadeSortColumn=true +visitedLinkColor=128,0,128 +windowBackground=255,255,255 +windowForeground=82,82,82 |