Theme color change, slightly brighter, switched to darker text.

This commit is contained in:
Andrew Stowell
2022-05-27 22:44:53 -04:00
parent 7851eac6b4
commit 1e88fdaa44
+9 -9
View File
@@ -41,10 +41,10 @@
border3-bg: #eaeaea,
accent1: (
bg: #4acaa8,
fg-bold: #ffffff,
fg: mix(#4acaa8, #ffffff, 25%),
fg-light: mix(#4acaa8, #ffffff, 40%)
bg: #28f4af,
fg-bold: #111111,
fg: mix(#28f4af, #111111, 25%),
fg-light: mix(#28f4af, #111111, 40%)
),
accent2: (
@@ -55,10 +55,10 @@
),
header: (
bg: #4acaa8,
fg-bold: #ffffff,
fg: mix(#4acaa8, #ffffff, 25%),
fg-light: mix(#4acaa8, #ffffff, 40%),
border: mix(#4acaa8, #ffffff, 90%)
bg: #28f4af,
fg-bold: #111111,
fg: mix(#28f4af, #111111, 25%),
fg-light: mix(#28f4af, #111111, 40%),
border: mix(#28f4af, #111111, 90%)
)
);