[PC-BSD Commits] r2766 - pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config
svn at pcbsd.org
svn at pcbsd.org
Sat Sep 13 07:19:31 PDT 2008
Author: kris
Date: 2008-09-13 07:19:30 -0700 (Sat, 13 Sep 2008)
New Revision: 2766
Modified:
pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/gtkrc
pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/gtkrc-2.0
pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/kdeglobals
Log:
Updated the kde colors for 7, will need to reevaulate red scheme for 7.1, having problems with it
Modified: pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/gtkrc
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/gtkrc 2008-09-13 14:13:52 UTC (rev 2765)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/gtkrc 2008-09-13 14:19:30 UTC (rev 2766)
@@ -1,45 +1,45 @@
-# created by KDE, Fri Sep 12 12:01:43 2008
+# erstellt von KDE, Sa Sep 13 10:10:35 2008
#
-# If you do not want KDE to override your GTK settings, select
-# Appearance & Themes -> Colors in the Control Center and disable the checkbox
-# "Apply colors to non-KDE applications"
+# Wenn Sie nicht möchten, dass KDE Ihre GTK-Einstellungen überschreibt,
+# wählen Sie bitte Erscheinungsbild -> Farben in den KDE-Systemeinstellungen und deaktivieren Sie das
+# Ankreuzfeld „Farben auf Nicht-KDE-Programme anwenden“.
#
#
style "default"
{
- bg[NORMAL] = { 0.816, 0.816, 0.816 }
- bg[SELECTED] = { 0.627, 0.627, 0.627 }
- bg[INSENSITIVE] = { 0.816, 0.816, 0.816 }
- bg[ACTIVE] = { 0.671, 0.671, 0.671 }
- bg[PRELIGHT] = { 0.816, 0.816, 0.816 }
+ bg[NORMAL] = { 0.878, 0.875, 0.871 }
+ bg[SELECTED] = { 0.255, 0.545, 0.831 }
+ bg[INSENSITIVE] = { 0.878, 0.875, 0.871 }
+ bg[ACTIVE] = { 0.718, 0.710, 0.702 }
+ bg[PRELIGHT] = { 0.878, 0.875, 0.871 }
- base[NORMAL] = { 0.859, 0.859, 0.859 }
- base[SELECTED] = { 0.627, 0.627, 0.627 }
- base[INSENSITIVE] = { 0.816, 0.816, 0.816 }
- base[ACTIVE] = { 0.627, 0.627, 0.627 }
- base[PRELIGHT] = { 0.627, 0.627, 0.627 }
+ base[NORMAL] = { 1.000, 1.000, 1.000 }
+ base[SELECTED] = { 0.255, 0.545, 0.831 }
+ base[INSENSITIVE] = { 0.878, 0.875, 0.871 }
+ base[ACTIVE] = { 0.255, 0.545, 0.831 }
+ base[PRELIGHT] = { 0.255, 0.545, 0.831 }
- text[NORMAL] = { 0.251, 0.251, 0.251 }
- text[SELECTED] = { 0.569, 0.000, 0.000 }
- text[INSENSITIVE] = { 0.671, 0.671, 0.671 }
- text[ACTIVE] = { 0.569, 0.000, 0.000 }
- text[PRELIGHT] = { 0.569, 0.000, 0.000 }
+ text[NORMAL] = { 0.078, 0.075, 0.071 }
+ text[SELECTED] = { 1.000, 1.000, 1.000 }
+ text[INSENSITIVE] = { 0.718, 0.710, 0.702 }
+ text[ACTIVE] = { 1.000, 1.000, 1.000 }
+ text[PRELIGHT] = { 1.000, 1.000, 1.000 }
- fg[NORMAL] = { 0.122, 0.122, 0.122 }
- fg[SELECTED] = { 0.569, 0.000, 0.000 }
- fg[INSENSITIVE] = { 0.671, 0.671, 0.671 }
- fg[ACTIVE] = { 0.122, 0.122, 0.122 }
- fg[PRELIGHT] = { 0.122, 0.122, 0.122 }
+ fg[NORMAL] = { 0.078, 0.075, 0.071 }
+ fg[SELECTED] = { 1.000, 1.000, 1.000 }
+ fg[INSENSITIVE] = { 0.718, 0.710, 0.702 }
+ fg[ACTIVE] = { 0.078, 0.075, 0.071 }
+ fg[PRELIGHT] = { 0.078, 0.075, 0.071 }
}
class "*" style "default"
style "ToolTip"
{
- bg[NORMAL] = { 0.816, 0.816, 0.816 }
- base[NORMAL] = { 0.859, 0.859, 0.859 }
- text[NORMAL] = { 0.251, 0.251, 0.251 }
- fg[NORMAL] = { 0.122, 0.122, 0.122 }
+ bg[NORMAL] = { 0.878, 0.875, 0.871 }
+ base[NORMAL] = { 1.000, 1.000, 1.000 }
+ text[NORMAL] = { 0.078, 0.075, 0.071 }
+ fg[NORMAL] = { 0.078, 0.075, 0.071 }
}
widget "gtk-tooltip" style "ToolTip"
@@ -47,7 +47,7 @@
style "MenuItem"
{
- bg[PRELIGHT] = { 0.627, 0.627, 0.627 }
+ bg[PRELIGHT] = { 0.255, 0.545, 0.831 }
}
class "*MenuItem" style "MenuItem"
Modified: pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/gtkrc-2.0
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/gtkrc-2.0 2008-09-13 14:13:52 UTC (rev 2765)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/gtkrc-2.0 2008-09-13 14:19:30 UTC (rev 2766)
@@ -1,35 +1,35 @@
-# created by KDE, Fri Sep 12 12:01:43 2008
+# erstellt von KDE, Sa Sep 13 10:10:35 2008
#
-# If you do not want KDE to override your GTK settings, select
-# Appearance & Themes -> Colors in the Control Center and disable the checkbox
-# "Apply colors to non-KDE applications"
+# Wenn Sie nicht möchten, dass KDE Ihre GTK-Einstellungen überschreibt,
+# wählen Sie bitte Erscheinungsbild -> Farben in den KDE-Systemeinstellungen und deaktivieren Sie das
+# Ankreuzfeld „Farben auf Nicht-KDE-Programme anwenden“.
#
#
style "default"
{
- bg[NORMAL] = { 0.816, 0.816, 0.816 }
- bg[SELECTED] = { 0.627, 0.627, 0.627 }
- bg[INSENSITIVE] = { 0.816, 0.816, 0.816 }
- bg[ACTIVE] = { 0.671, 0.671, 0.671 }
- bg[PRELIGHT] = { 0.816, 0.816, 0.816 }
+ bg[NORMAL] = { 0.878, 0.875, 0.871 }
+ bg[SELECTED] = { 0.255, 0.545, 0.831 }
+ bg[INSENSITIVE] = { 0.878, 0.875, 0.871 }
+ bg[ACTIVE] = { 0.718, 0.710, 0.702 }
+ bg[PRELIGHT] = { 0.878, 0.875, 0.871 }
- base[NORMAL] = { 0.859, 0.859, 0.859 }
- base[SELECTED] = { 0.627, 0.627, 0.627 }
- base[INSENSITIVE] = { 0.816, 0.816, 0.816 }
- base[ACTIVE] = { 0.627, 0.627, 0.627 }
- base[PRELIGHT] = { 0.627, 0.627, 0.627 }
+ base[NORMAL] = { 1.000, 1.000, 1.000 }
+ base[SELECTED] = { 0.255, 0.545, 0.831 }
+ base[INSENSITIVE] = { 0.878, 0.875, 0.871 }
+ base[ACTIVE] = { 0.255, 0.545, 0.831 }
+ base[PRELIGHT] = { 0.255, 0.545, 0.831 }
- text[NORMAL] = { 0.251, 0.251, 0.251 }
- text[SELECTED] = { 0.569, 0.000, 0.000 }
- text[INSENSITIVE] = { 0.671, 0.671, 0.671 }
- text[ACTIVE] = { 0.569, 0.000, 0.000 }
- text[PRELIGHT] = { 0.569, 0.000, 0.000 }
+ text[NORMAL] = { 0.078, 0.075, 0.071 }
+ text[SELECTED] = { 1.000, 1.000, 1.000 }
+ text[INSENSITIVE] = { 0.718, 0.710, 0.702 }
+ text[ACTIVE] = { 1.000, 1.000, 1.000 }
+ text[PRELIGHT] = { 1.000, 1.000, 1.000 }
- fg[NORMAL] = { 0.122, 0.122, 0.122 }
- fg[SELECTED] = { 0.569, 0.000, 0.000 }
- fg[INSENSITIVE] = { 0.671, 0.671, 0.671 }
- fg[ACTIVE] = { 0.122, 0.122, 0.122 }
- fg[PRELIGHT] = { 0.122, 0.122, 0.122 }
+ fg[NORMAL] = { 0.078, 0.075, 0.071 }
+ fg[SELECTED] = { 1.000, 1.000, 1.000 }
+ fg[INSENSITIVE] = { 0.718, 0.710, 0.702 }
+ fg[ACTIVE] = { 0.078, 0.075, 0.071 }
+ fg[PRELIGHT] = { 0.078, 0.075, 0.071 }
}
class "*" style "default"
@@ -38,10 +38,10 @@
style "ToolTip"
{
- bg[NORMAL] = { 0.816, 0.816, 0.816 }
- base[NORMAL] = { 0.859, 0.859, 0.859 }
- text[NORMAL] = { 0.251, 0.251, 0.251 }
- fg[NORMAL] = { 0.122, 0.122, 0.122 }
+ bg[NORMAL] = { 0.878, 0.875, 0.871 }
+ base[NORMAL] = { 1.000, 1.000, 1.000 }
+ text[NORMAL] = { 0.078, 0.075, 0.071 }
+ fg[NORMAL] = { 0.078, 0.075, 0.071 }
}
widget "gtk-tooltip" style "ToolTip"
@@ -49,7 +49,7 @@
style "MenuItem"
{
- bg[PRELIGHT] = { 0.627, 0.627, 0.627 }
+ bg[PRELIGHT] = { 0.255, 0.545, 0.831 }
}
class "*MenuItem" style "MenuItem"
Modified: pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/kdeglobals
===================================================================
--- pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/kdeglobals 2008-09-13 14:13:52 UTC (rev 2765)
+++ pcbsd/trunk/system-overlay/usr/share/skel/.kde4/share/config/kdeglobals 2008-09-13 14:19:30 UTC (rev 2766)
@@ -11,82 +11,82 @@
IntensityEffect=2
[ColorEffects:Inactive]
-Color=255,0,0
+Color=112,111,110
ColorAmount=0.025
-ColorEffect=-3
+ColorEffect=-2
ContrastAmount=0.1
ContrastEffect=-2
Enable=false
-IntensityAmount=0.05
-IntensityEffect=-3
+IntensityAmount=0
+IntensityEffect=0
[Colors:Button]
BackgroundAlternate=224,223,222
-BackgroundNormal=160,160,160
-DecorationFocus=199,0,3
-DecorationHover=255,0,0
-ForegroundActive=128,0,0
+BackgroundNormal=232,231,230
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
ForegroundInactive=136,135,134
ForegroundLink=0,87,174
ForegroundNegative=191,3,3
ForegroundNeutral=176,128,0
-ForegroundNormal=34,34,34
+ForegroundNormal=20,19,18
ForegroundPositive=0,110,40
ForegroundVisited=100,74,155
[Colors:Selection]
-BackgroundAlternate=204,0,3
-BackgroundNormal=160,160,160
-DecorationFocus=199,0,3
-DecorationHover=255,0,0
-ForegroundActive=128,0,0
-ForegroundInactive=255,255,255
+BackgroundAlternate=62,138,204
+BackgroundNormal=65,139,212
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
+ForegroundInactive=165,193,228
ForegroundLink=0,49,110
ForegroundNegative=156,14,14
ForegroundNeutral=255,221,0
-ForegroundNormal=145,0,0
+ForegroundNormal=255,255,255
ForegroundPositive=128,255,128
ForegroundVisited=69,40,134
[Colors:Tooltip]
BackgroundAlternate=196,224,255
-BackgroundNormal=207,207,207
-DecorationFocus=199,0,3
-DecorationHover=255,0,0
-ForegroundActive=128,0,0
+BackgroundNormal=192,218,255
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
ForegroundInactive=96,112,128
ForegroundLink=0,87,174
ForegroundNegative=191,3,3
ForegroundNeutral=176,128,0
-ForegroundNormal=255,0,0
+ForegroundNormal=20,19,18
ForegroundPositive=0,110,40
ForegroundVisited=100,74,155
[Colors:View]
-BackgroundAlternate=213,213,213
-BackgroundNormal=219,219,219
-DecorationFocus=199,0,3
-DecorationHover=255,0,0
-ForegroundActive=128,0,0
+BackgroundAlternate=248,247,246
+BackgroundNormal=255,255,255
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
ForegroundInactive=136,135,134
ForegroundLink=0,87,174
ForegroundNegative=191,3,3
ForegroundNeutral=176,128,0
-ForegroundNormal=64,64,64
+ForegroundNormal=20,19,18
ForegroundPositive=0,110,40
ForegroundVisited=100,74,155
[Colors:Window]
BackgroundAlternate=218,217,216
-BackgroundNormal=208,208,208
-DecorationFocus=199,0,3
-DecorationHover=255,0,0
-ForegroundActive=128,0,0
-ForegroundInactive=77,76,76
+BackgroundNormal=224,223,222
+DecorationFocus=43,116,199
+DecorationHover=119,183,255
+ForegroundActive=255,128,224
+ForegroundInactive=136,135,134
ForegroundLink=0,87,174
ForegroundNegative=191,3,3
ForegroundNeutral=176,128,0
-ForegroundNormal=31,31,31
+ForegroundNormal=20,19,18
ForegroundPositive=0,110,40
ForegroundVisited=100,74,155
More information about the Commits
mailing list