diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-03-28 14:13:18 -0500 |
commit | 4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6 (patch) | |
tree | c6f53decaabed9678523a8bbd6a1000a9f3bf78f /ubuntu/raring/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc | |
parent | 211d261d7778de1d9a773e7ec43a4e97b4bd7e57 (diff) | |
download | tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.tar.gz tde-packaging-4bc22e8b188aa26df8b1a23c39bb0f3c5b05b8b6.zip |
Split raring packaging into new directory due to defoma changes
Diffstat (limited to 'ubuntu/raring/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc')
-rw-r--r-- | ubuntu/raring/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/ubuntu/raring/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc b/ubuntu/raring/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc new file mode 100644 index 000000000..3995909f1 --- /dev/null +++ b/ubuntu/raring/defaultsettings/redmond-default-settings-ii/kde-rc-files/gtkrc @@ -0,0 +1,55 @@ +# 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" + +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" + |