mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
trying catppuccin color scheme in wezterm
This commit is contained in:
@@ -6,10 +6,11 @@ if wezterm.config_builder then
|
||||
end
|
||||
|
||||
--config.color_scheme = 'rose-pine'
|
||||
config.color_scheme = 'terafox'
|
||||
config.colors = {
|
||||
background = "#131111"
|
||||
}
|
||||
--config.color_scheme = 'terafox'
|
||||
config.color_scheme = 'Catppuccin Mocha'
|
||||
-- config.colors = {
|
||||
-- background = "#131111"
|
||||
-- }
|
||||
|
||||
-- Font
|
||||
config.font = wezterm.font_with_fallback {
|
||||
|
||||
Reference in New Issue
Block a user