mirror of
https://github.com/horst3180/arc-theme.git
synced 2026-03-02 03:40:11 +00:00
gtk2: fix unreadable text in VMware horizon client (#628)
This commit is contained in:
@@ -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" {
|
||||
@@ -2338,6 +2343,7 @@ widget "xfwm4-tabwin*GtkButton*" style "xfwm-
|
||||
|
||||
# Fixes ugly text shadows for insensitive 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"
|
||||
|
||||
Reference in New Issue
Block a user