From e1f2a8481ab2db4c3b0c19b554986a55613b3f79 Mon Sep 17 00:00:00 2001 From: Sho Ishida Date: Sun, 25 Aug 2024 15:23:37 +0900 Subject: [PATCH] change color schemes --- config-files/Helix/.config/helix/config.toml | 2 +- config-files/Wezterm/.wezterm.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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'