/Dune

VS Code colour theme

MIT LicenseMIT

Dune

Color theme for Visual Studio Code inspired by Adobe Brackets. The main goal of this theme is to be easy on eyes on low brightness monitor.

Syntax Palette

Scope Color HEX
Background #e5e2ce #e5e2ce
Foreground #3c3f41 #3c3f41
Comment #a0a1a7 #a0a1a7
Keyword #771407 #771407
Function/Method #1e8d3c #1e8d3c
Property #923821 #923821
String #b04b10 #b04b10
Number #89990e #89990e
Variable #046099 #046099
Constant #058f8d #058f8d
Class/Type/Interface #bd7521 #bd7521
Operator/Punctuation #616161 #616161

Screenshots

theme_old theme_new theme_new

Installation

Where are extensions installed?
Windows %USERPROFILE%.vscode\extensions
macOS ~/.vscode/extensions
Linux ~/.vscode/extensions

doc

Get information about the colors: Developer: Inspect Editor Tokens and Scope

Create VSIX file

  1. Use VS Code's Yeoman extension generator to generate a new theme extension
npm install -g yo generator-code
yo code
  1. Create package
vsce package

Get info

Set your color theme to the default high constrast theme. Then, press Ctrl + Shift + P and search for Developer: Generate Color Theme From Current Settings. This will generate a file with all of the colors currently applied to your editor.

Theme Color

License

This theme is released under the MIT License.