From 8733afb7ae9a04f46ac6318667182da16eca9fe5 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 8 Feb 2015 05:01:33 +0000 Subject: Update embedded Gtk style to match blocks. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5539 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ingen_style.rc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src') diff --git a/src/gui/ingen_style.rc b/src/gui/ingen_style.rc index d42e934c..4763e12a 100644 --- a/src/gui/ingen_style.rc +++ b/src/gui/ingen_style.rc @@ -28,11 +28,11 @@ style "ingen-default" fg[SELECTED] = "#B8BBB9" fg[INSENSITIVE] = "#48494B" - bg[NORMAL] = "#282B29" - bg[PRELIGHT] = "#383B39" - bg[ACTIVE] = "#383B39" + bg[NORMAL] = "#1E2224" + bg[PRELIGHT] = "#333537" + bg[ACTIVE] = "#333537" bg[SELECTED] = "#00A150" - bg[INSENSITIVE] = "#282B29" + bg[INSENSITIVE] = "#1E2224" base[NORMAL] = "#111" base[PRELIGHT] = "#222" @@ -40,10 +40,10 @@ style "ingen-default" base[SELECTED] = "#0A2" base[INSENSITIVE] = "#444" - text[NORMAL] = "#EEE" - text[PRELIGHT] = "#EEE" - text[ACTIVE] = "#EEE" - text[SELECTED] = "#EEE" + text[NORMAL] = "#FFF" + text[PRELIGHT] = "#FFF" + text[ACTIVE] = "#FFF" + text[SELECTED] = "#FFF" text[INSENSITIVE] = "#666" engine "clearlooks" -- cgit v1.2.1