about summary refs log tree commit diff
path: root/users/fcuny/desktop/terminal.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/fcuny/desktop/terminal.nix')
-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;