Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to the "sequoia" extension will be documented in this file.

Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
## [1.32.0] - 2025-12-12

### Added
- Icon themes to match the color schemes.

### Changed
- Updated `README.md` with icon theme information.
- Updated `package.json` with icon theme information.


- Initial release
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ See other interfaces at the official website.
3. Click **Install** to install it.
4. Code > Preferences > Color Theme >
**Sequoia Moonlight - Sequoia Monochrome** - **Sequoia Retro**
5. Code > Preferences > File Icon Theme >
**Sequoia Moonlight - Sequoia Monochrome** - **Sequoia Retro**

The theme is available for editors; shells, UI's and more coming up. Checkout the website

Expand All @@ -37,7 +39,9 @@ You have three themes, Monochrome, Moonlight & Retro and here the screenshot
### Retro
![VS Code Marketplace](https://github.com/Sequoia-Theme/vs-code/blob/main/images/retro.png?raw=true)

## Icon Theme

Matching icon themes are available to complement the color schemes.

## Personal Settings.

Expand Down
18 changes: 18 additions & 0 deletions icons/sequoia-monochrome/file-special.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/sequoia-monochrome/file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/sequoia-monochrome/folder-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/sequoia-monochrome/folder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions icons/sequoia-monochrome/sequoia-monochrome-icon-theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"iconDefinitions": {
"_file": {
"iconPath": "./file.svg"
},
"_file-special": {
"iconPath": "./file-special.svg"
},
"_folder": {
"iconPath": "./folder.svg"
},
"_folder-open": {
"iconPath": "./folder-open.svg"
}
},
"file": "_file",
"fileNames": {
"_pinecone-color-theme.json": "_file-special",
"pinecone.config.js": "_file-special"
},
"folder": "_folder",
"folderExpanded": "_folder-open",
"fileExtensions": {
"astro": "_file",
"bicep": "_file",
"css": "_file"
},
"hidesExplorerArrows": true
}
18 changes: 18 additions & 0 deletions icons/sequoia-moonlight/file-special.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/sequoia-moonlight/file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/sequoia-moonlight/folder-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/sequoia-moonlight/folder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions icons/sequoia-moonlight/sequoia-moonlight-icon-theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"iconDefinitions": {
"_file": {
"iconPath": "./file.svg"
},
"_file-special": {
"iconPath": "./file-special.svg"
},
"_folder": {
"iconPath": "./folder.svg"
},
"_folder-open": {
"iconPath": "./folder-open.svg"
}
},
"file": "_file",
"fileNames": {
"_pinecone-color-theme.json": "_file-special",
"pinecone.config.js": "_file-special"
},
"folder": "_folder",
"folderExpanded": "_folder-open",
"fileExtensions": {
"astro": "_file",
"bicep": "_file",
"css": "_file"
},
"hidesExplorerArrows": true
}
18 changes: 18 additions & 0 deletions icons/sequoia-retro/file-special.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/sequoia-retro/file.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/sequoia-retro/folder-open.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions icons/sequoia-retro/folder.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 29 additions & 0 deletions icons/sequoia-retro/sequoia-retro-icon-theme.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"iconDefinitions": {
"_file": {
"iconPath": "./file.svg"
},
"_file-special": {
"iconPath": "./file-special.svg"
},
"_folder": {
"iconPath": "./folder.svg"
},
"_folder-open": {
"iconPath": "./folder-open.svg"
}
},
"file": "_file",
"fileNames": {
"_pinecone-color-theme.json": "_file-special",
"pinecone.config.js": "_file-special"
},
"folder": "_folder",
"folderExpanded": "_folder-open",
"fileExtensions": {
"astro": "_file",
"bicep": "_file",
"css": "_file"
},
"hidesExplorerArrows": true
}
Binary file modified images/monochrome.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/moonlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified images/retro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 22 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sequoia",
"displayName": "Sequoia",
"description": "Black, elegant, modern, monochrome or colourful theme for VS Code and other interfaces.",
"version": "1.31.3",
"version": "1.32.0",
"publisher": "wicked-labs",
"repository": {
"type": "git",
Expand All @@ -22,7 +22,8 @@
"vscode": "^1.68.0"
},
"categories": [
"Themes"
"Themes",
"Icon Themes"
],
"keywords": [
"retro",
Expand All @@ -31,11 +32,11 @@
"monochrome",
"sequoia theme",
"super dark theme",
"retro"
"retro",
"icon theme"
],
"contributes": {
"themes": [

{
"label": "Sequoia Retro",
"uiTheme": "vs-dark",
Expand All @@ -51,6 +52,23 @@
"uiTheme": "vs-dark",
"path": "./themes/sequoia-monochrome.json"
}
],
"iconThemes": [
{
"id": "sequoia-retro",
"label": "Sequoia Retro",
"path": "./icons/sequoia-retro/sequoia-retro-icon-theme.json"
},
{
"id": "sequoia-moonlight",
"label": "Sequoia Moonlight",
"path": "./icons/sequoia-moonlight/sequoia-moonlight-icon-theme.json"
},
{
"id": "sequoia-monochrome",
"label": "Sequoia Monochrome",
"path": "./icons/sequoia-monochrome/sequoia-monochrome-icon-theme.json"
}
]
}
}