diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-03-25 17:24:03 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-03-25 17:24:03 -0700 |
| commit | 8b1f8fd480cffc754fe5afdca08ee5a6db4cbaa9 (patch) | |
| tree | 45f1f810005723ca543a52665f17c4fae59c9055 /users/fcuny/desktop/terminal.nix | |
| parent | shell: switch from zsh to fish (diff) | |
| download | infra-8b1f8fd480cffc754fe5afdca08ee5a6db4cbaa9.tar.gz | |
alacritty: use the default colors
Diffstat (limited to 'users/fcuny/desktop/terminal.nix')
| -rw-r--r-- | users/fcuny/desktop/terminal.nix | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/users/fcuny/desktop/terminal.nix b/users/fcuny/desktop/terminal.nix index d67d383..c5c419a 100644 --- a/users/fcuny/desktop/terminal.nix +++ b/users/fcuny/desktop/terminal.nix @@ -6,12 +6,6 @@ settings = { env = { TERM = "xterm-256color"; }; - colors = { - primary = { - background = "#ffffff"; - foreground = "#000000"; - }; - }; live_config_reload = true; draw_bold_text_with_bright_colors = true; selection = { save_to_clipboard = true; }; @@ -20,12 +14,6 @@ style.blinking = "Never"; unfocused_hollow = true; }; - window = { - padding = { - x = 5; - y = 5; - }; - }; }; }; } |
