We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab627a commit aa202deCopy full SHA for aa202de
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to the "yell" extension will be documented in this file.
4
5
+## 0.1.2
6
+- **Fix**: Fixed `title-bar` border.
7
+- **New**: Changed colors for `indent guide` in editor.
8
+- **New**: Changed focus colors used in list-trees on `command palette`.
9
+- **Fix**: Fixed `statusBar` border.
10
+
11
## 0.1.1
12
- Changed syntax colors for base theme.
13
- Added preview languages.
package.json
@@ -3,7 +3,7 @@
"displayName": "Yell",
"description": "A VS Code theme for dark lovers with accesible colors. ✨",
"publisher": "coderdiaz",
- "version": "0.1.1",
+ "version": "0.1.2",
"license": "MIT",
"scripts": {
"publish": "vsce publish"
0 commit comments