update color scheme and fix some elements' coloration

This commit is contained in:
LyfeOnEdge
2020-03-26 18:16:40 -07:00
parent b799e3af1a
commit 14e5692cac
2 changed files with 13 additions and 7 deletions

View File

@@ -7,11 +7,12 @@ boldmonospace = ("Monospace",10,"bold")
BUTTON_FONT = monospace
BACKGROUND_COLOR = "#d9d9d9"
BACKGROUND_COLOR = "#20232a"
BUTTON_COLOR = "#aaaaaa"
ENTRY_COLOR = "white"
ENTRY_COLOR = "#373940"
ENTRY_FOREGROUND = "black"
LABEL_COLOR = "#61dafb"