diff options
author | Franck Cuny <franck@fcuny.net> | 2022-03-14 19:00:28 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-03-14 19:00:28 -0700 |
commit | d684c3e950d98c90a20f42c6a0f5db6f80efe07c (patch) | |
tree | 0ee21ec25f859b768fb2719e104cf8a445f74e4c | |
parent | rclone: fix the path (diff) | |
download | world-d684c3e950d98c90a20f42c6a0f5db6f80efe07c.tar.gz |
theme: dont' set alacritty bg and fg
-rw-r--r-- | users/fcuny/desktop/theme.nix | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/users/fcuny/desktop/theme.nix b/users/fcuny/desktop/theme.nix index 0fb8478..de0c5e8 100644 --- a/users/fcuny/desktop/theme.nix +++ b/users/fcuny/desktop/theme.nix @@ -60,9 +60,6 @@ in { }; programs.alacritty.settings.colors = { - primary.background = "0x00374e"; # # special - not part of theme - primary.foreground = "0xD8DEE9"; - cursor.text = cnotation cfg.base00; cursor.cursor = cnotation cfg.base04; |