mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
Minor tab style updates
This commit is contained in:
parent
8336a9f8b6
commit
dbc4665401
4 changed files with 18 additions and 6 deletions
|
@ -1,4 +1,7 @@
|
|||
# Release Notes
|
||||
## 0.5.5
|
||||
`2020-09-05`
|
||||
- Minor tab style updates
|
||||
|
||||
## 0.5.4
|
||||
`2020-20-04`
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"editorGroupHeader.tabsBorder": "#101014",
|
||||
"editorGroupHeader.tabsBackground": "#16161e",
|
||||
"editorGroupHeader.noTabsBackground": "#16161e",
|
||||
"editorGroupHeader.border": "#101014",
|
||||
|
||||
"editorPane.background": "#16161e",
|
||||
|
||||
|
@ -205,13 +206,15 @@
|
|||
"tab.activeBackground": "#16161e",
|
||||
"tab.inactiveBackground": "#16161e",
|
||||
"tab.activeForeground": "#a9b1d6",
|
||||
"tab.hoverForeground": "#a9b1d6",
|
||||
"tab.activeBorder": "#3d59a1",
|
||||
"tab.inactiveForeground": "#787c99",
|
||||
"tab.border": "#101014",
|
||||
"tab.unfocusedActiveForeground": "#a9b1d6",
|
||||
"tab.unfocusedInactiveForeground": "#a9b1d6",
|
||||
"tab.unfocusedInactiveForeground": "#787c99",
|
||||
"tab.unfocusedHoverForeground": "#a9b1d6",
|
||||
"tab.activeModifiedBorder": "#16161e",
|
||||
"tab.unfocusedActiveBorder": "#595d78",
|
||||
"tab.unfocusedActiveBorder": "#363b54",
|
||||
|
||||
"panel.background": "#16161e",
|
||||
"panel.border": "#101014",
|
||||
|
|
|
@ -167,6 +167,7 @@
|
|||
"editorGroupHeader.tabsBorder": "#c1c2c7",
|
||||
"editorGroupHeader.tabsBackground": "#cbccd1",
|
||||
"editorGroupHeader.noTabsBackground": "#cbccd1",
|
||||
"editorGroupHeader.border": "#c1c2c7",
|
||||
|
||||
"editorPane.background": "#cbccd1",
|
||||
|
||||
|
@ -207,13 +208,15 @@
|
|||
"tab.activeBackground": "#cbccd1",
|
||||
"tab.inactiveBackground": "#cbccd1",
|
||||
"tab.activeForeground": "#383b45",
|
||||
"tab.hoverForeground": "#383b45",
|
||||
"tab.activeBorder": "#637dbf",
|
||||
"tab.inactiveForeground": "#4c505e",
|
||||
"tab.border": "#c1c2c7",
|
||||
"tab.unfocusedActiveForeground": "#4c505e",
|
||||
"tab.unfocusedActiveForeground": "#383b45",
|
||||
"tab.unfocusedInactiveForeground": "#4c505e",
|
||||
"tab.unfocusedHoverForeground": "#383b45",
|
||||
"tab.activeModifiedBorder": "#cbccd1",
|
||||
"tab.unfocusedActiveBorder": "#595d78",
|
||||
"tab.unfocusedActiveBorder": "#9da0ab",
|
||||
|
||||
"panel.background": "#cbccd1",
|
||||
"panel.border": "#c1c2c7",
|
||||
|
|
|
@ -165,6 +165,7 @@
|
|||
"editorGroupHeader.tabsBorder": "#1b1e2e",
|
||||
"editorGroupHeader.tabsBackground": "#1f2335",
|
||||
"editorGroupHeader.noTabsBackground": "#1f2335",
|
||||
"editorGroupHeader.border": "#1b1e2e",
|
||||
|
||||
"editorPane.background": "#1f2335",
|
||||
|
||||
|
@ -205,13 +206,15 @@
|
|||
"tab.activeBackground": "#1f2335",
|
||||
"tab.inactiveBackground": "#1f2335",
|
||||
"tab.activeForeground": "#a9b1d6",
|
||||
"tab.hoverForeground": "#a9b1d6",
|
||||
"tab.activeBorder": "#3d59a1",
|
||||
"tab.inactiveForeground": "#7982a9",
|
||||
"tab.border": "#1b1e2e",
|
||||
"tab.unfocusedActiveForeground": "#a9b1d6",
|
||||
"tab.unfocusedInactiveForeground": "#a9b1d6",
|
||||
"tab.unfocusedInactiveForeground": "#7982a9",
|
||||
"tab.unfocusedHoverForeground": "#a9b1d6",
|
||||
"tab.activeModifiedBorder": "#1f2335",
|
||||
"tab.unfocusedActiveBorder": "#595d78",
|
||||
"tab.unfocusedActiveBorder": "#3b4261",
|
||||
|
||||
"panel.background": "#1f2335",
|
||||
"panel.border": "#1b1e2e",
|
||||
|
|
Loading…
Reference in a new issue