about summary refs log tree commit diff
path: root/users/fcuny/desktop/theme.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-03-14 19:00:28 -0700
committerFranck Cuny <franck@fcuny.net>2022-03-14 19:00:28 -0700
commitd684c3e950d98c90a20f42c6a0f5db6f80efe07c (patch)
tree0ee21ec25f859b768fb2719e104cf8a445f74e4c /users/fcuny/desktop/theme.nix
parentrclone: fix the path (diff)
downloadworld-d684c3e950d98c90a20f42c6a0f5db6f80efe07c.tar.gz
theme: dont' set alacritty bg and fg
Diffstat (limited to '')
-rw-r--r--users/fcuny/desktop/theme.nix3
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;