chore: update theme (fjord-core@c95a4c8)

This commit is contained in:
fjord-themes-bot
2026-03-25 02:57:36 +00:00
parent fd784fd123
commit 3eb62818f8

View File

@@ -40,7 +40,7 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/
```bash ```bash
mkdir -p ~/.warp/themes/ mkdir -p ~/.warp/themes/
git clone https://github.com/fjord-themes/fjord-warp.git --depth 1 ~/.warp/themes/fjord-warp git clone https://git.jshuntley.com/fjord-theme/fjord-warp.git --depth 1 ~/.warp/themes/fjord-warp
cp ~/.warp/themes/fjord-warp/themes/fjord.yaml ~/.warp/themes/fjord.yaml cp ~/.warp/themes/fjord-warp/themes/fjord.yaml ~/.warp/themes/fjord.yaml
``` ```
</details> </details>
@@ -49,7 +49,7 @@ cp ~/.warp/themes/fjord-warp/themes/fjord.yaml ~/.warp/themes/fjord.yaml
```bash ```bash
mkdir -p ${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes/ mkdir -p ${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes/
git clone https://github.com/fjord-themes/fjord-warp.git --depth 1 ${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes/fjord-warp git clone https://git.jshuntley.com/fjord-theme/fjord-warp.git --depth 1 ${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes/fjord-warp
cp ${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes/fjord-warp/themes/fjord.yaml \ cp ${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes/fjord-warp/themes/fjord.yaml \
${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes/fjord.yaml ${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes/fjord.yaml
``` ```
@@ -59,7 +59,7 @@ cp ${XDG_DATA_HOME:-$HOME/.local/share}/warp-terminal/themes/fjord-warp/themes/f
```powershell ```powershell
New-Item -Path "$env:APPDATA\warp\Warp\data\themes\" -ItemType Directory -Force New-Item -Path "$env:APPDATA\warp\Warp\data\themes\" -ItemType Directory -Force
git clone https://github.com/fjord-themes/fjord-warp.git --depth 1 "$env:APPDATA\warp\Warp\data\themes\fjord-warp" git clone https://git.jshuntley.com/fjord-theme/fjord-warp.git --depth 1 "$env:APPDATA\warp\Warp\data\themes\fjord-warp"
Copy-Item "$env:APPDATA\warp\Warp\data\themes\fjord-warp\themes\fjord.yaml" ` Copy-Item "$env:APPDATA\warp\Warp\data\themes\fjord-warp\themes\fjord.yaml" `
"$env:APPDATA\warp\Warp\data\themes\fjord.yaml" "$env:APPDATA\warp\Warp\data\themes\fjord.yaml"
``` ```
@@ -79,7 +79,7 @@ The theme includes:
## 🔄 Updates ## 🔄 Updates
This theme is automatically generated from [fjord-core](https://github.com/fjord-themes/fjord-core) and deployed on every release. For an overview of all supported platforms and the full color palette, visit the [Fjord theme page](https://github.com/fjord-themes/fjord). This theme is automatically generated from [fjord-core](https://git.jshuntley.com/fjord-theme/fjord-core) and deployed on every release. For an overview of all supported platforms and the full color palette, visit the [Fjord theme page](https://git.jshuntley.com/fjord-theme).
## ☕ Support My Work ## ☕ Support My Work
If you enjoy the Fjord theme and find it useful, consider supporting my work: If you enjoy the Fjord theme and find it useful, consider supporting my work:
@@ -90,4 +90,4 @@ If you enjoy the Fjord theme and find it useful, consider supporting my work:
MIT License - see [LICENSE](LICENSE) file for details. MIT License - see [LICENSE](LICENSE) file for details.
## 🤝 Contributing ## 🤝 Contributing
For theme suggestions or issues, please open an issue on [fjord-core](https://github.com/fjord-themes/fjord-core). For an overview of the project, visit the [Fjord theme page](https://github.com/fjord-themes/fjord). For theme suggestions or issues, please open an issue on [fjord-core](https://git.jshuntley.com/fjord-theme/fjord-core). For an overview of the project, visit the [Fjord theme page](https://git.jshuntley.com/fjord-theme).