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#0F0F13
  • badge.background#c792ea
  • badge.foreground#0F0F13
  • dropdown.background#1A1A22
  • editor.background#0F0F13
  • editor.foreground#f8f8f2
  • editor.lineHighlightBackground#1A1A22
  • editor.selectionBackground#49483e80
  • editorBracketHighlight.foreground1#c792ea
  • editorBracketHighlight.foreground2#a6e22e
  • editorBracketHighlight.foreground3#66d9ef
  • editorBracketHighlight.foreground4#ae81ff
  • editorBracketHighlight.foreground5#fd971f
  • editorBracketHighlight.foreground6#e6db74
  • editorBracketHighlight.unexpectedBracket.foreground#ff5555
  • editorBracketMatch.background#c792ea30
  • editorBracketMatch.border#c792ea
  • editorCursor.foreground#f8f8f0
  • editorHoverWidget.background#0F0F13
  • editorHoverWidget.border#3b3a52
  • editorHoverWidget.foreground#f8f8f2
  • editorIndentGuide.activeBackground1#ae81ff88
  • editorIndentGuide.background1#3b3a52
  • editorLineNumber.activeForeground#ccc9d6
  • editorLineNumber.foreground#6a6a8a
  • editorSuggestWidget.background#0F0F13
  • editorSuggestWidget.border#3b3a52
  • editorSuggestWidget.foreground#f8f8f2
  • editorSuggestWidget.highlightForeground#a6e22e
  • editorSuggestWidget.selectedBackground#1A1A22
  • editorWhitespace.foreground#3b3a52
  • editorWidget.background#0F0F13
  • editorWidget.border#3b3a52
  • editorWidget.foreground#f8f8f2
  • gitDecoration.deletedResourceForeground#c792ea
  • input.background#1A1A22
  • notifications.background#0F0F13
  • notifications.border#3b3a52
  • notifications.foreground#f8f8f2
  • panel.background#0F0F13
  • quickInput.background#0F0F13
  • quickInput.foreground#f8f8f2
  • quickInputList.focusBackground#1A1A22
  • scrollbarSlider.background#3b3a5240
  • scrollbarSlider.hoverBackground#3b3a5280
  • sideBar.background#0F0F13
  • statusBar.background#0F0F13
  • tab.activeBackground#0F0F13
  • tab.inactiveBackground#0F0F13
  • terminal.ansiRed#c792ea
  • terminal.background#0F0F13
  • titleBar.activeBackground#0F0F13

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8a876eitalic
keyword, storage.type, storage.modifier#c792eabold
string#e6db74
entity.name.function#a6e22e
variable#f8f8f2
constant.numeric#ae81ff
operator#c792ea
entity.name.tag#c792ea
entity.other.attribute-name#a6e22e