mirror of
https://github.com/enkia/tokyo-night-vscode-theme.git
synced 2024-11-07 20:24:11 -05:00
feat: Add activityBarTop colors to theme (#85)
This commit is contained in:
parent
bb9f15d423
commit
7849fd3c21
3 changed files with 9 additions and 0 deletions
|
@ -90,6 +90,9 @@
|
|||
"activityBarBadge.background": "#3d59a1",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
"activityBarTop.foreground": "#787c99",
|
||||
"activityBarTop.inactiveForeground": "#3b3e52",
|
||||
|
||||
"tree.indentGuidesStroke": "#2b2b3b",
|
||||
"sideBar.foreground": "#787c99",
|
||||
"sideBar.background": "#16161e",
|
||||
|
|
|
@ -89,6 +89,9 @@
|
|||
"activityBarBadge.background": "#34548a",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
"activityBarTop.foreground": "#4c505e",
|
||||
"activityBarTop.inactiveForeground": "#828594",
|
||||
|
||||
"tree.indentGuidesStroke": "#c1c2c7",
|
||||
"sideBar.foreground": "#4c505e",
|
||||
"sideBar.background": "#cbccd1",
|
||||
|
|
|
@ -90,6 +90,9 @@
|
|||
"activityBarBadge.background": "#3d59a1",
|
||||
"activityBarBadge.foreground": "#fff",
|
||||
|
||||
"activityBarTop.foreground": "#7982a9",
|
||||
"activityBarTop.inactiveForeground": "#41496b",
|
||||
|
||||
"tree.indentGuidesStroke": "#2e344f",
|
||||
"sideBar.foreground": "#7982a9",
|
||||
"sideBar.background": "#1f2335",
|
||||
|
|
Loading…
Reference in a new issue