Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Uniform Dark+ ThemeNew to Visual Studio Code? Get it now.
Uniform Dark+ Theme

Uniform Dark+ Theme

saegl5

|
669 installs
| (2) | Free
Color theme that unifies Visual Studio Code's default dark theme, designed for Visual Studio Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Note: GitHub repository is mirrored from GitLab. To submit pull requests or report any issues, go to https://gitlab.com/dark-themes/uniform-dark-theme-vscode.

Alt

Uniform Dark+ Theme

Color theme that unifies Visual Studio Code's default dark theme, designed for Visual Studio Code. (I am also designing a theme for Standard Notes, if anyone is interested.)

Preview

Alt

I enjoy the default dark theme, however for me it appears too boxy. Also, I prefer a cleaner look.

Lighter colors of user interface elements (e.g., Custom Title Bar, Activity Bar and Status Bar) are changed to match the darker color of the Editor background.

Not included in the color theme, though—but depicted in the preview image, is my favorite editor font family: Fira Code.

(Also in the preview image, Editor top padding equals the font size.)

Build from Source Code

Download Visual Studio Code from Microsoft, and install it.

Download and install Node.js and Git.

Also, open a terminal to download and install the Visual Studio Code Extension Manager (vsce):

npm install -g vsce

Clone the project:

git clone https://gitlab.com/dark-themes/uniform-dark-theme-vscode.git

(Recommended) Verify the project's authenticity: Look upward for "Verified," next to the commit SHA.

(Recommended) Open a terminal, and verify the project's integrity:

cd uniform-dark-theme-vscode
git show-ref --heads --hash

Check that the hash matches the commit SHA.

Open the project in Visual Studio Code, and build/package the extension:

vsce package \
--baseContentUrl https://gitlab.com/dark-themes/uniform-dark-theme-vscode/-/raw/master/ \
--baseImagesUrl https://gitlab.com/dark-themes/uniform-dark-theme-vscode/-/raw/master/ \
--out Archives/

Usage

Select Install from the Marketplace to do so automatically.
Alternatively, in Visual Studio Code install the extension from the VSIX file.

Press on the cogwheel, ⚙️; select Color Theme; and choose Uniform Dark+.
Alternatively, go to File > Preferences > Color Theme, and choose Uniform Dark+.

Known to work in Visual Studio Code 1.45.1

Contributing

Sign into GitLab, to fork the project.
(The repository is located at https://gitlab.com/dark-themes/uniform-dark-theme-vscode.)

Modify the color theme.
Tip! Utilize the Scope inspector: Press F1, and select Developer: Inspect Editor Tokens and Scopes.
Stage, commit and push the changes.

Return to the GitLab repository, and submit a new pull request.
To report any issues, submit a new issue or discuss an existing one.

History

Oct 16, 2020 · Version 1.5: lightened background color to match Jupyter Notebook background colors
Oct 2, 2020 · Version 1.4: changed color of status bar debugging background
Jun 8, 2020 · Version 1.3.1: reverted previous changes, since the changes were less relevant to color theming (see release notes for more information)
May 23, 2020 · Version 1.3: made markup italic be same color and thickness as markup bold
May 4, 2020 · Version 1.2.1: corrected manifest file
May 3, 2020 · Version 1.2: changed color of focusBorder
Apr 16, 2020 · Version 1.1.3: corrected images in marketplace
Apr 16, 2020 · Version 1.1.2: refined the project
Apr 11, 2020 · Version 1.1.1: corrected manifest file
Apr 10, 2020 · Version 1.1: changed tab border color
Apr 9, 2020 · Version 1: initial commit

License

MIT

Copyright (c) 2020 Ed Silkworth

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft