Fork from the VSCode's default dark theme but customized for simplification
-
Text (default color): #E7E7E7 almost white
-
Background: #151516 almost black
-
Keywords: #B3DD9D green
-
Operators: #8D8D8D dark grey
-
Functions: #9CDCFE light blue
-
Classes: #FFB1FB pink
-
Strings: #D7BA7D light orange
-
Errors: #F44747 red
"workbench.colorCustomizations": {
"[Simple Dark Theme]": {
}
},
"editor.tokenColorCustomizations": {
"[Simple Dark Theme]": {
}
},
$> vsce package
$> vsce publish