mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update activity bar inactive icon color
This commit is contained in:
parent
0633edb724
commit
a04ac33afe
3 changed files with 9 additions and 4 deletions
|
@ -1,15 +1,20 @@
|
|||
# Release Notes
|
||||
|
||||
## 0.3.2
|
||||
`2019-10-23`
|
||||
- Update editor selection background
|
||||
- Update scrollbar background
|
||||
- Update activity bar inactive icon color
|
||||
|
||||
## 0.3.1
|
||||
`2019-10-23`
|
||||
- Add sidebar drop background
|
||||
|
||||
|
||||
## 0.3.0
|
||||
`2019-10-22`
|
||||
- Add Haskell Support
|
||||
|
||||
# 0.2.0
|
||||
## 0.2.0
|
||||
`2019-10-22`
|
||||
- Update README
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
"activityBar.background": "#16161e",
|
||||
"activityBar.foreground": "#787c99",
|
||||
"activityBar.inactiveForeground": "#35384a",
|
||||
"activityBar.inactiveForeground": "#3b3e52", //"#35384a",
|
||||
"activityBar.border": "#16161e",
|
||||
"activityBar.dropBackground": "#20222c",
|
||||
"activityBarBadge.background": "#3d59a1",
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
"activityBar.background": "#1f2335",
|
||||
"activityBar.foreground": "#7982a9",
|
||||
"activityBar.inactiveForeground": "#3b4261",
|
||||
"activityBar.inactiveForeground": "#41496b", //#3b4261
|
||||
"activityBar.border": "#1f2335",
|
||||
"activityBar.dropBackground": "#282e44",
|
||||
"activityBarBadge.background": "#3d59a1",
|
||||
|
|
Loading…
Reference in a new issue