chore: update theme (fjord-core@03ea2de)
This commit is contained in:
20
README.md
20
README.md
@@ -33,24 +33,14 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/
|
|||||||
### Manual Installation
|
### Manual Installation
|
||||||
|
|
||||||
|
|
||||||
1. Clone this repository:
|
1. Open Windows Terminal and go to Settings (Ctrl+Shift+,)
|
||||||
|
2. Add the Fjord theme to your `profiles.defaults`:
|
||||||
```bash
|
|
||||||
git clone https://github.com/fjord-themes/fjord-windows-terminal.git --depth 1
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2. Open Windows Terminal and go to Settings (Ctrl+Shift+,)
|
|
||||||
3. Add the Fjord theme to your `profiles.defaults`:
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"colorScheme": "Fjord"
|
"colorScheme": "Fjord"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
4. Add the color scheme to your `schemes` array:
|
3. Add the color scheme to your `schemes` array:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Fjord",
|
"name": "Fjord",
|
||||||
@@ -76,9 +66,7 @@ git clone https://github.com/fjord-themes/fjord-windows-terminal.git --depth 1
|
|||||||
"brightWhite": "#EFFAFF"
|
"brightWhite": "#EFFAFF"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
5. Save the settings and the theme will be applied
|
4. Save the settings and the theme will be applied
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## 🔧 Configuration
|
## 🔧 Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user