dubeg / vscdb-dark

Personal dark theme for VSCode.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSCDB Dark

VSCode dubeg's dark theme.

Theme definition

{
    "name": "VSCDB Dark",
    "type": "dark",
    "colors": {
        ...
    },
    "tokenColors": [
        ...
    ]
}

Overrides

User settings: AppData/.../settings.json

{
    "workbench.colorCustomizations": {
        ...
    },
    "editor.tokenColorCustomizations" : {
        "textMateRules": [
            ...
        ]
    }
}

File icons

Icons next to files and folders in the Explorer pane have their own different extension. I personally use Studio Icons by Jordan Lowe, but I dislike the expand arrows visible by default.

To turn them off, open:

.vscode\extensions\<fileIconDir>\fileicons\<fileIconName>.json

Add at the top-level node of the file:

"hidesExplorerArrows": true

Docs

About

Personal dark theme for VSCode.