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

Update activity bar inactive icon color

This commit is contained in:
Kristi 2019-10-23 17:19:40 -04:00
parent 0633edb724
commit a04ac33afe
3 changed files with 9 additions and 4 deletions

View file

@ -1,15 +1,20 @@
# Release Notes # Release Notes
## 0.3.2
`2019-10-23`
- Update editor selection background
- Update scrollbar background
- Update activity bar inactive icon color
## 0.3.1 ## 0.3.1
`2019-10-23` `2019-10-23`
- Add sidebar drop background - Add sidebar drop background
## 0.3.0 ## 0.3.0
`2019-10-22` `2019-10-22`
- Add Haskell Support - Add Haskell Support
# 0.2.0 ## 0.2.0
`2019-10-22` `2019-10-22`
- Update README - Update README

View file

@ -48,7 +48,7 @@
"activityBar.background": "#16161e", "activityBar.background": "#16161e",
"activityBar.foreground": "#787c99", "activityBar.foreground": "#787c99",
"activityBar.inactiveForeground": "#35384a", "activityBar.inactiveForeground": "#3b3e52", //"#35384a",
"activityBar.border": "#16161e", "activityBar.border": "#16161e",
"activityBar.dropBackground": "#20222c", "activityBar.dropBackground": "#20222c",
"activityBarBadge.background": "#3d59a1", "activityBarBadge.background": "#3d59a1",

View file

@ -48,7 +48,7 @@
"activityBar.background": "#1f2335", "activityBar.background": "#1f2335",
"activityBar.foreground": "#7982a9", "activityBar.foreground": "#7982a9",
"activityBar.inactiveForeground": "#3b4261", "activityBar.inactiveForeground": "#41496b", //#3b4261
"activityBar.border": "#1f2335", "activityBar.border": "#1f2335",
"activityBar.dropBackground": "#282e44", "activityBar.dropBackground": "#282e44",
"activityBarBadge.background": "#3d59a1", "activityBarBadge.background": "#3d59a1",