From cec60c94720d15ed7f5187f72901b771c49d8032 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 15 Mar 2015 01:36:12 +0000 Subject: Brighten light theme for printing. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5632 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/Style.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') 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 -- cgit v1.2.1