diff options
author | Martin Schenck | 2016-10-07 11:42:04 +0200 |
---|---|---|
committer | Martin Schenck | 2016-10-07 11:42:04 +0200 |
commit | c1d604affb2909b114ab7d5f5f5f8130e3286356 (patch) | |
tree | a72f9d05f9b41552e9d0e9ec19d845291183ce4c /common/gtk-2.0/main.rc | |
parent | 672c95170b6b1d79e7c69ef5202638abecedea97 (diff) | |
parent | 5acba9421b028a6bcf94f2b52a035f51f854d269 (diff) | |
download | solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.tar.gz solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.tar.xz solarc-theme-c1d604affb2909b114ab7d5f5f5f8130e3286356.zip |
Merge branch 'master' of github.com:horst3180/arc-theme
Diffstat (limited to 'common/gtk-2.0/main.rc')
-rw-r--r-- | common/gtk-2.0/main.rc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/common/gtk-2.0/main.rc b/common/gtk-2.0/main.rc index 5effd1f..8b8f824 100644 --- a/common/gtk-2.0/main.rc +++ b/common/gtk-2.0/main.rc @@ -2245,10 +2245,15 @@ style "chrome_menu_item" { } # Text Style -style "text" { +style "text" = "default" { engine "murrine" { textstyle = 0 } } +style "menu_text" = "menu_item" { + engine "murrine" { textstyle = 0 } +} + + style "null" { engine "pixmap" { @@ -2337,7 +2342,8 @@ widget "xfwm4-tabwin*" style "xfwm- widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button" # Fixes ugly text shadows for insensitive text -widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkLabel>" style "text" +widget_class "*<GtkMenu>*<GtkLabel>" style "menu_text" widget_class "*<GtkComboBox>*<GtkCellLayout>" style "text" widget_class "*<GtkNotebook>*<GtkLabel>" style "text" widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text" |