chore: update theme (fjord-core@03ea2de)
This commit is contained in:
20
README.md
20
README.md
@@ -33,29 +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
|
|
||||||
git clone https://github.com/fjord-themes/fjord-kitty.git --depth 1
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
2. Copy the theme file to your Kitty themes directory:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
mkdir -p ~/.config/kitty/themes/
|
mkdir -p ~/.config/kitty/themes/
|
||||||
cp fjord-kitty/themes/fjord.conf ~/.config/kitty/themes/.
|
git clone https://github.com/fjord-themes/fjord-kitty.git --depth 1 ~/.config/kitty/themes/fjord-kitty
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Add the theme to your Kitty config (`~/.config/kitty/kitty.conf`):
|
2. Add to your config (`~/.config/kitty/kitty.conf`):
|
||||||
```conf
|
```conf
|
||||||
include ~/.config/kitty/themes/fjord.conf
|
include ~/.config/kitty/themes/fjord-kitty/themes/fjord.conf
|
||||||
```
|
```
|
||||||
|
|
||||||
|
3. Reload Kitty with `Ctrl+Shift+F5` or restart.
|
||||||
|
|
||||||
4. Reload Kitty configuration with `Ctrl+Shift+F5` or restart Kitty.
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 🔧 Configuration
|
## 🔧 Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user