From fea25c239ad52845b63473d54c931be88aea09b1 Mon Sep 17 00:00:00 2001 From: fjord-themes-bot Date: Thu, 19 Mar 2026 23:19:09 +0000 Subject: [PATCH] chore: update theme (fjord-core@3e6f55e) --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 8bb4db2..fd60a5f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Fjord Theme for Alacritty -A dusk-blue base with soft leaf-green accents for alacritty. +A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/cyan separation for the Alacritty terminal. ## 🎨 Color Palette @@ -44,22 +44,20 @@ git clone https://github.com/fjord-themes/fjord-alacritty.git --depth 1 ```bash mkdir -p ~/.config/alacritty/themes/ -cp fjord-Alacritty/themes/fjord.toml ~/.config/alacritty/themes/. +cp fjord-alacritty/themes/fjord.toml ~/.config/alacritty/themes/. ``` 3. Add the theme to your Alacritty config (`~/.config/alacritty/alacritty.toml`): +```toml +[general] +import = ["~/.config/alacritty/themes/fjord.toml"] +``` -## 🔧 Configuration - -The theme is designed to work transparently with your terminal colors while providing optimal contrast and readability in the Alacritty editor. -## 📸 Preview - -![Fjord Alacritty Theme](https://raw.githubusercontent.com/fjord-theme/fjord/main/docs/images/colortest.png) ## 🔄 Updates