chore: update theme (fjord-core@3e6f55e)
This commit is contained in:
22
README.md
22
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
|
||||
|
||||

|
||||
|
||||
|
||||
## 🔄 Updates
|
||||
|
||||
|
||||
Reference in New Issue
Block a user