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

This commit is contained in:
fjord-themes-bot
2026-03-20 00:40:32 +00:00
parent fea25c239a
commit f0f393f359

View File

@@ -33,29 +33,20 @@ 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
git clone https://github.com/fjord-themes/fjord-alacritty.git --depth 1
```
2. Copy the theme file to your Alacritty themes directory:
```bash ```bash
mkdir -p ~/.config/alacritty/themes/ mkdir -p ~/.config/alacritty/themes/
cp fjord-alacritty/themes/fjord.toml ~/.config/alacritty/themes/. git clone https://github.com/fjord-themes/fjord-alacritty.git --depth 1 ~/.config/alacritty/themes/fjord-alacritty
``` ```
3. Add the theme to your Alacritty config (`~/.config/alacritty/alacritty.toml`): 2. Add to your config (`~/.config/alacritty/alacritty.toml`):
```toml ```toml
[general] [general]
import = ["~/.config/alacritty/themes/fjord.toml"] import = ["~/.config/alacritty/themes/fjord-alacritty/themes/fjord.toml"]
``` ```
3. Restart Alacritty to apply the theme.