Adjusted accent2, to use a darker background.

This commit is contained in:
Andrew Stowell
2022-05-27 23:03:01 -04:00
parent 1e88fdaa44
commit e849cce61a
+3 -3
View File
@@ -48,10 +48,10 @@
),
accent2: (
bg: #989898,
bg: #111111,
fg-bold: #ffffff,
fg: mix(#989898, #ffffff, 25%),
fg-light: mix(#989898, #ffffff, 40%)
fg: mix(#111111, #ffffff, 25%),
fg-light: mix(#111111, #ffffff, 40%)
),
header: (