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#FBFDFD
  • activityBar.border#00000015
  • activityBar.foreground#93252A
  • activityBar.inactiveForeground#0F1A2360
  • activityBarBadge.background#93252A
  • activityBarBadge.foreground#FBFDFD
  • button.background#93252A
  • button.foreground#FBFDFD
  • button.hoverBackground#93252Add
  • editor.background#FBFDFD
  • editor.foreground#0F1A23
  • editor.inactiveSelectionBackground#2148832580
  • editor.lineHighlightBackground#F1F5F850
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#21488325
  • editorCursor.foreground#93252A
  • editorGroupHeader.tabsBackground#F1F5F8aa
  • editorLineNumber.activeForeground#93252A
  • editorLineNumber.foreground#A0A8B480
  • focusBorder#93252A
  • foreground#0F1A23
  • input.background#F1F5F8
  • input.border#00000015
  • input.foreground#0F1A23
  • input.placeholderForeground#0F1A2360
  • list.activeSelectionBackground#93252A30
  • list.activeSelectionForeground#0F1A23
  • list.highlightForeground#93252A
  • list.hoverBackground#F1F5F840
  • list.hoverForeground#0F1A23
  • list.inactiveSelectionBackground#93252A15
  • list.inactiveSelectionForeground#0F1A23
  • selection.background#21488325
  • sideBar.background#F1F5F8
  • sideBar.border#00000015
  • sideBar.foreground#0F1A23
  • sideBarSectionHeader.background#F1F5F880
  • sideBarSectionHeader.foreground#0F1A23
  • sideBarTitle.foreground#93252A
  • statusBar.background#FBFDFD
  • statusBar.border#00000015
  • statusBar.foreground#0F1A23
  • statusBar.noFolderBackground#FBFDFD
  • tab.activeBackground#FBFDFD
  • tab.activeBorderTop#93252A
  • tab.activeForeground#0F1A23
  • tab.border#00000015
  • tab.inactiveBackground#FBFDFD60
  • tab.inactiveForeground#0F1A2380
  • terminal.ansiBlack#0F1A23
  • terminal.ansiBlue#214883
  • terminal.ansiCyan#2976A3
  • terminal.ansiGreen#93252A
  • terminal.ansiMagenta#763019
  • terminal.ansiRed#763019
  • terminal.ansiWhite#0F1A23
  • terminal.ansiYellow#2976A3
  • terminal.background#FBFDFD
  • terminal.foreground#0F1A23
  • titleBar.activeBackground#FBFDFD
  • titleBar.activeForeground#0F1A23
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FBFDFD
  • titleBar.inactiveForeground#0F1A2360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A0A8B4italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#214883bold
storage.type, storage.modifier#214883italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#93252A
string, punctuation.definition.string, string.template, meta.template.expression#2976A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#763019
variable, variable.other.readwrite, variable.other.object#0F1A23
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0F1A23
variable.parameter, meta.parameter#0F1A23dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0F1A2380
keyword.operator#0F1A23
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2976A3bold
entity.other.inherited-class#93252A
entity.name.tag, punctuation.definition.tag#214883
entity.other.attribute-name#93252A
meta.diff, meta.diff.header#A0A8B4
markup.deleted#763019
markup.inserted#93252A
markup.changed#2976A3
markup.heading, markup.heading.setext, punctuation.definition.heading#93252Abold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2976A3
string.other.link.title, string.other.link.description#93252A
markup.underline.link#A0A8B4underline
punctuation.definition.list#214883
markup.quote, punctuation.definition.quote#A0A8B4italic