summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/Style.cpp10
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