summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-04-11 22:38:12 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-04-11 22:38:12 +0200
commit2b24a978e12eaeaa5cf3f71d31331d1990310f1e (patch)
tree3d1b0a6a318e3b94875303be0cf19e01105421a2 /src
parentClear notifications when event is read (diff)
downloadnheko-2b24a978e12eaeaa5cf3f71d31331d1990310f1e.tar.xz
Mid color is used for scrollbars it seems
Diffstat (limited to 'src')
-rw-r--r--src/UserSettingsPage.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UserSettingsPage.cpp b/src/UserSettingsPage.cpp

index 3afff83b..b4f4cb45 100644 --- a/src/UserSettingsPage.cpp +++ b/src/UserSettingsPage.cpp
@@ -111,7 +111,7 @@ UserSettings::applyTheme() /*button*/ QColor("#333"), /*light*/ QColor(0xef, 0xef, 0xef), /*dark*/ QColor(220, 220, 220), - /*mid*/ QColor(0, 0xff, 0), // not used anywhere, this is for debugging + /*mid*/ QColor(110, 110, 110), /*text*/ QColor("#333"), /*bright_text*/ QColor("#333"), /*base*/ QColor("white"), @@ -129,7 +129,7 @@ UserSettings::applyTheme() /*button*/ QColor(0xff, 0xff, 0xff), /*light*/ QColor("#caccd1"), /*dark*/ QColor("#2d3139"), - /*mid*/ QColor(0, 0xff, 0), // not used anywhere, this is for debugging + /*mid*/ QColor(110, 110, 110), // not used anywhere, this is for debugging /*text*/ QColor("#caccd1"), /*bright_text*/ QColor(0xff, 0xff, 0xff), /*base*/ QColor("#2d3139"),