0
0
Fork 0
mirror of https://github.com/enkia/tokyo-night-vscode-theme.git synced 2024-09-12 20:28:03 -04:00

feat: Add activityBarTop colors to theme (#85)

This commit is contained in:
wongxy 2024-07-10 01:11:16 -05:00 committed by GitHub
parent bb9f15d423
commit 7849fd3c21
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 0 deletions

View file

@ -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",

View file

@ -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",

View file

@ -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",