chore: update theme (fjord-core@03ea2de)

This commit is contained in:
fjord-themes-bot
2026-03-20 00:40:33 +00:00
parent 97d2d85162
commit 4485ef1366

View File

@@ -33,28 +33,19 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/
### Manual Installation ### Manual Installation
1. Clone this repository: 1. Clone the theme to your config directory:
```bash ```bash
git clone https://github.com/fjord-themes/fjord-glamour.git --depth 1 mkdir -p ~/.config/glamour/
git clone https://github.com/fjord-themes/fjord-glamour.git --depth 1 ~/.config/glamour/fjord-glamour
``` ```
2. Add to your config (`~/.zshrc / ~/.bashrc`):
2. Copy the theme file to your Glamour themes directory:
```bash ```bash
mkdir -p ~/.config/glamour/themes/ export GLAMOUR_STYLE="$HOME/.config/glamour/fjord-glamour/themes/fjord.json"
cp fjord-glamour/themes/fjord.json ~/.config/glamour/themes/.
``` ```
3. Add the theme to your Glamour config (`~/.zshrc / ~/.bashrc`): 3. Reload your shell (`source ~/.zshrc`) or open a new terminal.
```bash
export GLAMOUR_STYLE="$HOME/.config/glamour/themes/fjord.json"
```