99 lines
3.3 KiB
Markdown
99 lines
3.3 KiB
Markdown
# Fjord Theme for VS Code
|
|
|
|
A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/cyan separation for Visual Studio Code.
|
|
|
|
## 🎨 Color Palette
|
|
|
|
### Core Colors
|
|
|
|
| Color | Name |
|
|
| --------------------------------------------------------- | ----------------- |
|
|
|  | **background** |
|
|
|  | **backgroundAlt** |
|
|
|  | **surface** |
|
|
|  | **line** |
|
|
|  | **foreground** |
|
|
|  | **muted** |
|
|
|  | **mutedDim** |
|
|
|
|
### Accent Colors
|
|
|
|
| Color | Name |
|
|
| --------------------------------------------------------- | ---------------------------- |
|
|
|  | **green** _(primary accent)_ |
|
|
|  | **blue** |
|
|
|  | **yellow** |
|
|
|  | **purple** |
|
|
|  | **red** |
|
|
|  | **cyan** |
|
|
|
|
## 📦 Installation
|
|
|
|
### From VS Code Marketplace
|
|
|
|
1. Open VS Code
|
|
2. Go to Extensions (Ctrl+Shift+X)
|
|
3. Search for "Fjord"
|
|
4. Click Install
|
|
|
|
### Manual Installation
|
|
|
|
1. Download the latest `.vsix` file from [Releases](https://github.com/fjord-theme/fjord-vscode/releases)
|
|
2. Open VS Code
|
|
3. Go to Extensions (Ctrl+Shift+X)
|
|
4. Click the "..." menu and select "Install from VSIX..."
|
|
5. Select the downloaded `.vsix` file
|
|
|
|
### From Source
|
|
|
|
1. Clone this repository:
|
|
|
|
```bash
|
|
git clone https://github.com/fjord-theme/fjord-vscode.git
|
|
cd fjord-vscode
|
|
```
|
|
|
|
2. Install dependencies:
|
|
|
|
```bash
|
|
npm install
|
|
```
|
|
|
|
3. Package the extension:
|
|
|
|
```bash
|
|
npm run package
|
|
```
|
|
|
|
4. Install the generated `.vsix` file
|
|
|
|
## 🔧 Configuration
|
|
|
|
After installation, you can activate the theme by:
|
|
|
|
1. Opening the Command Palette (Ctrl+Shift+P)
|
|
2. Typing "Preferences: Color Theme"
|
|
3. Selecting "Fjord"
|
|
|
|
## 📸 Preview
|
|
|
|

|
|
|
|
## 🔄 Updates
|
|
|
|
This theme is automatically generated from the [main Fjord repository](https://github.com/fjord-theme/fjord). For the latest updates, check the main repository.
|
|
|
|
## ☕ Support My Work
|
|
|
|
If you enjoy the Fjord theme and find it useful, consider supporting my work:
|
|
|
|
[](https://buymeacoffee.com/jshuntley)
|
|
|
|
## 📄 License
|
|
|
|
MIT License - see [LICENSE](LICENSE) file for details.
|
|
|
|
## 🤝 Contributing
|
|
|
|
For theme suggestions or issues, please visit the [main Fjord repository](https://github.com/fjord-theme/fjord).
|