From 2ce11d8a79c22f459a091353b296892217415725 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 13 Feb 2022 14:55:55 -0800 Subject: alacritty: switch back to white background I can't stand the dark background. --- users/fcuny/desktop/terminal.nix | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'users') 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; -- cgit 1.4.1