diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-13 14:55:55 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-13 14:55:55 -0800 |
commit | 2ce11d8a79c22f459a091353b296892217415725 (patch) | |
tree | 17bb26e06b3aaabd4895fa9ba4e98f15fcdc1a2e /users/fcuny/desktop | |
parent | emacs: let's go! (diff) | |
download | world-2ce11d8a79c22f459a091353b296892217415725.tar.gz |
alacritty: switch back to white background
I can't stand the dark background.
Diffstat (limited to '')
-rw-r--r-- | users/fcuny/desktop/terminal.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/users/fcuny/desktop/terminal.nix b/users/fcuny/desktop/terminal.nix index ca3b2e8..9682e8a 100644 --- a/users/fcuny/desktop/terminal.nix +++ b/users/fcuny/desktop/terminal.nix @@ -9,6 +9,12 @@ TERM = "xterm-256color"; WINIT_X11_SCALE_FACTOR = "1.2"; }; + colors = { + primary = { + background = "#ffffff"; + foreground = "#000000"; + }; + }; draw_bold_text_with_bright_colors = true; selection = { save_to_clipboard = true; |