diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-05-12 06:46:28 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-05-12 06:46:28 -0700 |
| commit | 37f05a96d957d31e5eb7c29962794f48bc5b5bd6 (patch) | |
| tree | 37fbc9df8e78c0918237b3f9c49cc014d80bdb4d /nix | |
| parent | working emacs configuration managed with nix (diff) | |
| download | infra-37f05a96d957d31e5eb7c29962794f48bc5b5bd6.tar.gz | |
theme for wezterm
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/users/fcuny/dev.nix | 6 |
1 files 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 = { |
