You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
58 lines
1.5 KiB
58 lines
1.5 KiB
12 years ago
|
# created by KDE, Thu Oct 30 14:13:47 2008
|
||
|
#
|
||
11 years ago
|
# If you do not want TDE to override your GTK settings, select
|
||
12 years ago
|
# Appearance & Themes -> Colors in the Control Center and disable the checkbox
|
||
11 years ago
|
# "Apply colors to non-TDE applications"
|
||
12 years ago
|
#
|
||
|
#
|
||
|
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"
|
||
|
|