aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-13 14:55:55 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-13 14:55:55 -0800
commit2ce11d8a79c22f459a091353b296892217415725 (patch)
tree17bb26e06b3aaabd4895fa9ba4e98f15fcdc1a2e
parentemacs: let's go! (diff)
downloadinfra-2ce11d8a79c22f459a091353b296892217415725.tar.gz
alacritty: switch back to white background
I can't stand the dark background.
-rw-r--r--users/fcuny/desktop/terminal.nix6
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;