wezterm: switch theme and font

This commit is contained in:
notohh 2023-11-15 05:47:06 -05:00
parent 5fe1ac2b52
commit 0e61d06ae1
Signed by: notohh
GPG key ID: BD47506D475EE86D

View file

@ -8,12 +8,12 @@ return {
name = "NVIDIA GeForce GTX 1070 Ti" name = "NVIDIA GeForce GTX 1070 Ti"
}, },
enable_wayland = false, enable_wayland = false,
font = wezterm.font 'Comic Code Ligatures', font = wezterm.font 'Monaspace Krypton',
font_size = 12.0, font_size = 12.0,
window_background_opacity = 0.6, window_background_opacity = 0.6,
text_background_opacity = 1.0, text_background_opacity = 1.0,
enable_tab_bar = false, enable_tab_bar = false,
color_scheme = 'Catppuccin Mocha', color_scheme = 'tokyonight',
window_padding = { top = 0, bottom = 0, left = 0, right = 0 } window_padding = { top = 0, bottom = 0, left = 0, right = 0 }
} }