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#FBF9F4
  • activityBar.border#00000015
  • activityBar.foreground#257693
  • activityBar.inactiveForeground#11212860
  • activityBarBadge.background#257693
  • activityBarBadge.foreground#FBF9F4
  • button.background#257693
  • button.foreground#FBF9F4
  • button.hoverBackground#257693dd
  • editor.background#FBF9F4
  • editor.foreground#112128
  • editor.inactiveSelectionBackground#215A832580
  • editor.lineHighlightBackground#F9F9F650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#215A8325
  • editorCursor.foreground#257693
  • editorGroupHeader.tabsBackground#F9F9F6aa
  • editorLineNumber.activeForeground#257693
  • editorLineNumber.foreground#CFC6B680
  • focusBorder#257693
  • foreground#112128
  • input.background#F9F9F6
  • input.border#00000015
  • input.foreground#112128
  • input.placeholderForeground#11212860
  • list.activeSelectionBackground#25769330
  • list.activeSelectionForeground#112128
  • list.highlightForeground#257693
  • list.hoverBackground#F9F9F640
  • list.hoverForeground#112128
  • list.inactiveSelectionBackground#25769315
  • list.inactiveSelectionForeground#112128
  • selection.background#215A8325
  • sideBar.background#F9F9F6
  • sideBar.border#00000015
  • sideBar.foreground#112128
  • sideBarSectionHeader.background#F9F9F680
  • sideBarSectionHeader.foreground#112128
  • sideBarTitle.foreground#257693
  • statusBar.background#FBF9F4
  • statusBar.border#00000015
  • statusBar.foreground#112128
  • statusBar.noFolderBackground#FBF9F4
  • tab.activeBackground#FBF9F4
  • tab.activeBorderTop#257693
  • tab.activeForeground#112128
  • tab.border#00000015
  • tab.inactiveBackground#FBF9F460
  • tab.inactiveForeground#11212880
  • terminal.ansiBlack#112128
  • terminal.ansiBlue#215A83
  • terminal.ansiCyan#A36A29
  • terminal.ansiGreen#257693
  • terminal.ansiMagenta#197624
  • terminal.ansiRed#197624
  • terminal.ansiWhite#112128
  • terminal.ansiYellow#A36A29
  • terminal.background#FBF9F4
  • terminal.foreground#112128
  • titleBar.activeBackground#FBF9F4
  • titleBar.activeForeground#112128
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FBF9F4
  • titleBar.inactiveForeground#11212860
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#CFC6B6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#215A83bold
storage.type, storage.modifier#215A83italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#257693
string, punctuation.definition.string, string.template, meta.template.expression#A36A29
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#197624
variable, variable.other.readwrite, variable.other.object#112128
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#112128
variable.parameter, meta.parameter#112128dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#11212880
keyword.operator#112128
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#A36A29bold
entity.other.inherited-class#257693
entity.name.tag, punctuation.definition.tag#215A83
entity.other.attribute-name#257693
meta.diff, meta.diff.header#CFC6B6
markup.deleted#197624
markup.inserted#257693
markup.changed#A36A29
markup.heading, markup.heading.setext, punctuation.definition.heading#257693bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#A36A29
string.other.link.title, string.other.link.description#257693
markup.underline.link#CFC6B6underline
punctuation.definition.list#215A83
markup.quote, punctuation.definition.quote#CFC6B6italic