make ListHeader color independently customizable

This commit is contained in:
Drew Weymouth
2023-06-20 18:33:41 -07:00
parent c6fc76172a
commit ecffb81f72
5 changed files with 12 additions and 3 deletions
+2
View File
@@ -6,6 +6,7 @@ SupportsLight = true
[DarkColors]
PageBackground = "#0F0F0F"
ListHeader = "#232323"
Background = "#232323"
ScrollBar = "#F3F3F3"
Button = "#14141432"
@@ -13,6 +14,7 @@ InputBackground = "#14141432"
[LightColors]
PageBackground = "#FAFAFA"
ListHeader = "#E1DFE1"
Background = "#E1DFE1"
ScrollBar = "#565656"
Button = "#C8C8C8F0"