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