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#F6F9FA
  • activityBar.border#00000015
  • activityBar.foreground#0A58FF
  • activityBar.inactiveForeground#E6EEF360
  • activityBarBadge.background#0A58FF
  • activityBarBadge.foreground#F6F9FA
  • button.background#0A58FF
  • button.foreground#F6F9FA
  • button.hoverBackground#0A58FFdd
  • editor.background#F6F9FA
  • editor.foreground#E6EEF3
  • editor.inactiveSelectionBackground#117A372580
  • editor.lineHighlightBackground#E6EEF350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#117A3725
  • editorCursor.foreground#0A58FF
  • editorGroupHeader.tabsBackground#E6EEF3aa
  • editorLineNumber.activeForeground#0A58FF
  • editorLineNumber.foreground#1F2A3380
  • focusBorder#0A58FF
  • foreground#E6EEF3
  • input.background#E6EEF3
  • input.border#00000015
  • input.foreground#E6EEF3
  • input.placeholderForeground#E6EEF360
  • list.activeSelectionBackground#0A58FF30
  • list.activeSelectionForeground#E6EEF3
  • list.highlightForeground#0A58FF
  • list.hoverBackground#E6EEF340
  • list.hoverForeground#E6EEF3
  • list.inactiveSelectionBackground#0A58FF15
  • list.inactiveSelectionForeground#E6EEF3
  • selection.background#117A3725
  • sideBar.background#E6EEF3
  • sideBar.border#00000015
  • sideBar.foreground#E6EEF3
  • sideBarSectionHeader.background#E6EEF380
  • sideBarSectionHeader.foreground#E6EEF3
  • sideBarTitle.foreground#0A58FF
  • statusBar.background#F6F9FA
  • statusBar.border#00000015
  • statusBar.foreground#E6EEF3
  • statusBar.noFolderBackground#F6F9FA
  • tab.activeBackground#F6F9FA
  • tab.activeBorderTop#0A58FF
  • tab.activeForeground#E6EEF3
  • tab.border#00000015
  • tab.inactiveBackground#F6F9FA60
  • tab.inactiveForeground#E6EEF380
  • terminal.ansiBlack#E6EEF3
  • terminal.ansiBlue#117A37
  • terminal.ansiCyan#FFD100
  • terminal.ansiGreen#0A58FF
  • terminal.ansiMagenta#E53835
  • terminal.ansiRed#E53835
  • terminal.ansiWhite#E6EEF3
  • terminal.ansiYellow#FFD100
  • terminal.background#F6F9FA
  • terminal.foreground#E6EEF3
  • titleBar.activeBackground#F6F9FA
  • titleBar.activeForeground#E6EEF3
  • titleBar.border#00000015
  • titleBar.inactiveBackground#F6F9FA
  • titleBar.inactiveForeground#E6EEF360
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#1F2A33italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#117A37bold
storage.type, storage.modifier#117A37italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#0A58FF
string, punctuation.definition.string, string.template, meta.template.expression#FFD100
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#E53835
variable, variable.other.readwrite, variable.other.object#E6EEF3
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#E6EEF3
variable.parameter, meta.parameter#E6EEF3dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#E6EEF380
keyword.operator#E6EEF3
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#FFD100bold
entity.other.inherited-class#0A58FF
entity.name.tag, punctuation.definition.tag#117A37
entity.other.attribute-name#0A58FF
meta.diff, meta.diff.header#1F2A33
markup.deleted#E53835
markup.inserted#0A58FF
markup.changed#FFD100
markup.heading, markup.heading.setext, punctuation.definition.heading#0A58FFbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#FFD100
string.other.link.title, string.other.link.description#0A58FF
markup.underline.link#1F2A33underline
punctuation.definition.list#117A37
markup.quote, punctuation.definition.quote#1F2A33italic