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.

  • editor.background#121212
  • editor.foreground#f8f6f2
  • editor.lineHighlightBackground#3e3d32
  • editor.lineHighlightBorder#3e3d32
  • editor.selectionBackground#49483e
  • editorBracketHighlight.foreground1#d0d0d0
  • editorBracketHighlight.foreground2#d0d0d0
  • editorBracketHighlight.foreground3#d0d0d0
  • editorBracketMatch.background#6b6b6b
  • editorBracketMatch.border#6b6b6b
  • editorCursor.foreground#0a9dff
  • editorGutter.background#262626
  • editorIndentGuide.activeBackground1#121212
  • editorIndentGuide.activeBackground2#121212
  • editorIndentGuide.activeBackground3#121212
  • editorIndentGuide.background1#121212
  • editorIndentGuide.background2#121212
  • editorIndentGuide.background3#121212
  • editorLineNumber.foreground#6b6b6b
  • statusBar.background#232323
  • statusBar.foreground#f8f6f2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B6B6B
invalid#FF0000
heading.1.markdown, heading.2.markdown, heading.3.markdown, heading.4.markdownbold
markup.fenced_code.block#6B6B6B
comment, comment.block.documentation#857F78
string#998F84bold
punctuation.terminator.statement.js#121212
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
No Syntax Highlighting by Ryan Olson - VS Code Theme