change color schemes

This commit is contained in:
Sho Ishida 2024-08-25 15:23:37 +09:00
parent eedec37d82
commit e1f2a8481a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
theme = "gruvbox"
theme = "everforest_dark"
[editor]
line-number = "relative"

View File

@ -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'