diff options
author | David Robillard <d@drobilla.net> | 2013-01-08 16:31:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-01-08 16:31:01 +0000 |
commit | e6996e3794a0cebe3d196759c98eaa6103bd559c (patch) | |
tree | f1ecb09c3dcd3d3333013714e9be00d8c9b9220f /src | |
parent | a25dd4b1a7779efa73f5821ef177c3cf2fce6334 (diff) | |
download | ingen-e6996e3794a0cebe3d196759c98eaa6103bd559c.tar.gz ingen-e6996e3794a0cebe3d196759c98eaa6103bd559c.tar.bz2 ingen-e6996e3794a0cebe3d196759c98eaa6103bd559c.zip |
Don't highlight fill colour on mouse hover.
Fi× embedded plugin UI Gtk style to match block background.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4907 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/App.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/App.cpp b/src/gui/App.cpp index 389020e2..d23cdc38 100644 --- a/src/gui/App.cpp +++ b/src/gui/App.cpp @@ -121,7 +121,7 @@ App::create(Ingen::World* world) // Set style for embedded block GUIs const string rc_style = "style \"ingen_embedded_node_gui_style\" {\n" - "bg[NORMAL] = \"#212222\"\n" + "bg[NORMAL] = \"#1E2224\"\n" "bg[ACTIVE] = \"#505050\"\n" "bg[PRELIGHT] = \"#525454\"\n" "bg[SELECTED] = \"#99A0A0\"\n" |