Skip to content

Commit 9fe654d

Browse files
Merge pull request #4 from KjartanBourgeois/add-lighter-comments
Add lighter comments
2 parents 7db7936 + adbd559 commit 9fe654d

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
All notable changes to the "minimal-kiwi" extension will be documented in this file.
44

55

6+
## v:1.2.1
7+
- Updated comments color for readability
8+
69
## v:1.2.0
710
- Fixed color contrast levels
811

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "minimal-kiwi",
33
"displayName": "Minimal Kiwi",
44
"description": "VSCode theme that immerse you in the refreshing allure: A minimalistic, vibrant VSCode theme that harmonizes productivity with the soothing hue of Green Kiwi.",
5-
"version": "1.2.0",
5+
"version": "1.2.1",
66
"publisher": "pranjalkumar",
77
"author": {
88
"name": "Pranjal Kumar",

themes/Minimal Kiwi-color-theme.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1355,9 +1355,9 @@
13551355
{
13561356
"scope": "comment",
13571357
"settings": {
1358-
"foreground": "#9aadae"
1358+
"foreground": "#828989"
13591359
}
1360-
},
1360+
},
13611361
{
13621362
"scope": "punctuation.definition.comment",
13631363
"settings": {
@@ -1395,4 +1395,4 @@
13951395
}
13961396
}
13971397
]
1398-
}
1398+
}

0 commit comments

Comments
 (0)