change color schemes
This commit is contained in:
parent
eedec37d82
commit
e1f2a8481a
@ -1,4 +1,4 @@
|
||||
theme = "gruvbox"
|
||||
theme = "everforest_dark"
|
||||
|
||||
[editor]
|
||||
line-number = "relative"
|
||||
|
||||
@ -5,7 +5,7 @@ local wezterm = require 'wezterm'
|
||||
local config = wezterm.config_builder()
|
||||
|
||||
-- Color Scheme
|
||||
config.color_scheme = 'Gruvbox dark, medium (base16)'
|
||||
config.color_scheme = 'Everforest Dark Medium (Gogh)'
|
||||
|
||||
-- Font
|
||||
config.font = wezterm.font 'JetBrainsMono Nerd Font'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user