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 panel colors

This commit is contained in:
Kristi 2022-07-13 09:33:27 -04:00
parent ef7b848e73
commit e963fff8b1
3 changed files with 9 additions and 4 deletions

View file

@ -1,4 +1,9 @@
# Release Notes # 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 ## 0.8.9
`2022-07-02` `2022-07-02`
- Fix syntax color issue introduced in version 0.8.6 - Fix syntax color issue introduced in version 0.8.6

View file

@ -267,7 +267,7 @@
"panel.border": "#c1c2c7", "panel.border": "#c1c2c7",
"panelTitle.activeForeground": "#4c505e", "panelTitle.activeForeground": "#4c505e",
"panelTitle.inactiveForeground": "#828594", "panelTitle.inactiveForeground": "#828594",
"panelTitle.activeBorder": "#cbccd1", "panelTitle.activeBorder": "#637dbf",
"panelInput.border": "#d5d6db", "panelInput.border": "#d5d6db",
"statusBar.foreground": "#4c505e", "statusBar.foreground": "#4c505e",

View file

@ -261,9 +261,9 @@
"panel.background": "#1f2335", "panel.background": "#1f2335",
"panel.border": "#1b1e2e", "panel.border": "#1b1e2e",
"panelTitle.activeForeground": "#7982a9", "panelTitle.activeForeground": "#a9b1d6",
"panelTitle.inactiveForeground": "#545c7e", "panelTitle.inactiveForeground": "#7982a9",
"panelTitle.activeBorder": "#1f2335", "panelTitle.activeBorder": "#3d59a1",
"panelInput.border": "#1f2335", "panelInput.border": "#1f2335",
"statusBar.foreground": "#7982a9", "statusBar.foreground": "#7982a9",