diff options
Diffstat (limited to 'modules/user/desktop/components')
| -rw-r--r-- | modules/user/desktop/components/fuzzel.nix | 28 |
1 files changed, 12 insertions, 16 deletions
diff --git a/modules/user/desktop/components/fuzzel.nix b/modules/user/desktop/components/fuzzel.nix index 67bf047..e4b6ef8 100644 --- a/modules/user/desktop/components/fuzzel.nix +++ b/modules/user/desktop/components/fuzzel.nix @@ -6,22 +6,18 @@ width = 2; }; - colors = - let - accent = if config.desktop.accent == "blue" then "89b4faff" else "f5c2e7ff"; - in - { - background = "1e1e2eff"; - border = accent; - input = "cdd6f4ff"; - match = accent; - placeholder = "7f849cff"; - prompt = "bac2deff"; - selection = "585b70ff"; - selection-match = accent; - selection-text = "cdd6f4ff"; - text = "cdd6f4ff"; - }; + colors = { + background = "1e1e2eff"; + border = "89b4faff"; + input = "cdd6f4ff"; + match = "89b4faff"; + placeholder = "7f849cff"; + prompt = "bac2deff"; + selection = "585b70ff"; + selection-match = "89b4faff"; + selection-text = "cdd6f4ff"; + text = "cdd6f4ff"; + }; main = { dpi-aware = true; |
