mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 03:16:10 +00:00
Update Configuration.cpp (#186)
fixed issue #179 Strings not visible as yellow on white changed the color7&9 to RGB(255,130,0) to achieve a greater constract both in default theme and the dark one.
This commit is contained in:
parent
5c9dec657d
commit
79b4aefd4e
@ -126,9 +126,9 @@ void Configuration::loadDarkTheme()
|
||||
QColor color4 = QColor(128, 235, 200);
|
||||
QColor color5 = QColor(95, 95, 175);
|
||||
QColor color6 = QColor(255, 235, 95);
|
||||
QColor color7 = QColor(255, 200, 0);
|
||||
QColor color7 = QColor(255, 130, 0);
|
||||
QColor color8 = QColor(108, 108, 108);
|
||||
QColor color9 = QColor(255, 200, 0);
|
||||
QColor color9 = QColor(255, 130, 0);
|
||||
|
||||
QColor highlightColor = QColor(64, 115, 115);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user