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#1F1F1F
  • activityBar.border#ffffff15
  • activityBar.foreground#E9C967
  • activityBar.inactiveForeground#FFF6E160
  • activityBarBadge.background#E9C967
  • activityBarBadge.foreground#1F1F1F
  • button.background#E9C967
  • button.foreground#1F1F1F
  • button.hoverBackground#E9C967dd
  • editor.background#1F1F1F
  • editor.foreground#FFF6E1
  • editor.inactiveSelectionBackground#C2EC793580
  • editor.lineHighlightBackground#0A0A0A40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#C2EC7935
  • editorCursor.foreground#E9C967
  • editorGroupHeader.tabsBackground#1F1F1Fdd
  • editorLineNumber.activeForeground#E9C967
  • editorLineNumber.foreground#E9E2CF80
  • focusBorder#E9C967
  • foreground#FFF6E1
  • input.background#0A0A0A
  • input.border#ffffff15
  • input.foreground#FFF6E1
  • input.placeholderForeground#FFF6E160
  • list.activeSelectionBackground#E9C96730
  • list.activeSelectionForeground#FFF6E1
  • list.highlightForeground#E9C967
  • list.hoverBackground#0A0A0A40
  • list.hoverForeground#FFF6E1
  • list.inactiveSelectionBackground#E9C96715
  • list.inactiveSelectionForeground#FFF6E1
  • selection.background#C2EC7935
  • sideBar.background#0A0A0A
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF6E1
  • sideBarSectionHeader.background#1F1F1F80
  • sideBarSectionHeader.foreground#FFF6E1
  • sideBarTitle.foreground#E9C967
  • statusBar.background#1F1F1F
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF6E1
  • statusBar.noFolderBackground#1F1F1F
  • tab.activeBackground#1F1F1F
  • tab.activeBorderTop#E9C967
  • tab.activeForeground#FFF6E1
  • tab.border#ffffff15
  • tab.inactiveBackground#0A0A0A60
  • tab.inactiveForeground#FFF6E180
  • terminal.ansiBlack#1F1F1F
  • terminal.ansiBlue#C2EC79
  • terminal.ansiCyan#E7A355
  • terminal.ansiGreen#E9C967
  • terminal.ansiMagenta#F18A83
  • terminal.ansiRed#F18A83
  • terminal.ansiWhite#FFF6E1
  • terminal.ansiYellow#E7A355
  • terminal.background#1F1F1F
  • terminal.foreground#FFF6E1
  • titleBar.activeBackground#1F1F1F
  • titleBar.activeForeground#FFF6E1
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#1F1F1F
  • titleBar.inactiveForeground#FFF6E160
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E9E2CFitalic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#C2EC79bold
storage.type, storage.modifier#C2EC79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9C967
string, punctuation.definition.string, string.template, meta.template.expression#E7A355
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F18A83
variable, variable.other.readwrite, variable.other.object#FFF6E1
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF6E1
variable.parameter, meta.parameter#FFF6E1dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF6E180
keyword.operator#FFF6E1
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7A355bold
entity.other.inherited-class#E9C967
entity.name.tag, punctuation.definition.tag#C2EC79
entity.other.attribute-name#E9C967
meta.diff, meta.diff.header#E9E2CF
markup.deleted#F18A83
markup.inserted#E9C967
markup.changed#E7A355
markup.heading, markup.heading.setext, punctuation.definition.heading#E9C967bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7A355
string.other.link.title, string.other.link.description#E9C967
markup.underline.link#E9E2CFunderline
punctuation.definition.list#C2EC79
markup.quote, punctuation.definition.quote#E9E2CFitalic