GTK2: Fix the font color for selected menubar-item on dark theme
This commit is contained in:
parent
e09308be38
commit
dc3cdaf529
@ -47,7 +47,7 @@ style "menubar_item" {
|
|||||||
xthickness = 2
|
xthickness = 2
|
||||||
ythickness = 6
|
ythickness = 6
|
||||||
|
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
fg[PRELIGHT] = @fg_color
|
||||||
|
|
||||||
engine "pixmap" {
|
engine "pixmap" {
|
||||||
|
|
||||||
|
|||||||
@ -47,7 +47,7 @@ style "menubar_item" {
|
|||||||
xthickness = 2
|
xthickness = 2
|
||||||
ythickness = 6
|
ythickness = 6
|
||||||
|
|
||||||
fg[PRELIGHT] = @selected_fg_color
|
fg[PRELIGHT] = @fg_color
|
||||||
|
|
||||||
engine "pixmap" {
|
engine "pixmap" {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user