A theme for Visual Studio Code based on the Dark+ builtin theme.
Color | |
---|---|
Background | #000000 |
Foreground | #ff55c8 / #ffd4f1 |
Border | #541c42 |
{
// pink/black titlebar instead of OS-default
"window.titleBarStyle": "custom",
// pink/black dialog instead of OS-default
"window.dialogStyle": "custom",
// pink/black save/open dialogs instead of OS-default
"files.simpleDialog.enable": true
}
Icon by Salem/Oat (background + border edited by Avoonix)