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#ffedd5
  • activityBar.border#fed7aa
  • activityBar.foreground#020617
  • activityBar.inactiveForeground#475569
  • badge.background#0e7490
  • badge.foreground#ffffff
  • descriptionForeground#1e293b
  • dropdown.background#fff1e6
  • dropdown.border#fed7aa
  • dropdown.foreground#020617
  • editor.background#fff7ed
  • editor.findMatchBackground#f59e0b55
  • editor.findMatchHighlightBackground#f59e0b33
  • editor.foreground#020617
  • editor.hoverHighlightBackground#0e749018
  • editor.inactiveSelectionBackground#0e749022
  • editor.lineHighlightBackground#02061708
  • editor.selectionBackground#0e74902e
  • editor.wordHighlightBackground#0284c722
  • editor.wordHighlightStrongBackground#0284c73a
  • editorBracketMatch.background#0e74901f
  • editorBracketMatch.border#0e749066
  • editorCursor.foreground#0e7490
  • editorGroupHeader.tabsBackground#ffedd5
  • editorIndentGuide.activeBackground1#fb923c
  • editorIndentGuide.background1#fed7aa
  • editorLineNumber.activeForeground#1e293b
  • editorLineNumber.foreground#64748b
  • editorOverviewRuler.errorForeground#9f1239cc
  • editorOverviewRuler.infoForeground#1d4ed8cc
  • editorOverviewRuler.warningForeground#b45309cc
  • errorForeground#9f1239
  • focusBorder#0e7490
  • foreground#020617
  • gitDecoration.addedResourceForeground#166534
  • gitDecoration.deletedResourceForeground#9f1239
  • gitDecoration.ignoredResourceForeground#64748b
  • gitDecoration.modifiedResourceForeground#1d4ed8
  • gitDecoration.untrackedResourceForeground#0e7490
  • input.background#fff1e6
  • input.border#fed7aa
  • input.foreground#020617
  • input.placeholderForeground#475569
  • list.activeSelectionBackground#0e74902e
  • list.activeSelectionForeground#020617
  • list.hoverBackground#0206170a
  • list.hoverForeground#020617
  • list.inactiveSelectionBackground#02061708
  • notificationCenterHeader.background#ffedd5
  • notifications.background#fff1e6
  • notifications.border#fed7aa
  • notifications.foreground#020617
  • panel.background#fff7ed
  • panel.border#fed7aa
  • sideBar.background#ffedd5
  • sideBar.border#fed7aa
  • sideBar.foreground#020617
  • sideBarTitle.foreground#020617
  • statusBar.background#ffedd5
  • statusBar.border#fed7aa
  • statusBar.debuggingBackground#1d4ed8
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#020617
  • tab.activeBackground#fff7ed
  • tab.activeBorderTop#0e7490
  • tab.activeForeground#020617
  • tab.border#fed7aa
  • tab.inactiveBackground#ffedd5
  • tab.inactiveForeground#1e293b
  • terminal.ansiBlack#020617
  • terminal.ansiBlue#1d4ed8
  • terminal.ansiCyan#0e7490
  • terminal.ansiGreen#166534
  • terminal.ansiMagenta#a21caf
  • terminal.ansiRed#9f1239
  • terminal.ansiWhite#1e293b
  • terminal.ansiYellow#b45309
  • terminal.background#fff7ed
  • terminal.foreground#020617
  • terminalCursor.foreground#0e7490
  • titleBar.activeBackground#ffedd5
  • titleBar.activeForeground#020617
  • titleBar.inactiveBackground#ffedd5
  • titleBar.inactiveForeground#475569

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#64748bitalic
string, punctuation.definition.string#166534
string.template, punctuation.definition.template-expression, punctuation.section.embedded, meta.template.expression#0e7490
constant.numeric#b45309
constant.language#a21caf
keyword, storage.type, storage.modifier, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#0e7490
keyword.operator, punctuation, meta.brace, meta.delimiter#1e293b
entity.name.function, support.function, meta.function-call, meta.method-call#1d4ed8
variable.parameter, meta.parameters, meta.function.parameters#020617
variable, meta.definition.variable, entity.name.variable#020617
variable.other.constant, entity.name.constant#b45309
entity.name.type, support.type, support.class, entity.name.class, entity.name.interface, entity.name.struct, entity.name.enum#312e81
entity.name.type.parameter, meta.type.parameters, meta.type.annotation#0e7490
keyword.control.import, keyword.control.export, keyword.control.from, keyword.control.as#0e7490
variable.language.this, variable.language.super, variable.language.self#a21caf
variable.other.property, support.variable.property#4338ca
entity.name.tag#0e7490
entity.other.attribute-name#312e81
invalid, invalid.deprecated#9f1239underline
support.type.property-name.json, meta.object-literal.key.json string.quoted.double.json, meta.object.member.json string.quoted.double.json#4338ca
meta.object-literal.value.json string.quoted.double.json, meta.array.literal.json string.quoted.double.json, string.quoted.double.json#166534
constant.numeric.json#b45309
constant.language.boolean.json, constant.language.null.json, constant.language.json#a21caf
punctuation.support.type.property-name.json, punctuation.separator.dictionary.key-value.json, punctuation.definition.dictionary.begin.json, punctuation.definition.dictionary.end.json, punctuation.definition.array.begin.json, punctuation.definition.array.end.json, punctuation.separator.array.json#1e293b
markup.heading, entity.name.section.markdown, markup.heading.markdown punctuation.definition.heading.markdown#0e7490bold
markup.bold, punctuation.definition.bold#020617bold
markup.italic, punctuation.definition.italic#020617italic
markup.inline.raw, markup.inline.raw.string.markdown#166534
markup.fenced_code.block, markup.raw.block#020617
markup.underline.link, meta.link.inline, meta.link.reference#1d4ed8underline
markup.inserted, diff.inserted, meta.diff.header.to-file#166534
markup.deleted, diff.deleted, meta.diff.header.from-file#9f1239
markup.changed, diff.changed#b45309
comment.keyword.todo, comment.keyword.fixme, comment.keyword.note, keyword.other.todo, keyword.other.fixme, keyword.other.note#b45309bold
string.regexp, string.regexp keyword.other, string.regexp punctuation.definition.string, string.regexp punctuation.definition.group, string.regexp punctuation.definition.character-class, string.regexp constant.character.escape#0e7490