Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>Dark RefinedNew to Visual Studio Code? Get it now.
Dark Refined

Dark Refined

itsjonq

|
10,556 installs
| (3) | Free
A series of VSCode themes based on Dark+
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

🔸 Dark Refined

Version

A series of VSCode themes based on Dark+

Preview

Default

Generate

This is the magic sauce for Refined's themes!

Setup

This project only has a couple of dependencies, which it uses to generate the VS Code theme.json files.

To install the dependencies, run:

npm install

To build the theme file(s), run:

npm start

Theme files

A theme only really requires a single shade, which makes up the background.

Example

// themes/palenight.js
const colors = require('../colors/default')

const config = {
  name: 'Dark (Palenight)',
  type: 'dark',
}

const shades = {
  background: '#292d3e',
}

module.exports = {
  config,
  shades,
  colors,
}

The theme is generated into /themes/, with it's details added to package.json - ready for publishing!

See Also

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