chore: update theme (fjord-core@c95a4c8)
This commit is contained in:
72
README.md
72
README.md
@@ -6,26 +6,26 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/
|
||||
|
||||
### Core Colors
|
||||
|
||||
| Color | Name |
|
||||
| --------------------------------------------------------- | ----------------- |
|
||||
|  | **background** |
|
||||
|  | **backgroundAlt** |
|
||||
|  | **surface** |
|
||||
|  | **line** |
|
||||
|  | **foreground** |
|
||||
|  | **muted** |
|
||||
|  | **mutedDim** |
|
||||
| Color | Name |
|
||||
| ---- | ----------------- |
|
||||
|  | **background** |
|
||||
|  | **backgroundAlt** |
|
||||
|  | **surface** |
|
||||
|  | **line** |
|
||||
|  | **foreground** |
|
||||
|  | **muted** |
|
||||
|  | **mutedDim** |
|
||||
|
||||
### Accent Colors
|
||||
|
||||
| Color | Name |
|
||||
| --------------------------------------------------------- | ---------------------------- |
|
||||
|  | **green** _(primary accent)_ |
|
||||
|  | **blue** |
|
||||
|  | **yellow** |
|
||||
|  | **purple** |
|
||||
|  | **red** |
|
||||
|  | **cyan** |
|
||||
| Color | Name |
|
||||
| ---- | ---------------------------- |
|
||||
|  | **green** _(primary accent)_ |
|
||||
|  | **blue** |
|
||||
|  | **yellow** |
|
||||
|  | **purple** |
|
||||
|  | **red** |
|
||||
|  | **cyan** |
|
||||
|
||||
## 📦 Installation
|
||||
|
||||
@@ -38,34 +38,13 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/
|
||||
|
||||
### Manual Installation
|
||||
|
||||
1. Download the latest `.vsix` file from [Releases](https://github.com/fjord-theme/fjord-vscode/releases)
|
||||
|
||||
1. Download the latest `.vsix` file from [Releases](https://git.jshuntley.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
|
||||
|
||||
@@ -75,24 +54,17 @@ After installation, you can activate the theme by:
|
||||
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.
|
||||
|
||||
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
|
||||
|
||||
If you enjoy the Fjord theme and find it useful, consider supporting my work:
|
||||
|
||||
[](https://buymeacoffee.com/jshuntley)
|
||||
|
||||
[](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).
|
||||
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).
|
||||
Reference in New Issue
Block a user