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#FEFEFB
  • activityBar.border#00000015
  • activityBar.foreground#937925
  • activityBar.inactiveForeground#121A1460
  • activityBarBadge.background#937925
  • activityBarBadge.foreground#FEFEFB
  • button.background#937925
  • button.foreground#FEFEFB
  • button.hoverBackground#937925dd
  • editor.background#FEFEFB
  • editor.foreground#121A14
  • editor.inactiveSelectionBackground#5D83212580
  • editor.lineHighlightBackground#FFFAF050
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#5D832125
  • editorCursor.foreground#937925
  • editorGroupHeader.tabsBackground#FFFAF0aa
  • editorLineNumber.activeForeground#937925
  • editorLineNumber.foreground#F1F5F280
  • focusBorder#937925
  • foreground#121A14
  • input.background#FFFAF0
  • input.border#00000015
  • input.foreground#121A14
  • input.placeholderForeground#121A1460
  • list.activeSelectionBackground#93792530
  • list.activeSelectionForeground#121A14
  • list.highlightForeground#937925
  • list.hoverBackground#FFFAF040
  • list.hoverForeground#121A14
  • list.inactiveSelectionBackground#93792515
  • list.inactiveSelectionForeground#121A14
  • selection.background#5D832125
  • sideBar.background#FFFAF0
  • sideBar.border#00000015
  • sideBar.foreground#121A14
  • sideBarSectionHeader.background#FFFAF080
  • sideBarSectionHeader.foreground#121A14
  • sideBarTitle.foreground#937925
  • statusBar.background#FEFEFB
  • statusBar.border#00000015
  • statusBar.foreground#121A14
  • statusBar.noFolderBackground#FEFEFB
  • tab.activeBackground#FEFEFB
  • tab.activeBorderTop#937925
  • tab.activeForeground#121A14
  • tab.border#00000015
  • tab.inactiveBackground#FEFEFB60
  • tab.inactiveForeground#121A1480
  • terminal.ansiBlack#121A14
  • terminal.ansiBlue#5D8321
  • terminal.ansiCyan#29A32F
  • terminal.ansiGreen#937925
  • terminal.ansiMagenta#607619
  • terminal.ansiRed#607619
  • terminal.ansiWhite#121A14
  • terminal.ansiYellow#29A32F
  • terminal.background#FEFEFB
  • terminal.foreground#121A14
  • titleBar.activeBackground#FEFEFB
  • titleBar.activeForeground#121A14
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FEFEFB
  • titleBar.inactiveForeground#121A1460
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F1F5F2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#5D8321bold
storage.type, storage.modifier#5D8321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#937925
string, punctuation.definition.string, string.template, meta.template.expression#29A32F
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#607619
variable, variable.other.readwrite, variable.other.object#121A14
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#121A14
variable.parameter, meta.parameter#121A14dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#121A1480
keyword.operator#121A14
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#29A32Fbold
entity.other.inherited-class#937925
entity.name.tag, punctuation.definition.tag#5D8321
entity.other.attribute-name#937925
meta.diff, meta.diff.header#F1F5F2
markup.deleted#607619
markup.inserted#937925
markup.changed#29A32F
markup.heading, markup.heading.setext, punctuation.definition.heading#937925bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#29A32F
string.other.link.title, string.other.link.description#937925
markup.underline.link#F1F5F2underline
punctuation.definition.list#5D8321
markup.quote, punctuation.definition.quote#F1F5F2italic