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#151713
  • activityBar.border#ffffff15
  • activityBar.foreground#725338
  • activityBar.inactiveForeground#F4F0E760
  • activityBarBadge.background#725338
  • activityBarBadge.foreground#151713
  • button.background#725338
  • button.foreground#151713
  • button.hoverBackground#725338dd
  • editor.background#151713
  • editor.foreground#F4F0E7
  • editor.inactiveSelectionBackground#7253383580
  • editor.lineHighlightBackground#2D292240
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#72533835
  • editorCursor.foreground#725338
  • editorGroupHeader.tabsBackground#151713dd
  • editorLineNumber.activeForeground#725338
  • editorLineNumber.foreground#A79F9380
  • focusBorder#725338
  • foreground#F4F0E7
  • input.background#2D2922
  • input.border#ffffff15
  • input.foreground#F4F0E7
  • input.placeholderForeground#F4F0E760
  • list.activeSelectionBackground#72533830
  • list.activeSelectionForeground#F4F0E7
  • list.highlightForeground#725338
  • list.hoverBackground#2D292240
  • list.hoverForeground#F4F0E7
  • list.inactiveSelectionBackground#72533815
  • list.inactiveSelectionForeground#F4F0E7
  • selection.background#72533835
  • sideBar.background#2D2922
  • sideBar.border#ffffff15
  • sideBar.foreground#F4F0E7
  • sideBarSectionHeader.background#15171380
  • sideBarSectionHeader.foreground#F4F0E7
  • sideBarTitle.foreground#725338
  • statusBar.background#151713
  • statusBar.border#ffffff15
  • statusBar.foreground#F4F0E7
  • statusBar.noFolderBackground#151713
  • tab.activeBackground#151713
  • tab.activeBorderTop#725338
  • tab.activeForeground#F4F0E7
  • tab.border#ffffff15
  • tab.inactiveBackground#2D292260
  • tab.inactiveForeground#F4F0E780
  • terminal.ansiBlack#151713
  • terminal.ansiBlue#725338
  • terminal.ansiCyan#B58A5E
  • terminal.ansiGreen#725338
  • terminal.ansiMagenta#C59C57
  • terminal.ansiRed#C59C57
  • terminal.ansiWhite#F4F0E7
  • terminal.ansiYellow#B58A5E
  • terminal.background#151713
  • terminal.foreground#F4F0E7
  • titleBar.activeBackground#151713
  • titleBar.activeForeground#F4F0E7
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#151713
  • titleBar.inactiveForeground#F4F0E760
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A79F93italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#725338bold
storage.type, storage.modifier#725338italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#725338
string, punctuation.definition.string, string.template, meta.template.expression#B58A5E
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#C59C57
variable, variable.other.readwrite, variable.other.object#F4F0E7
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F4F0E7
variable.parameter, meta.parameter#F4F0E7dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F4F0E780
keyword.operator#F4F0E7
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#B58A5Ebold
entity.other.inherited-class#725338
entity.name.tag, punctuation.definition.tag#725338
entity.other.attribute-name#725338
meta.diff, meta.diff.header#A79F93
markup.deleted#C59C57
markup.inserted#725338
markup.changed#B58A5E
markup.heading, markup.heading.setext, punctuation.definition.heading#725338bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#B58A5E
string.other.link.title, string.other.link.description#725338
markup.underline.link#A79F93underline
punctuation.definition.list#725338
markup.quote, punctuation.definition.quote#A79F93italic