LucaCorcella / vscode-darker-plus

A darker version of the default dark theme for VS Code, with some additional blue thrown in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Darker+

A darker version of the default dark theme for Visual Studio Code, with some additional blue thrown in.

screenshot

Installation

Clone the repository to ~/.vscode/extensions/ and (re-)launch VS Code. Finally, select 'Darker+' as your theme from Preferences > Color Theme.

Editing

The theme can be easily tweaked by changing the colors listed in themes/darker_plus.json. To try out settings without having to restart VS Code, the setting can be copied over to the workbench.colorCustomizations setting in .vscode/settings.json. E.g.

{
    ...
    
    "workbench.colorCustomizations": {
        "sideBarTitle.foreground": "#D60000",
    }

    ...
}

About

A darker version of the default dark theme for VS Code, with some additional blue thrown in

License:MIT License