summaryrefslogtreecommitdiff
path: root/modules/desktop/mako.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/desktop/mako.nix')
-rw-r--r--modules/desktop/mako.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/desktop/mako.nix b/modules/desktop/mako.nix
index 17ed94f..5a24e56 100644
--- a/modules/desktop/mako.nix
+++ b/modules/desktop/mako.nix
@@ -17,11 +17,11 @@ in {
margin = toString config.theme.outerGap;
padding = toString config.theme.innerGap;
- background-color = "#${config.theme.colors.bg}";
+ background-color = "#${config.theme.colors.base}";
progress-color = "#${config.theme.colors.primary}";
- text-color = "#${config.theme.colors.fg}";
+ text-color = "#${config.theme.colors.text}";
- border-color = "#${config.theme.colors.fg}";
+ border-color = "#${config.theme.colors.text}";
border-size = config.theme.borderWidth;
border-radius = config.theme.outerRadius;