diff --git a/CHANGELOG.md b/CHANGELOG.md index 031a33b..74c2eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index 0f08c02..e2d0c2e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ ], "icon": "images/icon.png", "galleryBanner": { - "color": "#C80000", + "color": "272822", "theme": "dark" }, "main": "./out/extension.js",