Update gtk146

This commit is contained in:
daleclack 2023-03-16 14:23:23 +08:00
parent b6ebc908e5
commit eb0b0bd55e
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,4 @@
{ {
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools" "C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
"jupyter.kernels.filter": []
} }

View File

@ -7,12 +7,21 @@ Changes are applied instantly and globally, for the whole application.
.accdoration { .accdoration {
background:rgba(255, 255, 255, 0.5); background:rgba(255, 255, 255, 0.5);
color:black;
} }
.accdoration menubar{ .accdoration menubar{
background: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.5);
} }
.accdoration popover{
color: black;
}
.accdoration box{ .accdoration box{
background: rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.5);
} }
.accdoration button{
color:black;
}