From 37f05a96d957d31e5eb7c29962794f48bc5b5bd6 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 12 May 2025 06:46:28 -0700 Subject: theme for wezterm --- nix/users/fcuny/dev.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/nix/users/fcuny/dev.nix b/nix/users/fcuny/dev.nix index 4dc0a47..3648ed4 100644 --- a/nix/users/fcuny/dev.nix +++ b/nix/users/fcuny/dev.nix @@ -40,13 +40,11 @@ config = wezterm.config_builder() end - config.color_scheme = 'nord' + config.color_scheme = 'Night Owlish Light' config.scrollback_lines = 10000 - config.font = wezterm.font("Source Code Pro", { - weight = "Light", - }) + config.font = wezterm.font("Source Code Pro") config.font_size = 16.0 config.window_padding = { -- cgit v1.2.3