1
0
mirror of https://github.com/checktheroads/hyperglass synced 2024-05-11 05:55:08 +00:00

actually use light & dark for background/foreground colors. closes #133

This commit is contained in:
checktheroads
2021-04-10 11:17:58 -07:00
parent 7581d42df6
commit 253d167a5a
3 changed files with 4 additions and 22 deletions

View File

@@ -156,7 +156,7 @@ class ThemeColors(HyperglassModel):
black: Color = "#000000"
white: Color = "#ffffff"
dark: Color = "#121212"
dark: Color = "#010101"
light: Color = "#f5f6f7"
gray: Color = "#c1c7cc"
red: Color = "#d84b4b"