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.lineHighlightBackground#56b6c21f
  • editorBracketHighlight.foreground1#61afef
  • editorBracketHighlight.foreground2#e06c75
  • editorBracketHighlight.foreground3#98c379
  • editorBracketHighlight.foreground4#c678dd
  • editorBracketHighlight.foreground5#56b6c2
  • editorBracketHighlight.foreground6#e5c07b
  • editorBracketPairGuide.activeBackground1#61afef
  • editorBracketPairGuide.activeBackground2#e06c75
  • editorBracketPairGuide.activeBackground3#98c379
  • editorBracketPairGuide.activeBackground4#c678dd
  • editorBracketPairGuide.activeBackground5#56b6c2
  • editorBracketPairGuide.activeBackground6#e5c07b
  • editorBracketPairGuide.background1#61afef7f
  • editorBracketPairGuide.background2#e06c757f
  • editorBracketPairGuide.background3#98c3797f
  • editorBracketPairGuide.background4#c678dd7f
  • editorBracketPairGuide.background5#56b6c27f
  • editorBracketPairGuide.background6#e5c07b7f
  • editorCursor.background#75715E
  • editorCursor.foreground#56b6c2
  • editorError.foreground#e06c75
  • editorHint.foreground#56b6c2
  • editorInfo.foreground#c678dd
  • editorLightBulb.foreground#c678dd
  • editorLightBulbAutoFix.foreground#56b6c2
  • editorLineNumber.activeForeground#56b6c2
  • editorWarning.foreground#e5c07b
  • gitDecoration.conflictingResourceForeground#e06c75
  • gitDecoration.deletedResourceForeground#c678dd
  • gitDecoration.modifiedResourceForeground#e5c07b
  • gitDecoration.renamedResourceForeground#56b6c2
  • gitDecoration.stageDeletedResourceForeground#D48FE8
  • gitDecoration.stageModifiedResourceForeground#EFCF94
  • gitDecoration.untrackedResourceForeground#98c379
  • list.errorForeground#e06c75
  • list.warningForeground#EFCF94
  • terminal.ansiBlack#75715E
  • terminal.ansiBlue#61afef
  • terminal.ansiBrightBlack#827D66
  • terminal.ansiBrightBlue#7ABFF8
  • terminal.ansiBrightCyan#66C3CE
  • terminal.ansiBrightGreen#A8D08C
  • terminal.ansiBrightMagenta#D48FE8
  • terminal.ansiBrightRed#EB838B
  • terminal.ansiBrightWhite#BFC5CF
  • terminal.ansiBrightYellow#EFCF94
  • terminal.ansiCyan#56b6c2
  • terminal.ansiGreen#98c379
  • terminal.ansiMagenta#c678dd
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#abb2bf
  • terminal.ansiYellow#e5c07b
  • textLink.activeForeground#56b6c2
  • textLink.foreground#61afef

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#676f7d—
string, string.template#e5c07b—
constant.numeric#c678dd—
string.embedded.begin, string.embedded.end, punctuation.definition.template-expression, punctuation.section.embedded#c678dd—
punctuation.section.embedded.begin.js, punctuation.section.embedded.end.js, punctuation.section.embedded.begin.erb, punctuation.section.embedded.end.erb, source.elixir.embedded, punctuation.separator, punctuation.accessor, meta.brace#abb2bf—
constant.language#56b6c2—
constant.character, constant.other#56b6c2—
variable.language#e06c75—
keyword, keyword.operator.logical, keyword.operator.constructor#e06c75—
keyword.operator#e06c75—
storage#e06c75—
storage.type#56b6c2—
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#61afef—
variable.other.object, variable.other.constant, variable.other.global, variable.other.readwrite.class, variable.other.readwrite.instance, variable.other.readwrite.batchfile, variable.readwrite, variable.readwrite.other.block#61afef—
variable.other, variable.other.property, variable.other.block#abb2bf—
entity.other.inherited-class#98c379—
storage.modifier.import, storage.modifier.package#61afef—
entity.name.function, support.function#98c379—
variable.parameter, entity.name.variable.parameter, parameter.variable#d19a66italic
entity.name.function-call#abb2bf—
function.support.builtin, function.support.core#98c379—
entity.name.tag, entity.name.tag.class.js#e06c75—
entity.name.tag.class, entity.name.tag.id#56b6c2—
entity.other.attribute-name#98c379—
support.constant#56b6c2—
support.type, support.variable#56b6c2—
support.dictionary.json#56b6c2—
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#abb2bf—
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.scss, entity.other.attribute-name.pseudo-class.less, entity.other.attribute-name.pseudo-class.sass, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.scss, entity.other.attribute-name.pseudo-element.less, entity.other.attribute-name.pseudo-element.sass#56b6c2—
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#98c379—
variable.css, variable.scss, variable.less, variable.sass#56b6c2—
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#e5c07b—
unit.css, unit.scss, unit.less, unit.sass#c678dd—
function.css, function.scss, function.less, function.sass#56b6c2—
support.other.variable—
invalid#F8F8F0—
invalid.deprecated#F8F8F0—
support.type.property-name.json#56b6c2—
string.detected-link#61afef—
meta.diff, meta.diff.header#75715E—
markup.deleted#e06c75—
markup.inserted#98c379—
markup.changed#e5c07b—
constant.numeric.line-number.find-in-files - match#56b6c2A0—
entity.name.filename.find-in-files#e5c07b—
markup.italic, markup.italic.markdown—italic
punctuation.definition.italic.markdown, punctuation.definition.bold.markdown, punctuation.definition.heading.markdown#676f7d—
punctuation.definition.italic.markdown—italic
markup.underline.link.markdown#61afef—
markup.bold.markdown—bold
markup.heading.markdown#e06c75bold
markup.quote.markdown#98c379—
meta.separator.markdown#c678ddbold
markup.inline.raw, markup.raw.block.markdown#56b6c2—
punctuation.definition.list_item.markdown#ffffffbold
markup.underline.link#939293italic
punctuation.definition.list.begin.markdown, punctuation.definition.list.begin.markdown#61afef—
markup.inline.raw.string.markdown#e5c07b—
markup.bold.markdown#c678dd—
string.other.link.description, string.other.link.title.markdown#56b6c2—
markup.quote#939293italic
markup.raw#e06c75—
Starless Monokai by izumii - VS Code Theme