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#000
  • editor.background#fffeec
  • editor.findMatchBackground#efeca7
  • editor.findMatchBorder#009900
  • editor.findMatchHighlightBackground#efeca7
  • editor.findMatchHighlightBorder#009900
  • editor.foreground#000
  • editor.lineHighlightBackground#fff
  • editor.selectionBackground#efeca7
  • editor.selectionHighlightBackground#99ff99
  • editor.selectionHighlightBorder#009900
  • editor.wordHighlightBackground#efeca7
  • editor.wordHighlightTextBorder#8888cc
  • editorBracketPairGuide.activeBackground1#888888
  • editorBracketPairGuide.activeBackground2#888888
  • editorBracketPairGuide.activeBackground3#888888
  • editorBracketPairGuide.activeBackground4#888888
  • editorBracketPairGuide.activeBackground5#888888
  • editorBracketPairGuide.activeBackground6#888888
  • editorHoverWidget.background#fffeec
  • editorInlayHint.background#ececec
  • editorInlayHint.foreground#000
  • sideBar.foreground#000
  • terminal.ansiBlack#000
  • terminal.ansiBrightBlack#000
  • terminal.ansiBrightWhite#fff
  • terminal.ansiWhite#e9ebeb
  • terminal.foreground#000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source#000
comment, punctuation.definition.comment#060
entity.name.type.namespace, support.package#000
constant, keyword, storage.modifier, storage.type.class, storage.type.function, storage.type.import, storage.type.package, storage.type.js, storage.type.ts#03a
constant.numeric#000
punctuation.definition.string, string - source.json, string.quoted.docstring#600
support.function.builtin#03abold
meta.function.definition entity.name.function, meta.method.definition entity.name.function#000bold
variable#000
constant.other.placeholder.go#000
punctuation.definition.tag, entity.name.tag#03abold
token.info-token#316BCD—
token.warn-token#CD9731—
token.error-token#CD3131—
token.debug-token#800080—
markup.heading, punctuation.definition.list—bold
markup.fenced_code.block, markup.inline.raw.string#060—
markup.bold—bold
markup.italic—italic