mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Update modified tab border
This commit is contained in:
parent
398338d4c2
commit
7fb0bb29dc
4 changed files with 16 additions and 8 deletions
|
@ -1,4 +1,9 @@
|
|||
# Release Notes
|
||||
## 0.5.7
|
||||
`2020-26-06`
|
||||
- Update log.date color
|
||||
- Update modified tab border
|
||||
|
||||
## 0.5.6
|
||||
`2020-13-05`
|
||||
- PHPDoc updates
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
//"activityBar.activeBackground": "#101014",
|
||||
"activityBar.inactiveForeground": "#3b3e52",
|
||||
"activityBar.border": "#16161e",
|
||||
"activityBar.dropBackground": "#20222c",
|
||||
"activityBarBadge.background": "#3d59a1",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
|
@ -213,8 +212,9 @@
|
|||
"tab.unfocusedActiveForeground": "#a9b1d6",
|
||||
"tab.unfocusedInactiveForeground": "#787c99",
|
||||
"tab.unfocusedHoverForeground": "#a9b1d6",
|
||||
"tab.activeModifiedBorder": "#16161e",
|
||||
"tab.unfocusedActiveBorder": "#363b54",
|
||||
"tab.activeModifiedBorder": "#1a1b26",
|
||||
"tab.inactiveModifiedBorder": "#1f202e",
|
||||
"tab.unfocusedActiveBorder": "#1f202e",
|
||||
|
||||
"panel.background": "#16161e",
|
||||
"panel.border": "#101014",
|
||||
|
@ -1204,7 +1204,10 @@
|
|||
},
|
||||
{
|
||||
"name": "HTML text",
|
||||
"scope": "text.html",
|
||||
"scope": [
|
||||
"text.html",
|
||||
"text.log"
|
||||
],
|
||||
"settings": {
|
||||
"foreground": "#9aa5ce"
|
||||
}
|
||||
|
|
|
@ -56,7 +56,6 @@
|
|||
"activityBar.foreground": "#4c505e",
|
||||
"activityBar.inactiveForeground": "#828594", //#3b4261
|
||||
"activityBar.border": "#cbccd1",
|
||||
"activityBar.dropBackground": "#282e44",
|
||||
"activityBarBadge.background": "#34548a",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
|
@ -215,7 +214,8 @@
|
|||
"tab.unfocusedActiveForeground": "#383b45",
|
||||
"tab.unfocusedInactiveForeground": "#4c505e",
|
||||
"tab.unfocusedHoverForeground": "#383b45",
|
||||
"tab.activeModifiedBorder": "#cbccd1",
|
||||
"tab.activeModifiedBorder": "#d5d6db",
|
||||
"tab.inactiveModifiedBorder": "#d5d6db",
|
||||
"tab.unfocusedActiveBorder": "#9da0ab",
|
||||
|
||||
"panel.background": "#cbccd1",
|
||||
|
|
|
@ -59,7 +59,6 @@
|
|||
//"activityBar.activeBackground": "#1c2030",
|
||||
"activityBar.inactiveForeground": "#41496b", //#3b4261
|
||||
"activityBar.border": "#1f2335",
|
||||
"activityBar.dropBackground": "#282e44",
|
||||
"activityBarBadge.background": "#3d59a1",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
|
@ -213,7 +212,8 @@
|
|||
"tab.unfocusedActiveForeground": "#a9b1d6",
|
||||
"tab.unfocusedInactiveForeground": "#7982a9",
|
||||
"tab.unfocusedHoverForeground": "#a9b1d6",
|
||||
"tab.activeModifiedBorder": "#1f2335",
|
||||
"tab.activeModifiedBorder": "#282d42",
|
||||
"tab.inactiveModifiedBorder": "#282d42",
|
||||
"tab.unfocusedActiveBorder": "#3b4261",
|
||||
|
||||
"panel.background": "#1f2335",
|
||||
|
|
Loading…
Reference in a new issue