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#255393
  • activityBar.inactiveForeground#11100D60
  • activityBarBadge.background#255393
  • activityBarBadge.foreground#FEFDFB
  • button.background#255393
  • button.foreground#FEFDFB
  • button.hoverBackground#255393dd
  • editor.background#FEFDFB
  • editor.foreground#11100D
  • editor.inactiveSelectionBackground#8352212580
  • editor.lineHighlightBackground#EBDCC150
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83522125
  • editorCursor.foreground#255393
  • editorGroupHeader.tabsBackground#EBDCC1aa
  • editorLineNumber.activeForeground#255393
  • editorLineNumber.foreground#C3B19780
  • focusBorder#255393
  • foreground#11100D
  • input.background#EBDCC1
  • input.border#00000015
  • input.foreground#11100D
  • input.placeholderForeground#11100D60
  • list.activeSelectionBackground#25539330
  • list.activeSelectionForeground#11100D
  • list.highlightForeground#255393
  • list.hoverBackground#EBDCC140
  • list.hoverForeground#11100D
  • list.inactiveSelectionBackground#25539315
  • list.inactiveSelectionForeground#11100D
  • selection.background#83522125
  • sideBar.background#EBDCC1
  • sideBar.border#00000015
  • sideBar.foreground#11100D
  • sideBarSectionHeader.background#EBDCC180
  • sideBarSectionHeader.foreground#11100D
  • sideBarTitle.foreground#255393
  • statusBar.background#FEFDFB
  • statusBar.border#00000015
  • statusBar.foreground#11100D
  • statusBar.noFolderBackground#FEFDFB
  • tab.activeBackground#FEFDFB
  • tab.activeBorderTop#255393
  • tab.activeForeground#11100D
  • tab.border#00000015
  • tab.inactiveBackground#FEFDFB60
  • tab.inactiveForeground#11100D80
  • terminal.ansiBlack#11100D
  • terminal.ansiBlue#835221
  • terminal.ansiCyan#2968A3
  • terminal.ansiGreen#255393
  • terminal.ansiMagenta#193976
  • terminal.ansiRed#193976
  • terminal.ansiWhite#11100D
  • terminal.ansiYellow#2968A3
  • terminal.background#FEFDFB
  • terminal.foreground#11100D
  • titleBar.activeBackground#FEFDFB
  • titleBar.activeForeground#11100D
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FEFDFB
  • titleBar.inactiveForeground#11100D60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C3B197italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#835221bold
storage.type, storage.modifier#835221italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#255393
string, punctuation.definition.string, string.template, meta.template.expression#2968A3
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#193976
variable, variable.other.readwrite, variable.other.object#11100D
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#11100D
variable.parameter, meta.parameter#11100Ddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#11100D80
keyword.operator#11100D
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#2968A3bold
entity.other.inherited-class#255393
entity.name.tag, punctuation.definition.tag#835221
entity.other.attribute-name#255393
meta.diff, meta.diff.header#C3B197
markup.deleted#193976
markup.inserted#255393
markup.changed#2968A3
markup.heading, markup.heading.setext, punctuation.definition.heading#255393bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#2968A3
string.other.link.title, string.other.link.description#255393
markup.underline.link#C3B197underline
punctuation.definition.list#835221
markup.quote, punctuation.definition.quote#C3B197italic