diff options
Diffstat (limited to 'kcontrol/krdb')
36 files changed, 595 insertions, 28 deletions
diff --git a/kcontrol/krdb/kcs/CMakeLists.txt b/kcontrol/krdb/kcs/CMakeLists.txt index 3065d1c6e..176ddd6f5 100644 --- a/kcontrol/krdb/kcs/CMakeLists.txt +++ b/kcontrol/krdb/kcs/CMakeLists.txt @@ -9,15 +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 + 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/Human.kcsrc b/kcontrol/krdb/kcs/Human.kcsrc new file mode 100644 index 000000000..a4200f73a --- /dev/null +++ b/kcontrol/krdb/kcs/Human.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Human +activeBackground=204,134,62 +activeBlend=204,134,62 +activeForeground=255,255,255 +activeTitleBtnBg=245,243,240 +alternateBackground=245,242,237 +background=239,235,231 +buttonBackground=225,217,209 +buttonForeground=0,0,0 +contrast=7 +foreground=16,16,16 +frame=239,239,239 +handle=239,239,239 +inactiveBackground=235,231,227 +inactiveBlend=235,231,227 +inactiveForeground=179,175,171 +inactiveFrame=239,239,239 +inactiveHandle=239,239,239 +inactiveTitleBtnBg=179,175,171 +linkColor=0,0,238 +selectBackground=214,114,45 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=82,24,139 +windowBackground=255,255,255 +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/Last.fm.kcsrc b/kcontrol/krdb/kcs/Last.fm.kcsrc new file mode 100644 index 000000000..e1659fd83 --- /dev/null +++ b/kcontrol/krdb/kcs/Last.fm.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Last.fm +activeBackground=210,0,57 +activeBlend=183,0,29 +activeForeground=255,255,255 +activeTitleBtnBg=186,7,38 +alternateBackground=252,250,251 +background=227,230,216 +buttonBackground=219,222,210 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=239,239,239 +handle=239,239,239 +inactiveBackground=145,153,142 +inactiveBlend=136,143,133 +inactiveForeground=255,255,255 +inactiveFrame=239,239,239 +inactiveHandle=239,239,239 +inactiveTitleBtnBg=145,153,142 +linkColor=0,0,238 +selectBackground=210,0,57 +selectForeground=255,255,255 +shadeSortColumn=true +visitedLinkColor=82,24,139 +windowBackground=255,255,255 +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/Lizard.kcsrc b/kcontrol/krdb/kcs/Lizard.kcsrc new file mode 100644 index 000000000..aa77312db --- /dev/null +++ b/kcontrol/krdb/kcs/Lizard.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Lizard +activeBackground=130,209,34 +activeBlend=97,176,0 +activeForeground=255,255,255 +activeTitleBtnBg=156,250,41 +alternateBackground=241,249,237 +background=239,239,239 +buttonBackground=221,223,228 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=239,239,239 +handle=239,239,239 +inactiveBackground=170,209,122 +inactiveBlend=131,169,84 +inactiveForeground=0,0,0 +inactiveFrame=239,239,239 +inactiveHandle=239,239,239 +inactiveTitleBtnBg=167,181,199 +linkColor=0,0,238 +selectBackground=180,250,95 +selectForeground=0,0,0 +shadeSortColumn=true +visitedLinkColor=82,24,139 +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/Platinum.kcsrc b/kcontrol/krdb/kcs/Platinum.kcsrc new file mode 100644 index 000000000..a2e059535 --- /dev/null +++ b/kcontrol/krdb/kcs/Platinum.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Platinum +activeBackground=212,212,212 +activeBlend=136,136,136 +activeForeground=0,0,0 +activeTitleBtnBg=212,212,212 +alternateBackground=242,242,255 +background=241,241,241 +buttonBackground=212,212,212 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=239,239,239 +handle=239,239,239 +inactiveBackground=136,136,136 +inactiveBlend=212,212,212 +inactiveForeground=0,0,0 +inactiveFrame=239,239,239 +inactiveHandle=239,239,239 +inactiveTitleBtnBg=212,212,212 +linkColor=0,0,238 +selectBackground=170,170,214 +selectForeground=0,0,0 +shadeSortColumn=true +visitedLinkColor=82,24,139 +windowBackground=255,255,255 +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 diff --git a/kcontrol/krdb/kcs/Sienna.kcsrc b/kcontrol/krdb/kcs/Sienna.kcsrc new file mode 100644 index 000000000..2839500e0 --- /dev/null +++ b/kcontrol/krdb/kcs/Sienna.kcsrc @@ -0,0 +1,27 @@ +[Color Scheme] +Name=Sienna +activeBackground=209,136,34 +activeBlend=176,103,0 +activeForeground=255,255,255 +activeTitleBtnBg=250,163,41 +alternateBackground=249,244,237 +background=239,239,239 +buttonBackground=221,223,228 +buttonForeground=0,0,0 +contrast=7 +foreground=0,0,0 +frame=239,239,239 +handle=239,239,239 +inactiveBackground=209,173,122 +inactiveBlend=169,134,84 +inactiveForeground=0,0,0 +inactiveFrame=239,239,239 +inactiveHandle=239,239,239 +inactiveTitleBtnBg=167,181,199 +linkColor=0,0,238 +selectBackground=250,185,95 +selectForeground=0,0,0 +shadeSortColumn=true +visitedLinkColor=82,24,139 +windowBackground=255,255,255 +windowForeground=0,0,0 diff --git a/kcontrol/krdb/kcs/WedgieWeb.kcsrc b/kcontrol/krdb/kcs/WedgieWeb.kcsrc new file mode 100644 index 000000000..c0fc98663 --- /dev/null +++ b/kcontrol/krdb/kcs/WedgieWeb.kcsrc @@ -0,0 +1,22 @@ +[Color Scheme] +Name=WedgieWeb +activeBackground=68,68,119 +activeBlend=68,68,119 +activeForeground=204,119,34 +activeTitleBtnBg=116,132,115 +alternateBackground=226,234,226 +background=65,68,115 +buttonBackground=49,48,98 +buttonForeground=156,161,164 +contrast=0 +foreground=153,119,0 +inactiveBackground=68,68,119 +inactiveBlend=68,68,119 +inactiveForeground=120,70,20 +inactiveTitleBtnBg=162,184,160 +linkColor=156,161,164 +selectBackground=65,48,49 +selectForeground=204,119,34 +visitedLinkColor=156,161,164 +windowBackground=0,16,32 +windowForeground=153,119,0 diff --git a/kcontrol/krdb/krdb.cpp b/kcontrol/krdb/krdb.cpp index 8c30c3286..96467679d 100644 --- a/kcontrol/krdb/krdb.cpp +++ b/kcontrol/krdb/krdb.cpp @@ -33,8 +33,8 @@ #include <tdeconfig.h> #include <kdebug.h> #include <tdeglobalsettings.h> -#include <kstandarddirs.h> -#include <kprocio.h> +#include <tdestandarddirs.h> +#include <tdeprocio.h> #include <ksavefile.h> #include <tdetempfile.h> #include <tdelocale.h> @@ -94,7 +94,7 @@ static void applyGtkStyles(bool active, int version) TQByteArray params; TQDataStream stream(params, IO_WriteOnly); stream << name << value; - kapp->dcopClient()->send("tdelauncher", "tdelauncher", "setLaunchEnv(TQCString,TQCString)", params); + tdeApp->dcopClient()->send("tdelauncher", "tdelauncher", "setLaunchEnv(TQCString,TQCString)", params); } // ----------------------------------------------------------------------------- @@ -168,9 +168,9 @@ static void applyQtSettings( TDEConfig& kglobals, TQSettings& settings ) TQMap <TQString, bool> pathDb; // OK, this isn't fun at all. - // KApp adds paths ending with /, QApp those without slash, and if + // TDEApp adds paths ending with /, QApp those without slash, and if // one gives it something that is other way around, it will complain and scare - // users. So we need to know whether a path being added is from KApp, and in this case + // users. So we need to know whether a path being added is from TDEApp, and in this case // end it with.. So keep a TQMap to bool, specifying whether the path is KDE-specified.. TQString qversion = tqVersion(); @@ -547,8 +547,21 @@ void runRdb( uint flags ) TDEConfig cfgfonts("kcmfonts", true); cfgfonts.setGroup("General"); - if( cfgfonts.readNumEntry( "forceFontDPI", 0 ) != 0 ) - contents += "Xft.dpi: " + cfgfonts.readEntry( "forceFontDPI" ) + '\n'; + int dpicfg = cfgfonts.readNumEntry("forceFontDPI", 0); + // "forceFontDPIEnable" must be read after "forceFontDPI" to make sure it is + // correctly initialized on the first run when upgrading to the new format, + // without the user even noticying it. The first time "forceFontDPIEnable" + // will not exist and its correct value will be deduced by the existing value + // of "forceFontDPI", which contains the value prior to the update. + bool dpiEnable = cfgfonts.readBoolEntry("forceFontDPIEnable", dpicfg > 0); + if (dpicfg < 64 || dpicfg > 512) + { + dpicfg = 96; + } + if (dpiEnable) + { + contents += "Xft.dpi: " + TQString::number(dpicfg) + '\n'; + } } if (contents.length() > 0) diff --git a/kcontrol/krdb/themes/HighContrastDark-big/HighContrastDark-big.xml b/kcontrol/krdb/themes/HighContrastDark-big/HighContrastDark-big.xml index 3d534f9b6..cdeba332c 100644 --- a/kcontrol/krdb/themes/HighContrastDark-big/HighContrastDark-big.xml +++ b/kcontrol/krdb/themes/HighContrastDark-big/HighContrastDark-big.xml @@ -135,7 +135,7 @@ <inactiveHandle rgb="#1e1e1e" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_plastik" > + <wm type="builtin" name="twin_plastik" > <border size="3" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/HighContrastDark/HighContrastDark.xml b/kcontrol/krdb/themes/HighContrastDark/HighContrastDark.xml index 2b648eac4..ea1938388 100644 --- a/kcontrol/krdb/themes/HighContrastDark/HighContrastDark.xml +++ b/kcontrol/krdb/themes/HighContrastDark/HighContrastDark.xml @@ -135,7 +135,7 @@ <inactiveHandle rgb="#1e1e1e" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_plastik" > + <wm type="builtin" name="twin_plastik" > <border size="3" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/HighContrastLight-big/HighContrastLight-big.xml b/kcontrol/krdb/themes/HighContrastLight-big/HighContrastLight-big.xml index a93aba33a..c16988a4c 100644 --- a/kcontrol/krdb/themes/HighContrastLight-big/HighContrastLight-big.xml +++ b/kcontrol/krdb/themes/HighContrastLight-big/HighContrastLight-big.xml @@ -135,7 +135,7 @@ <inactiveHandle rgb="#e1e1e1" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_plastik" > + <wm type="builtin" name="twin_plastik" > <border size="3" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/HighContrastLight/HighContrastLight.xml b/kcontrol/krdb/themes/HighContrastLight/HighContrastLight.xml index 602f21613..d52955aaa 100644 --- a/kcontrol/krdb/themes/HighContrastLight/HighContrastLight.xml +++ b/kcontrol/krdb/themes/HighContrastLight/HighContrastLight.xml @@ -135,7 +135,7 @@ <inactiveHandle rgb="#e1e1e1" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_plastik" > + <wm type="builtin" name="twin_plastik" > <border size="1" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/KDE_Classic/KDE_Classic.xml b/kcontrol/krdb/themes/KDE_Classic/KDE_Classic.xml index 5236e586d..a3b3a524f 100644 --- a/kcontrol/krdb/themes/KDE_Classic/KDE_Classic.xml +++ b/kcontrol/krdb/themes/KDE_Classic/KDE_Classic.xml @@ -100,7 +100,7 @@ <inactiveTitleBtnBg rgb="#a7b5c7" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_default" > + <wm type="builtin" name="twin_default" > <border size="1" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/Keramik/Keramik.xml b/kcontrol/krdb/themes/Keramik/Keramik.xml index bbc117ed6..2553d8a69 100644 --- a/kcontrol/krdb/themes/Keramik/Keramik.xml +++ b/kcontrol/krdb/themes/Keramik/Keramik.xml @@ -100,7 +100,7 @@ <inactiveTitleBtnBg rgb="#dcdcdc" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_keramik" > + <wm type="builtin" name="twin_keramik" > <border size="1" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/Plastik/Plastik.xml b/kcontrol/krdb/themes/Plastik/Plastik.xml index 6de5bee12..7ae86cd7d 100644 --- a/kcontrol/krdb/themes/Plastik/Plastik.xml +++ b/kcontrol/krdb/themes/Plastik/Plastik.xml @@ -100,7 +100,7 @@ <inactiveTitleBtnBg rgb="#dcdcdc" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_plastik" > + <wm type="builtin" name="twin_plastik" > <border size="1" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/Platinum/Platinum.xml b/kcontrol/krdb/themes/Platinum/Platinum.xml index 6a439e46d..6b7a843c1 100644 --- a/kcontrol/krdb/themes/Platinum/Platinum.xml +++ b/kcontrol/krdb/themes/Platinum/Platinum.xml @@ -100,7 +100,7 @@ <inactiveTitleBtnBg rgb="#dcdcdc" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_system" > + <wm type="builtin" name="twin_system" > <border size="1" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/Redmond/Redmond.xml b/kcontrol/krdb/themes/Redmond/Redmond.xml index 1371f60e6..097c0001d 100644 --- a/kcontrol/krdb/themes/Redmond/Redmond.xml +++ b/kcontrol/krdb/themes/Redmond/Redmond.xml @@ -100,7 +100,7 @@ <inactiveTitleBtnBg rgb="#dcdcdc" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_redmond" > + <wm type="builtin" name="twin_redmond" > <border size="1" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/Sunshine/Sunshine.xml b/kcontrol/krdb/themes/Sunshine/Sunshine.xml index dfd65fe3f..0f5d20285 100644 --- a/kcontrol/krdb/themes/Sunshine/Sunshine.xml +++ b/kcontrol/krdb/themes/Sunshine/Sunshine.xml @@ -100,7 +100,7 @@ <inactiveTitleBtnBg rgb="#aeb2c3" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_cde" > + <wm type="builtin" name="twin_cde" > <border size="1" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/YellowOnBlue-big/YellowOnBlue-big.xml b/kcontrol/krdb/themes/YellowOnBlue-big/YellowOnBlue-big.xml index 3a7332628..e98edd00a 100644 --- a/kcontrol/krdb/themes/YellowOnBlue-big/YellowOnBlue-big.xml +++ b/kcontrol/krdb/themes/YellowOnBlue-big/YellowOnBlue-big.xml @@ -135,7 +135,7 @@ <inactiveHandle rgb="#1e1ee1" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_quartz" > + <wm type="builtin" name="twin_quartz" > <border size="1" /> </wm> <konqueror> diff --git a/kcontrol/krdb/themes/YellowOnBlue/YellowOnBlue.xml b/kcontrol/krdb/themes/YellowOnBlue/YellowOnBlue.xml index c624bbb6e..264971d9d 100644 --- a/kcontrol/krdb/themes/YellowOnBlue/YellowOnBlue.xml +++ b/kcontrol/krdb/themes/YellowOnBlue/YellowOnBlue.xml @@ -135,7 +135,7 @@ <inactiveHandle rgb="#1e1ee1" object="twin" /> </colors> <cursors name="" /> - <wm type="builtin" name="twin3_quartz" > + <wm type="builtin" name="twin_quartz" > <border size="1" /> </wm> <konqueror> |