Skip to content

Commit

Permalink
Use light colored activity bar for light-vs theme
Browse files Browse the repository at this point in the history
  • Loading branch information
bummoblizard committed May 3, 2024
1 parent cb7249f commit ad65d47
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,37 @@
"colors" : [
{
"color" : {
"color-space" : "srgb",
"color-space" : "display-p3",
"components" : {
"alpha" : "1.000",
"blue" : "1.000",
"green" : "1.000",
"red" : "1.000"
"blue" : "0.200",
"green" : "0.200",
"red" : "0.200"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
},
{
"appearances" : [
{
"appearance" : "luminosity",
"value" : "dark"
}
],
"color" : {
"color-space" : "srgb",
"components" : {
"alpha" : "1.000",
"blue" : "1.000",
"green" : "1.000",
"red" : "1.000"
}
},
"idiom" : "universal"
}
],
"info" : {
"author" : "xcode",
"version" : 1
}
}
2 changes: 1 addition & 1 deletion Themes/vs-light-plus-theme.json
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@
],
"colors": {
"editor.background": "#FFFFFF",
"activityBar.background": "#2C2C2C",
"activityBar.background": "F8F8F8",
"statusBar.background": "#0D7ACC",
"sideBar.background": "#F3F3F3"
},
Expand Down

0 comments on commit ad65d47

Please sign in to comment.