From 7666cda2a35ab02ae2b767be409190b37518186d Mon Sep 17 00:00:00 2001 From: Daniel Thwaites Date: Wed, 23 Dec 2020 19:00:52 +0000 Subject: [PATCH] Adjust GTK color uses --- modules/gtk.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/gtk.nix b/modules/gtk.nix index b883cfd0..53ce6ec0 100644 --- a/modules/gtk.nix +++ b/modules/gtk.nix @@ -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;