From 186d42a45e59be4781fd8672927c5a52443f6edc Mon Sep 17 00:00:00 2001 From: miruka Date: Fri, 16 Aug 2019 13:24:48 -0400 Subject: [PATCH] Change accentText hue --- src/themes/Default.qpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/themes/Default.qpl b/src/themes/Default.qpl index bb17766f..9e90f914 100644 --- a/src/themes/Default.qpl +++ b/src/themes/Default.qpl @@ -53,7 +53,7 @@ colors: color halfDimText: hsluv(0, 0, intensity * 70) color dimText: hsluv(0, 0, intensity * 55) color dimmerText: hsluv(0, 0, intensity * 30) - color accentText: hsluv(hue - 10, saturation * 2.25, 60) + color accentText: hsluv(hue - 80, saturation * 2.25, 60) color link: accentText color code: hsluv(hue + 5, saturation * 1.5, intensity * 60)