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.

  • contrastActiveBorder#FFF
  • contrastBorder#888
  • diffEditor.insertedTextBackground#0802
  • diffEditor.insertedTextBorder#0F0
  • diffEditor.removedTextBackground#8002
  • diffEditor.removedTextBorder#F00
  • disabledForeground#444
  • editor.background#000
  • editor.foreground#FFF
  • editor.guides.indentation
  • editor.lineHighlightBackground#FFF0
  • editor.lineHighlightBorder#888
  • editor.selectionBackground#FFF
  • editor.selectionForeground#000
  • editorBracketHighlight.foreground1#FF0
  • editorBracketHighlight.foreground2#FF0B
  • editorBracketHighlight.foreground3#FF0
  • editorBracketHighlight.foreground4#FF0B
  • editorBracketMatch.background#8884
  • editorCursor.background#000
  • editorCursor.foreground#FFF
  • editorLineNumber.activeForeground#FFF
  • editorLineNumber.dimmedForeground#444
  • editorLineNumber.foreground#666
  • editorWhitespace.foreground#8888
  • focusBorder#FFF
  • foreground#FFF
  • selection.background#F00
  • toolbar.hoverOutline#F00

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, constant.character#0F0italic
constant.numeric#0FF
support, entity, support.function#08F
keyword.operator, punctuation.separator, punctuation.terminator, support.constant#FF0
variable.language, storage, storage.modifier, keyword, constant.language#F00
string#F0Fitalic
variable.parameter#F80
invalid#F00