This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +15
-4
lines changed
Expand file tree Collapse file tree 5 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 9494 "category" : " %pacificaExtension.commands.label%"
9595 }
9696 ],
97+ "colors" : [
98+ {
99+ "id" : " badgeForegroundOverwrite" ,
100+ "description" : " Color that fixes the issue with midnight blue " ,
101+ "defaults" : {
102+ "dark" : " #FFFFFF" ,
103+ "light" : " badge.foreground" ,
104+ "highContrast" : " #FFFFFF"
105+ }
106+ }
107+ ],
97108 "menus" : {
98109 "commandPalette" : [
99110 {
Original file line number Diff line number Diff line change 55}
66
77.button-icon {
8- fill : var (--vscode-badge-foreground );
8+ fill : var (--vscode-badgeForegroundOverwrite );
99}
1010
1111.play-button {
Original file line number Diff line number Diff line change 1919 margin-top : auto;
2020 margin-bottom : auto;
2121 margin-left : 5px ;
22- color : var (--badge-foreground );
22+ color : var (--badgeForegroundOverwrite );
2323 border-radius : 2px ;
2424 font-size : 16px ;
2525 font-weight : bold;
Original file line number Diff line number Diff line change 11.sensor-button {
2- color : var (--vscode-badge-foreground );
2+ color : var (--vscode-badgeForegroundOverwrite );
33 text-align : center;
44 background-color : var (--vscode-button-background );
55 width : 320px ;
Original file line number Diff line number Diff line change 3333 -webkit-appearance : none;
3434 font-size : 16px ;
3535 font-weight : bolder;
36- color : var (--vscode-badge-foreground );
36+ color : var (--vscode-badgeForegroundOverwrite );
3737 text-align : left;
3838 margin-right : 40px ;
3939 position : absolute;
You can’t perform that action at this time.
0 commit comments