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