From 97d2d851624cafd343118b3340924ca46694a41f Mon Sep 17 00:00:00 2001 From: fjord-themes-bot Date: Thu, 19 Mar 2026 23:19:10 +0000 Subject: [PATCH] chore: update theme (fjord-core@3e6f55e) --- README.md | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6ceed8b..8459cad 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Fjord Theme for glamour +# Fjord Theme for Glamour -A dusk-blue base with soft leaf-green accents for glamour. +A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/cyan separation for Glamour — the terminal markdown renderer used by tools like Glow and Charm. ## 🎨 Color Palette @@ -40,6 +40,17 @@ git clone https://github.com/fjord-themes/fjord-glamour.git --depth 1 ``` +2. Copy the theme file to your Glamour themes directory: + +```bash +mkdir -p ~/.config/glamour/themes/ +cp fjord-glamour/themes/fjord.json ~/.config/glamour/themes/. +``` + +3. Add the theme to your Glamour config (`~/.zshrc / ~/.bashrc`): +```bash +export GLAMOUR_STYLE="$HOME/.config/glamour/themes/fjord.json" +``` @@ -47,13 +58,6 @@ git clone https://github.com/fjord-themes/fjord-glamour.git --depth 1 -## 🔧 Configuration - -The theme is designed to work transparently with your terminal colors while providing optimal contrast and readability in the glamour editor. -## 📸 Preview - -![Fjord glamour Theme](https://raw.githubusercontent.com/fjord-theme/fjord/main/docs/images/colortest.png) - ## 🔄 Updates