Set banner background to Monokai dark background.

This commit is contained in:
Dag Evensberget 2019-12-02 14:40:01 +10:00
parent 9e438dc72d
commit 6f17bd3b97
2 changed files with 3 additions and 1 deletions

View File

@ -19,3 +19,5 @@ Mention support for [Breadcrumbs](https://code.visualstudio.com/updates/v1_26#_b
Add icon to marketplace.
### 0.2.6
Move manual installation instructions to [INSTALL.md](INSTALL.md). Add transparent icon borders.
### 0.2.7
Set banner background to Monokai dark background.

View File

@ -18,7 +18,7 @@
],
"icon": "images/icon.png",
"galleryBanner": {
"color": "#C80000",
"color": "272822",
"theme": "dark"
},
"main": "./out/extension.js",