diff options
Diffstat (limited to 'kde4-profiles/common')
-rw-r--r-- | kde4-profiles/common/share/config/gtkrc | 54 | ||||
-rw-r--r-- | kde4-profiles/common/share/config/gtkrc-2.0 | 56 |
2 files changed, 0 insertions, 110 deletions
diff --git a/kde4-profiles/common/share/config/gtkrc b/kde4-profiles/common/share/config/gtkrc deleted file mode 100644 index f87f292..0000000 --- a/kde4-profiles/common/share/config/gtkrc +++ /dev/null @@ -1,54 +0,0 @@ -# created by KDE, Fri Jun 20 17:34:13 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" -# -# -style "default" -{ - 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] = { 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.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.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.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" -widget "gtk-tooltips" style "ToolTip" - -style "MenuItem" -{ - bg[PRELIGHT] = { 0.255, 0.545, 0.831 } -} - -class "*MenuItem" style "MenuItem" - diff --git a/kde4-profiles/common/share/config/gtkrc-2.0 b/kde4-profiles/common/share/config/gtkrc-2.0 deleted file mode 100644 index 49a9f74..0000000 --- a/kde4-profiles/common/share/config/gtkrc-2.0 +++ /dev/null @@ -1,56 +0,0 @@ -# created by KDE, Fri Jun 20 17:34:13 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" -# -# -style "default" -{ - 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] = { 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.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.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" - -gtk-alternative-button-order = 1 - -style "ToolTip" -{ - 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" -widget "gtk-tooltips" style "ToolTip" - -style "MenuItem" -{ - bg[PRELIGHT] = { 0.255, 0.545, 0.831 } -} - -class "*MenuItem" style "MenuItem" - |