diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-06-02 04:13:18 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-06-02 04:15:05 +0200 |
commit | 73e7da33606579213b2fede8924b4fe4769bc0df (patch) | |
tree | 373b1fff69609c5c57aa91f20c9a4a3dd34f76db /ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc-2.0 | |
parent | 19424023822b164284cae837a230bb7b8a9c9ce0 (diff) | |
download | tde-packaging-73e7da33606579213b2fede8924b4fe4769bc0df.tar.gz tde-packaging-73e7da33606579213b2fede8924b4fe4769bc0df.zip |
Add redmond-default-settings to Debian and Ubuntu
Diffstat (limited to 'ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc-2.0')
-rw-r--r-- | ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc-2.0 | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc-2.0 b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc-2.0 new file mode 100644 index 000000000..7259a697e --- /dev/null +++ b/ubuntu/maverick/defaultsettings/redmond-default-settings/kde-rc-files/gtkrc-2.0 @@ -0,0 +1,57 @@ +# created by KDE, Thu Oct 30 14:13:47 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.933, 0.933, 0.902 } + bg[SELECTED] = { 0.290, 0.475, 0.804 } + bg[INSENSITIVE] = { 0.933, 0.933, 0.902 } + bg[ACTIVE] = { 0.776, 0.776, 0.749 } + bg[PRELIGHT] = { 0.933, 0.933, 0.902 } + + base[NORMAL] = { 1.000, 1.000, 1.000 } + base[SELECTED] = { 0.290, 0.475, 0.804 } + base[INSENSITIVE] = { 0.933, 0.933, 0.902 } + base[ACTIVE] = { 0.290, 0.475, 0.804 } + base[PRELIGHT] = { 0.290, 0.475, 0.804 } + + text[NORMAL] = { 0.000, 0.000, 0.000 } + text[SELECTED] = { 1.000, 1.000, 1.000 } + text[INSENSITIVE] = { 0.776, 0.776, 0.749 } + text[ACTIVE] = { 1.000, 1.000, 1.000 } + text[PRELIGHT] = { 1.000, 1.000, 1.000 } + + fg[NORMAL] = { 0.000, 0.000, 0.000 } + fg[SELECTED] = { 1.000, 1.000, 1.000 } + fg[INSENSITIVE] = { 0.776, 0.776, 0.749 } + fg[ACTIVE] = { 0.000, 0.000, 0.000 } + fg[PRELIGHT] = { 0.000, 0.000, 0.000 } +} + +class "*" style "default" + +gtk-alternative-button-order = 1 + +style "ToolTip" +{ + bg[NORMAL] = { 1.000, 1.000, 0.863 } + base[NORMAL] = { 1.000, 1.000, 0.863 } + text[NORMAL] = { 0.000, 0.000, 0.000 } + fg[NORMAL] = { 0.000, 0.000, 0.000 } +} + +widget "gtk-tooltip" style "ToolTip" +widget "gtk-tooltips" style "ToolTip" + +style "MenuItem" +{ + bg[PRELIGHT] = { 0.290, 0.475, 0.804 } + fg[PRELIGHT] = { 1.000, 1.000, 1.000 } +} + +class "*MenuItem" style "MenuItem" + |