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#FBFAF8
  • activityBar.border#00000015
  • activityBar.foreground#4B9325
  • activityBar.inactiveForeground#3E3A3360
  • activityBarBadge.background#4B9325
  • activityBarBadge.foreground#FBFAF8
  • button.background#4B9325
  • button.foreground#FBFAF8
  • button.hoverBackground#4B9325dd
  • editor.background#FBFAF8
  • editor.foreground#3E3A33
  • editor.inactiveSelectionBackground#836F212580
  • editor.lineHighlightBackground#EDE7D950
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#836F2125
  • editorCursor.foreground#4B9325
  • editorGroupHeader.tabsBackground#EDE7D9aa
  • editorLineNumber.activeForeground#4B9325
  • editorLineNumber.foreground#B9B3A580
  • focusBorder#4B9325
  • foreground#3E3A33
  • input.background#EDE7D9
  • input.border#00000015
  • input.foreground#3E3A33
  • input.placeholderForeground#3E3A3360
  • list.activeSelectionBackground#4B932530
  • list.activeSelectionForeground#3E3A33
  • list.highlightForeground#4B9325
  • list.hoverBackground#EDE7D940
  • list.hoverForeground#3E3A33
  • list.inactiveSelectionBackground#4B932515
  • list.inactiveSelectionForeground#3E3A33
  • selection.background#836F2125
  • sideBar.background#EDE7D9
  • sideBar.border#00000015
  • sideBar.foreground#3E3A33
  • sideBarSectionHeader.background#EDE7D980
  • sideBarSectionHeader.foreground#3E3A33
  • sideBarTitle.foreground#4B9325
  • statusBar.background#FBFAF8
  • statusBar.border#00000015
  • statusBar.foreground#3E3A33
  • statusBar.noFolderBackground#FBFAF8
  • tab.activeBackground#FBFAF8
  • tab.activeBorderTop#4B9325
  • tab.activeForeground#3E3A33
  • tab.border#00000015
  • tab.inactiveBackground#FBFAF860
  • tab.inactiveForeground#3E3A3380
  • terminal.ansiBlack#3E3A33
  • terminal.ansiBlue#836F21
  • terminal.ansiCyan#A37429
  • terminal.ansiGreen#4B9325
  • terminal.ansiMagenta#197660
  • terminal.ansiRed#197660
  • terminal.ansiWhite#3E3A33
  • terminal.ansiYellow#A37429
  • terminal.background#FBFAF8
  • terminal.foreground#3E3A33
  • titleBar.activeBackground#FBFAF8
  • titleBar.activeForeground#3E3A33
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FBFAF8
  • titleBar.inactiveForeground#3E3A3360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#B9B3A5italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#836F21bold
storage.type, storage.modifier#836F21italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#4B9325
string, punctuation.definition.string, string.template, meta.template.expression#A37429
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#197660
variable, variable.other.readwrite, variable.other.object#3E3A33
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#3E3A33
variable.parameter, meta.parameter#3E3A33dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#3E3A3380
keyword.operator#3E3A33
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A37429bold
entity.other.inherited-class#4B9325
entity.name.tag, punctuation.definition.tag#836F21
entity.other.attribute-name#4B9325
meta.diff, meta.diff.header#B9B3A5
markup.deleted#197660
markup.inserted#4B9325
markup.changed#A37429
markup.heading, markup.heading.setext, punctuation.definition.heading#4B9325bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A37429
string.other.link.title, string.other.link.description#4B9325
markup.underline.link#B9B3A5underline
punctuation.definition.list#836F21
markup.quote, punctuation.definition.quote#B9B3A5italic