0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

Add sidebar drop background

This commit is contained in:
Kristi 2019-10-23 10:18:59 -04:00
parent 10f275c7c5
commit 4f1eeff1c0
3 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Release Notes # Release Notes
## 0.3.1
`2019-10-23`
- Add sidebar drop background
## 0.3.0 ## 0.3.0
`2019-10-22` `2019-10-22`
- Add Haskell Support - Add Haskell Support

View file

@ -49,12 +49,14 @@
"tree.indentGuidesStroke": "#2b2b3b", "tree.indentGuidesStroke": "#2b2b3b",
"sideBar.foreground": "#787c99", "sideBar.foreground": "#787c99",
"sideBar.background": "#16161e", "sideBar.background": "#16161e",
"sideBar.border": "#101014",
"sideBarTitle.foreground": "#787c99", "sideBarTitle.foreground": "#787c99",
"sideBarSectionHeader.background": "#16161e", "sideBarSectionHeader.background": "#16161e",
"sideBarSectionHeader.foreground": "#babfe0", "sideBarSectionHeader.foreground": "#babfe0",
"sideBarSectionHeader.border": "#101014", "sideBarSectionHeader.border": "#101014",
"sideBar.border": "#101014", "sideBar.dropBackground": "#1e202e",
"list.dropBackground": "#1e202e",
"list.activeSelectionBackground": "#202330", "list.activeSelectionBackground": "#202330",
"list.activeSelectionForeground": "#babfe0", "list.activeSelectionForeground": "#babfe0",
"list.inactiveSelectionBackground": "#1c1d29", "list.inactiveSelectionBackground": "#1c1d29",

View file

@ -54,7 +54,9 @@
"sideBarSectionHeader.background": "#1f2335", "sideBarSectionHeader.background": "#1f2335",
"sideBarSectionHeader.foreground": "#acb0d0", "sideBarSectionHeader.foreground": "#acb0d0",
"sideBarSectionHeader.border": "#1b1e2e", "sideBarSectionHeader.border": "#1b1e2e",
"sideBar.dropBackground": "#292e42",
"list.dropBackground": "#292e42",
"list.activeSelectionBackground": "#2c324a", "list.activeSelectionBackground": "#2c324a",
"list.activeSelectionForeground": "#acb0d0", "list.activeSelectionForeground": "#acb0d0",
"list.inactiveSelectionBackground": "#292e42", "list.inactiveSelectionBackground": "#292e42",