Skip to content

Commit 76a49bc

Browse files
authored
docs(*): Add icon, add preview, extend manifest and README (#2)
1 parent 6d7c1ae commit 76a49bc

7 files changed

Lines changed: 26 additions & 4 deletions

File tree

.vscodeignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.vscode/**
22
.gitignore
3+
assets/icon.aep
4+
assets/icon-small.png
5+
assets/preview.png

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
1-
# vscode-theme-deep-ocean
1+
<br><br>
22

3-
"Deep Ocean" Theme for Visual Studio Code
3+
<div align="center">
4+
5+
![Logo](assets/icon-small.png?raw=true)
6+
7+
# Deep Ocean
8+
9+
**Deep Ocean Theme for Visual Studio Code, based on Oceanic Next**
10+
11+
</div>
12+
13+
<br>
14+
15+
## Preview
16+
17+
![Logo](assets/preview.png?raw=true)
418

519
<br>
620

assets/icon-small.png

3.32 KB
Loading

assets/icon.aep

476 KB
Binary file not shown.

assets/icon.png

6.07 KB
Loading

assets/preview.png

153 KB
Loading

package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
{
22
"name": "vscode-theme-deep-ocean",
3+
"version": "1.0.0",
34
"displayName": "Deep Ocean",
4-
"description": "",
5+
"description": "Deep Ocean Theme for Visual Studio Code, based on Oceanic Next",
56
"repository": {
67
"type": "git",
78
"url": "https://github.com/dominique-mueller/vscode-theme-deep-ocean"
89
},
910
"publisher": "itsdevdom",
10-
"version": "1.0.0",
1111
"engines": {
1212
"vscode": "^1.59.0"
1313
},
14+
"galleryBanner": {
15+
"color": "#343D46",
16+
"theme": "dark"
17+
},
1418
"categories": [
1519
"Themes"
1620
],
21+
"icon": "assets/icon.png",
1722
"contributes": {
1823
"themes": [
1924
{

0 commit comments

Comments
 (0)