From a078a64acbfdb92f4533407cc4e428dfe84b809f Mon Sep 17 00:00:00 2001 From: fjord-themes-bot Date: Fri, 20 Mar 2026 00:40:34 +0000 Subject: [PATCH] chore: update theme (fjord-core@03ea2de) --- README.md | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index b79812c..e2e30d9 100644 --- a/README.md +++ b/README.md @@ -33,28 +33,20 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/ ### Manual Installation -1. Clone this repository: - -```bash -git clone https://github.com/fjord-themes/fjord-wezterm.git --depth 1 -``` - - -2. Copy the theme file to your WezTerm themes directory: +1. Clone the theme to your config directory: ```bash mkdir -p ~/.config/wezterm/colors/ -cp fjord-wezterm/themes/fjord.lua ~/.config/wezterm/colors/. +git clone https://github.com/fjord-themes/fjord-wezterm.git --depth 1 ~/.config/wezterm/colors/fjord-wezterm ``` -3. Add the theme to your WezTerm config (`~/.wezterm.lua`): +2. Add to your config (`~/.wezterm.lua`): ```lua +config.color_scheme_dirs = { os.getenv("HOME") .. "/.config/wezterm/colors/fjord-wezterm/themes" } config.color_scheme = "fjord" ``` - - - +3. Restart WezTerm to apply the theme. ## 🔧 Configuration