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#FEFDFB
  • activityBar.border#00000015
  • activityBar.foreground#257793
  • activityBar.inactiveForeground#1e2c2f60
  • activityBarBadge.background#257793
  • activityBarBadge.foreground#FEFDFB
  • button.background#257793
  • button.foreground#FEFDFB
  • button.hoverBackground#257793dd
  • editor.background#FEFDFB
  • editor.foreground#1e2c2f
  • editor.inactiveSelectionBackground#835F212580
  • editor.lineHighlightBackground#F4F0E650
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#835F2125
  • editorCursor.foreground#257793
  • editorGroupHeader.tabsBackground#F4F0E6aa
  • editorLineNumber.activeForeground#257793
  • editorLineNumber.foreground#c8c8c080
  • focusBorder#257793
  • foreground#1e2c2f
  • input.background#F4F0E6
  • input.border#00000015
  • input.foreground#1e2c2f
  • input.placeholderForeground#1e2c2f60
  • list.activeSelectionBackground#25779330
  • list.activeSelectionForeground#1e2c2f
  • list.highlightForeground#257793
  • list.hoverBackground#F4F0E640
  • list.hoverForeground#1e2c2f
  • list.inactiveSelectionBackground#25779315
  • list.inactiveSelectionForeground#1e2c2f
  • selection.background#835F2125
  • sideBar.background#F4F0E6
  • sideBar.border#00000015
  • sideBar.foreground#1e2c2f
  • sideBarSectionHeader.background#F4F0E680
  • sideBarSectionHeader.foreground#1e2c2f
  • sideBarTitle.foreground#257793
  • statusBar.background#FEFDFB
  • statusBar.border#00000015
  • statusBar.foreground#1e2c2f
  • statusBar.noFolderBackground#FEFDFB
  • tab.activeBackground#FEFDFB
  • tab.activeBorderTop#257793
  • tab.activeForeground#1e2c2f
  • tab.border#00000015
  • tab.inactiveBackground#FEFDFB60
  • tab.inactiveForeground#1e2c2f80
  • terminal.ansiBlack#1e2c2f
  • terminal.ansiBlue#835F21
  • terminal.ansiCyan#2991A3
  • terminal.ansiGreen#257793
  • terminal.ansiMagenta#764019
  • terminal.ansiRed#764019
  • terminal.ansiWhite#1e2c2f
  • terminal.ansiYellow#2991A3
  • terminal.background#FEFDFB
  • terminal.foreground#1e2c2f
  • titleBar.activeBackground#FEFDFB
  • titleBar.activeForeground#1e2c2f
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FEFDFB
  • titleBar.inactiveForeground#1e2c2f60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#c8c8c0italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835F21bold
storage.type, storage.modifier#835F21italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#257793
string, punctuation.definition.string, string.template, meta.template.expression#2991A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#764019
variable, variable.other.readwrite, variable.other.object#1e2c2f
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#1e2c2f
variable.parameter, meta.parameter#1e2c2fdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#1e2c2f80
keyword.operator#1e2c2f
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2991A3bold
entity.other.inherited-class#257793
entity.name.tag, punctuation.definition.tag#835F21
entity.other.attribute-name#257793
meta.diff, meta.diff.header#c8c8c0
markup.deleted#764019
markup.inserted#257793
markup.changed#2991A3
markup.heading, markup.heading.setext, punctuation.definition.heading#257793bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2991A3
string.other.link.title, string.other.link.description#257793
markup.underline.link#c8c8c0underline
punctuation.definition.list#835F21
markup.quote, punctuation.definition.quote#c8c8c0italic