Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.background#1A1A1A
  • editor.background#000000
  • editor.foreground#FFFFFF
  • editorCursor.foreground#FFD700
  • editorLineNumber.activeForeground#FF00FF
  • editorLineNumber.foreground#CCCCCC
  • sideBar.background#121212
  • statusBar.background#1C1C1C
  • statusBar.foreground#FFFFFF
  • titleBar.activeBackground#1C1C1C
  • titleBar.activeForeground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, keyword.control, keyword.operator#C792EAbold
entity.name.function, support.function, meta.function-call, variable.function#82AAFF—
variable, identifier, meta.definition.variable, support.variable#FFCB6B—
string, string.quoted, string.template, meta.string#C3E88D—
constant.numeric, constant.language, constant.character, constant.other#F78C6C—
entity.name.type, support.class, support.type, meta.class, meta.struct#FF5370—
comment, comment.block.documentation, punctuation.definition.comment#546E7Aitalic
entity.name.tag, meta.tag, support.class.component#F07178—
support.type.property-name.css, meta.property-name.css, variable.css, entity.other.attribute-name.class.css#89DDFF—
entity.other.attribute-name, meta.attribute#FFCB6B—
meta.decorator, entity.name.function.decorator, meta.annotation#D4AFFF—
keyword.operator, punctuation, meta.brace, meta.delimiter#89DDFF—
markup.bold, markup.italic, markup.underline, markup.strikethrough#FFB6C1italic bold
support.function.magic.python#FF79C6italic