Skip to content

Commit ed4f4b2

Browse files
committed
updated image, package and .gitignore
1 parent 9ca83bf commit ed4f4b2

7 files changed

Lines changed: 7 additions & 3 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ node_modules/
33
.DS_Store
44
*.log
55
.vscode-test/
6+
*.env

.vscodeignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
node_modules/
44
.gitignore
55
*.vsix
6+
*.env

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11

22
# EasyJade Theme for VS Code
33

4+
![EasyJade Theme](./images/logo-128x128.png)
5+
46
EasyJade is a beautiful, bespoke color theme extension for Visual Studio Code, featuring both light and dark variants inspired by jade tones. Perfect for users who want a fresh, readable, and elegant look for their editor.
57

68
## Themes Included
@@ -25,7 +27,7 @@ Below are examples of both EasyJade Light and EasyJade Dark in action:
2527

2628
## Color Details
2729

28-
Both themes feature carefully selected colors for backgrounds, foregrounds, selections, highlights, and UI elements. The dark theme is based on `jade.json` with unique adjustments, while the light theme uses lighter, harmonious jade-inspired colors.
30+
Both themes feature carefully selected colors for backgrounds, foregrounds, selections, highlights, and UI elements. The dark theme is my favourite with unique adjustments to my eyes, while the light theme uses lighter, harmonious jade-inspired colors.
2931

3032
## License
3133

images/dark.png

-70.2 KB
Loading

images/logo-128x128.png

84.8 KB
Loading

images/logo-765x765.png

752 KB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "EasyJadeTheme",
33
"displayName": "EasyJade Theme",
44
"description": "A beautiful bespoke jade colour theme for VS Code",
5-
"version": "0.1.5",
5+
"version": "0.1.6",
66
"scripts": {
77
"vsce:package": "vsce package"
88
},
@@ -37,6 +37,6 @@
3737
"type": "git",
3838
"url": "https://github.com/gcclinux/EasyJadeTheme.git"
3939
},
40-
"publisher": "gcclinux"
40+
"publisher": "EasyJadeTheme"
4141
}
4242

0 commit comments

Comments
 (0)