diff options
author | David Robillard <d@drobilla.net> | 2015-03-15 01:36:12 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-03-15 01:36:12 +0000 |
commit | cec60c94720d15ed7f5187f72901b771c49d8032 (patch) | |
tree | a8c1c2cf6147797515fdb0114449b251e5826577 /src | |
parent | bf39d34e373fe698e463c0ecfc672b64e9592fd4 (diff) | |
download | ingen-cec60c94720d15ed7f5187f72901b771c49d8032.tar.gz ingen-cec60c94720d15ed7f5187f72901b771c49d8032.tar.bz2 ingen-cec60c94720d15ed7f5187f72901b771c49d8032.zip |
Brighten light theme for printing.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5632 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/Style.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/Style.cpp b/src/gui/Style.cpp index 699398e4..9a8d0567 100644 --- a/src/gui/Style.cpp +++ b/src/gui/Style.cpp @@ -41,11 +41,11 @@ Style::Style(App& app) // Colours from the Tango palette with modified V : _app(app) #ifdef INGEN_USE_LIGHT_THEME - , _audio_port_color(0xA4BC8CFF) // Green - , _control_port_color(0x7E8EAAFF) // Blue - , _cv_port_color(0x83AFABFF) // Teal (between audio and control) - , _event_port_color(0xC89595FF) // Red - , _string_port_color(0x8F7198FF) // Plum + , _audio_port_color(0xC8E6ABFF) // Green + , _control_port_color(0xAAC0E6FF) // Blue + , _cv_port_color(0xACE6E0FF) // Teal (between audio and control) + , _event_port_color(0xE6ABABFF) // Red + , _string_port_color(0xD8ABE6FF) // Plum #else , _audio_port_color(0x4A8A0EFF) // Green , _control_port_color(0x244678FF) // Blue |