diff options
Diffstat (limited to '')
-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; |