diff options
author | Michaël Ball <michael.ball@krotosaudio.com> | 2025-02-14 08:58:33 +0000 |
---|---|---|
committer | Michaël Ball <michael.ball@krotosaudio.com> | 2025-02-14 08:58:33 +0000 |
commit | ea91058737fa7b7b74e834d964639052fd87b93a (patch) | |
tree | 567250ca5aa821328233ca7111dae4b6f5a92270 /wezterm/.wezterm.lua | |
parent | edb61e9394f2c672e35d12fb318c7ccb4039395e (diff) |
Wezterm updatesmain
Diffstat (limited to 'wezterm/.wezterm.lua')
-rw-r--r-- | wezterm/.wezterm.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wezterm/.wezterm.lua b/wezterm/.wezterm.lua index b99a500..df1b874 100644 --- a/wezterm/.wezterm.lua +++ b/wezterm/.wezterm.lua @@ -5,7 +5,7 @@ local wezterm = require 'wezterm' local config = wezterm.config_builder() -- This is where you actually apply your config choices -config.font = wezterm.font 'SarasaFixedSC Nerd Font Mono' +config.font = wezterm.font 'SarasaTermCL Nerd Font Mono' config.font_size = 13 config.window_frame = { -- The font used in the tab bar. @@ -18,7 +18,7 @@ config.window_frame = { } -- For example, changing the color scheme: -config.color_scheme = 'iTerm2 Light Background' +config.color_scheme = 'Apple Classic' -- and finally, return the configuration to wezterm return config |