From 61ea12c212afbf9f01837180b3430562e444cf1d Mon Sep 17 00:00:00 2001 From: Martin Schenck Date: Wed, 3 Aug 2016 18:09:19 +0200 Subject: Fixed gtk-2.0 menu bar colors Fixes #2 --- .../menubar-toolbar/menubar-toolbar-dark.rc | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc') diff --git a/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc b/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc index d0dde2d..866e16e 100644 --- a/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc +++ b/common/gtk-2.0/menubar-toolbar/menubar-toolbar-dark.rc @@ -1,11 +1,11 @@ style "menubar" { bg[NORMAL] = "#002b36" - fg[NORMAL] = "#afb8c5" - fg[PRELIGHT] = "#afb8c5" - fg[ACTIVE] = "#afb8c5" + fg[NORMAL] = "#657b83" + fg[PRELIGHT] = "#657b83" + fg[ACTIVE] = "#657b83" fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, "#afb8c5") + fg[INSENSITIVE] = shade(0.7, "#657b83") xthickness = 0 ythickness = 0 @@ -24,9 +24,9 @@ style "menubar" { style "menubar-borderless" { bg[NORMAL] = "#002b36" - fg[NORMAL] = "#afb8c5" + fg[NORMAL] = "#657b83" fg[SELECTED] = @selected_fg_color - fg[INSENSITIVE] = shade(0.7, "#afb8c5") + fg[INSENSITIVE] = shade(0.7, "#657b83") xthickness = 0 ythickness = 0 @@ -72,15 +72,15 @@ style "menubar-text" { style "toolbar_text" { - fg[NORMAL] = "#afb8c5" - fg[PRELIGHT] = "#afb8c5" - fg[INSENSITIVE] = shade(0.7, "#afb8c5") - fg[ACTIVE] = "#afb8c5" + fg[NORMAL] = "#657b83" + fg[PRELIGHT] = "#657b83" + fg[INSENSITIVE] = shade(0.7, "#657b83") + fg[ACTIVE] = "#657b83" - text[NORMAL] = "#afb8c5" - text[PRELIGHT] = "#afb8c5" - text[INSENSITIVE] = shade(0.7, "#afb8c5") - text[ACTIVE] = "#afb8c5" + text[NORMAL] = "#657b83" + text[PRELIGHT] = "#657b83" + text[INSENSITIVE] = shade(0.7, "#657b83") + text[ACTIVE] = "#657b83" } @@ -131,7 +131,7 @@ style "toolbar_entry" { base[ACTIVE] = "#073642" base[INSENSITIVE] = "#39404d" - text[NORMAL] = "#afb8c5" + text[NORMAL] = "#657b83" engine "pixmap" { -- cgit v1.2.3