GTK2: Fix the font color for selected menubar-item on dark theme

This commit is contained in:
Daniel Ruiz de Alegría 2020-10-01 21:18:27 +02:00
parent e09308be38
commit dc3cdaf529
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ style "menubar_item" {
xthickness = 2
ythickness = 6
fg[PRELIGHT] = @selected_fg_color
fg[PRELIGHT] = @fg_color
engine "pixmap" {

View File

@ -47,7 +47,7 @@ style "menubar_item" {
xthickness = 2
ythickness = 6
fg[PRELIGHT] = @selected_fg_color
fg[PRELIGHT] = @fg_color
engine "pixmap" {