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#eae8e5
  • activityBar.foreground#5a4a3a
  • activityBarBadge.background#8b4c4a
  • editor.background#f5f3f0
  • editor.foreground#5a4a3a
  • editor.lineHighlightBackground#e8e6e3
  • editor.selectionBackground#e8e6e3
  • editor.selectionHighlightBackground#e8e6e399
  • editor.wordHighlightBackground#e8e6e399
  • editor.wordHighlightStrongBackground#e8e6e3cc
  • editorCursor.foreground#5a4a3a
  • editorIndentGuide.activeBackground1#d8d6d3
  • editorIndentGuide.background1#e8e6e3
  • editorLineNumber.activeForeground#5a4a3a
  • editorLineNumber.foreground#a19f9e
  • editorSuggestWidget.background#eae8e5
  • editorSuggestWidget.border#d8d6d3
  • editorSuggestWidget.selectedBackground#e8e6e3
  • editorWhitespace.foreground#d8d6d3
  • editorWidget.background#eae8e5
  • editorWidget.border#d8d6d3
  • focusBorder#d8d6d3
  • panel.background#eae8e5
  • panel.border#d8d6d3
  • panelTitle.activeForeground#5a4a3a
  • panelTitle.inactiveForeground#a19f9e
  • sideBar.background#eae8e5
  • sideBar.foreground#5a4a3a
  • statusBar.background#eae8e5
  • statusBar.debuggingBackground#8b4c4a
  • statusBar.foreground#5a4a3a
  • statusBar.noFolderBackground#eae8e5
  • tab.activeBackground#f5f3f0
  • tab.activeForeground#5a4a3a
  • tab.border#eae8e5
  • tab.inactiveBackground#eae8e5
  • tab.inactiveForeground#a19f9e
  • terminal.ansiBlack#3a2a1a
  • terminal.ansiBlue#5e7ea5
  • terminal.ansiBrightBlack#5a4a3a
  • terminal.ansiBrightBlue#81a2be
  • terminal.ansiBrightCyan#8abeb7
  • terminal.ansiBrightGreen#8ba168
  • terminal.ansiBrightMagenta#b294bb
  • terminal.ansiBrightRed#cc6666
  • terminal.ansiBrightWhite#f5f3f0
  • terminal.ansiBrightYellow#d6b986
  • terminal.ansiCyan#6b958f
  • terminal.ansiGreen#6b8860
  • terminal.ansiMagenta#956d7e
  • terminal.ansiRed#8b4c4a
  • terminal.ansiWhite#7a6a5a
  • terminal.ansiYellow#b8995a
  • terminal.background#f5f3f0
  • terminal.foreground#5a4a3a
  • titleBar.activeBackground#eae8e5
  • titleBar.activeForeground#5a4a3a
  • titleBar.inactiveBackground#eae8e5
  • titleBar.inactiveForeground#a19f9e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, storage.modifier, keyword.control, keyword.operator.expression, keyword.operator.new, keyword.operator.wordlike, keyword.other.unit#8b4c4a—
entity.name.function, support.function, meta.function-call.generic, meta.function-call, meta.method-call, meta.function, support.function.console, entity.name.function.method#b8784c—
string, string.quoted, string.template, string.regexp, constant.character, constant.other.character, constant.other.symbol#6b8860—
variable, variable.other, variable.parameter, variable.language, variable.other.readwrite, variable.other.object, variable.other.property, support.variable#5a4a3a—
entity.name.type, support.type, entity.name.class, entity.other.inherited-class, support.class, storage.type.built-in, storage.type.primitive#b8995a—
variable.other.property, variable.other.object.property, meta.object-literal.key, support.variable.property, support.type.property-name#5a4a3a—
constant, constant.numeric, constant.language, constant.other, support.constant#b8995a—
keyword.operator, keyword.operator.arithmetic, keyword.operator.comparison, keyword.operator.assignment, keyword.operator.type#8b4c4a—
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator, meta.brace#5a4a3a—
comment, comment.line, comment.block, punctuation.definition.comment#a19f9eitalic
entity.name.tag, punctuation.definition.tag#8b4c4a—
entity.other.attribute-name#b8995a—
markup.heading, entity.name.section#b8784cbold
markup.underline.link, string.other.link#6b8860—