diff --git a/config-files/Helix/.config/helix/config.toml b/config-files/Helix/.config/helix/config.toml index b23866a..d882786 100644 --- a/config-files/Helix/.config/helix/config.toml +++ b/config-files/Helix/.config/helix/config.toml @@ -1,4 +1,4 @@ -theme = "gruvbox" +theme = "everforest_dark" [editor] line-number = "relative" diff --git a/config-files/Wezterm/.wezterm.lua b/config-files/Wezterm/.wezterm.lua index 163f5e4..f42c107 100644 --- a/config-files/Wezterm/.wezterm.lua +++ b/config-files/Wezterm/.wezterm.lua @@ -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'