Skip to content

Commit 367852c

Browse files
committed
add sash border colors
1 parent 4ae11cc commit 367852c

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
2222

2323
## 0.0.5
2424

25-
- Update links
25+
- Update links
26+
27+
## 0.0.6
28+
29+
- Add sash border colors

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": {
77
"name": "Jesse Hall"
88
},
9-
"version": "0.0.5",
9+
"version": "0.0.6",
1010
"engines": {
1111
"vscode": "^1.46.0"
1212
},

themes/codeSTACKr-theme-muted.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@
437437
"titleBar.activeBackground": "#070f15",
438438
"pickerGroup.border": "#FFFFFF1a",
439439
"debugToolBar.background": "#0c1a25",
440-
"selection.background": "#ffb59a"
440+
"selection.background": "#ffb59a",
441+
"sash.hoverBorder": "#ffb59a"
441442
}
442443
}

themes/codeSTACKr-theme.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@
437437
"titleBar.activeBackground": "#070f15",
438438
"pickerGroup.border": "#FFFFFF1a",
439439
"debugToolBar.background": "#0c1a25",
440-
"selection.background": "#FF652F"
440+
"selection.background": "#FF652F",
441+
"sash.hoverBorder": "#ff652F"
441442
}
442443
}

0 commit comments

Comments
 (0)