diff options
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; - }; - }; }; }; } |