mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update panel colors
This commit is contained in:
parent
ef7b848e73
commit
e963fff8b1
3 changed files with 9 additions and 4 deletions
|
@ -1,4 +1,9 @@
|
|||
# Release Notes
|
||||
## 0.9.0
|
||||
`2022-07-13`
|
||||
- Update Storm's panel foreground and active border colors
|
||||
- Update Light's panel active border color
|
||||
|
||||
## 0.8.9
|
||||
`2022-07-02`
|
||||
- Fix syntax color issue introduced in version 0.8.6
|
||||
|
|
|
@ -267,7 +267,7 @@
|
|||
"panel.border": "#c1c2c7",
|
||||
"panelTitle.activeForeground": "#4c505e",
|
||||
"panelTitle.inactiveForeground": "#828594",
|
||||
"panelTitle.activeBorder": "#cbccd1",
|
||||
"panelTitle.activeBorder": "#637dbf",
|
||||
"panelInput.border": "#d5d6db",
|
||||
|
||||
"statusBar.foreground": "#4c505e",
|
||||
|
|
|
@ -261,9 +261,9 @@
|
|||
|
||||
"panel.background": "#1f2335",
|
||||
"panel.border": "#1b1e2e",
|
||||
"panelTitle.activeForeground": "#7982a9",
|
||||
"panelTitle.inactiveForeground": "#545c7e",
|
||||
"panelTitle.activeBorder": "#1f2335",
|
||||
"panelTitle.activeForeground": "#a9b1d6",
|
||||
"panelTitle.inactiveForeground": "#7982a9",
|
||||
"panelTitle.activeBorder": "#3d59a1",
|
||||
"panelInput.border": "#1f2335",
|
||||
|
||||
"statusBar.foreground": "#7982a9",
|
||||
|
|
Loading…
Reference in a new issue