mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
gtk2: fix unreadable text in VMware horizon client (#628)
This commit is contained in:
parent
3fd402cc39
commit
871f775294
@ -2245,10 +2245,15 @@ style "chrome_menu_item" {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# Text Style
|
# Text Style
|
||||||
style "text" {
|
style "text" = "default" {
|
||||||
engine "murrine" { textstyle = 0 }
|
engine "murrine" { textstyle = 0 }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
style "menu_text" = "menu_item" {
|
||||||
|
engine "murrine" { textstyle = 0 }
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
style "null" {
|
style "null" {
|
||||||
|
|
||||||
engine "pixmap" {
|
engine "pixmap" {
|
||||||
@ -2337,7 +2342,8 @@ widget "xfwm4-tabwin*" style "xfwm-
|
|||||||
widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button"
|
widget "xfwm4-tabwin*GtkButton*" style "xfwm-tabwin-button"
|
||||||
|
|
||||||
# Fixes ugly text shadows for insensitive text
|
# 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 "*<GtkComboBox>*<GtkCellLayout>" style "text"
|
||||||
widget_class "*<GtkNotebook>*<GtkLabel>" style "text"
|
widget_class "*<GtkNotebook>*<GtkLabel>" style "text"
|
||||||
widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text"
|
widget_class "*<GtkNotebook>*<GtkCellLayout>" style "text"
|
||||||
|
Loading…
Reference in New Issue
Block a user