Adjust GTK color uses

This commit is contained in:
Daniel Thwaites 2020-12-23 19:00:52 +00:00
parent 0e763f7bf6
commit 7666cda2a3
No known key found for this signature in database
GPG key ID: D8AFC4BF05670F9D

View file

@ -27,17 +27,17 @@ let
ACCENT_BG = base0F-hex;
ACCENT_FG = base00-hex;
# Buttons
BTN_BG = base02-hex;
BTN_FG = base06-hex;
BTN_BG = base01-hex;
BTN_FG = base05-hex;
# Header bar
HDR_BG = base00-hex;
HDR_BG = base01-hex;
HDR_FG = base05-hex;
# Header buttons
HDR_BTN_BG = base01-hex;
HDR_BTN_BG = base02-hex;
HDR_BTN_FG = base05-hex;
# Materia
MATERIA_SURFACE = base01-hex;
MATERIA_VIEW = base01-hex;
MATERIA_VIEW = base00-hex;
# Menu
MENU_BG = base01-hex;
MENU_FG = base05-hex;