Skip to content

Commit 16b01f7

Browse files
added an icon for the vsc extension market
1 parent 3b58c83 commit 16b01f7

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@ All notable changes to the "Apatite-Dark" color theme extension will be document
55
## [Initial Release]
66

77
- Dark purple and bright turquoise colors heavily used on the editor. Different bright colors are selected for the text (code) side to achieve colorful look.
8+
9+
## [0.4.3]
10+
11+
- Added an icon for the extension.

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<h4 align="center">Enjoy!</h4>
66

77
<p align="center">
8-
<img src="/images/mockup.png">
8+
<img src="https://github.com/MehmetAliKOCAL/ApatiteDark-ColorTheme/blob/main/images/mockup.png?raw=true">
99
</p>
1010

1111
<h4 align="center">Screenshots</h4>
1212

1313
<p align="center">
14-
<img src="/images/screenshot1.png">
15-
<img src="/images/screenshot2.png">
16-
<img src="/images/screenshot3.png">
14+
<img src="https://github.com/MehmetAliKOCAL/ApatiteDark-ColorTheme/blob/main/images/screenshot1.png?raw=true">
15+
<img src="https://github.com/MehmetAliKOCAL/ApatiteDark-ColorTheme/blob/main/images/screenshot2.png?raw=true">
16+
<img src="https://github.com/MehmetAliKOCAL/ApatiteDark-ColorTheme/blob/main/images/screenshot3.png?raw=true">
1717
</p><br><br>
1818

1919
<p align="center"><font size="2">If you are viewing this page from GitHub, head <a href="https://marketplace.visualstudio.com/items?itemName=GwynDev.Apatite-Dark">here</a> to download</font></p>

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22
"name": "Apatite-Dark",
33
"displayName": "Apatite Dark",
44
"description": "A bright turquoise and deep purple heavy, dark color theme",
5-
"version": "0.4.0",
5+
"version": "0.4.3",
66
"publisher": "GwynDev",
7+
"icon": "images/icon.png",
78
"repository": {
89
"type": "git",
910
"url": "https://github.com/MehmetAliKOCAL/ApatiteDark-ColorTheme"

0 commit comments

Comments
 (0)