Skip to content

Commit ad65d47

Browse files
committed
Use light colored activity bar for light-vs theme
1 parent cb7249f commit ad65d47

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

CodeApp/Assets.xcassets/activityBar.foreground.colorset/Contents.json

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,37 @@
22
"colors" : [
33
{
44
"color" : {
5-
"color-space" : "srgb",
5+
"color-space" : "display-p3",
66
"components" : {
77
"alpha" : "1.000",
8-
"blue" : "1.000",
9-
"green" : "1.000",
10-
"red" : "1.000"
8+
"blue" : "0.200",
9+
"green" : "0.200",
10+
"red" : "0.200"
1111
}
1212
},
1313
"idiom" : "universal"
14-
}
15-
],
16-
"info" : {
17-
"author" : "xcode",
18-
"version" : 1
19-
}
20-
}
14+
},
15+
{
16+
"appearances" : [
17+
{
18+
"appearance" : "luminosity",
19+
"value" : "dark"
20+
}
21+
],
22+
"color" : {
23+
"color-space" : "srgb",
24+
"components" : {
25+
"alpha" : "1.000",
26+
"blue" : "1.000",
27+
"green" : "1.000",
28+
"red" : "1.000"
29+
}
30+
},
31+
"idiom" : "universal"
32+
}
33+
],
34+
"info" : {
35+
"author" : "xcode",
36+
"version" : 1
37+
}
38+
}

Themes/vs-light-plus-theme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
],
351351
"colors": {
352352
"editor.background": "#FFFFFF",
353-
"activityBar.background": "#2C2C2C",
353+
"activityBar.background": "F8F8F8",
354354
"statusBar.background": "#0D7ACC",
355355
"sideBar.background": "#F3F3F3"
356356
},

0 commit comments

Comments
 (0)