diff options
author | Franck Cuny <franck@fcuny.net> | 2022-08-10 17:43:29 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-08-10 17:43:29 -0700 |
commit | ce2ab920acdc6dcc2c790f20e54b0c42351f1347 (patch) | |
tree | bbcca5b7f2a8fcf089109a73b0195648387726f3 /home | |
parent | fix(ops/tf): remove comments (diff) | |
download | world-ce2ab920acdc6dcc2c790f20e54b0c42351f1347.tar.gz |
fix(home/terminal): use alacritty's default colors
Change-Id: I8e08d5ee8649f31e52bfdedda8083a2b78dba54d
Diffstat (limited to 'home')
-rw-r--r-- | home/terminal/alacritty/default.nix | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/home/terminal/alacritty/default.nix b/home/terminal/alacritty/default.nix index 85d8e4a..d98fd7a 100644 --- a/home/terminal/alacritty/default.nix +++ b/home/terminal/alacritty/default.nix @@ -12,12 +12,6 @@ in draw_bold_text_with_bright_colors = true; selection = { save_to_clipboard = true; }; font = { size = 12; }; - colors = { - primary = { - foreground = "#000000"; - background = "#FFFFFF"; - }; - }; cursor = { style.blinking = "Never"; unfocused_hollow = true; |