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#937425
  • activityBar.inactiveForeground#0e0e0e60
  • activityBarBadge.background#937425
  • activityBarBadge.foreground#FEFDFB
  • button.background#937425
  • button.foreground#FEFDFB
  • button.hoverBackground#937425dd
  • editor.background#FEFDFB
  • editor.foreground#0e0e0e
  • editor.inactiveSelectionBackground#8367212580
  • editor.lineHighlightBackground#86562350
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#83672125
  • editorCursor.foreground#937425
  • editorGroupHeader.tabsBackground#865623aa
  • editorLineNumber.activeForeground#937425
  • editorLineNumber.foreground#b99a6380
  • focusBorder#937425
  • foreground#0e0e0e
  • input.background#865623
  • input.border#00000015
  • input.foreground#0e0e0e
  • input.placeholderForeground#0e0e0e60
  • list.activeSelectionBackground#93742530
  • list.activeSelectionForeground#0e0e0e
  • list.highlightForeground#937425
  • list.hoverBackground#86562340
  • list.hoverForeground#0e0e0e
  • list.inactiveSelectionBackground#93742515
  • list.inactiveSelectionForeground#0e0e0e
  • selection.background#83672125
  • sideBar.background#865623
  • sideBar.border#00000015
  • sideBar.foreground#0e0e0e
  • sideBarSectionHeader.background#86562380
  • sideBarSectionHeader.foreground#0e0e0e
  • sideBarTitle.foreground#937425
  • statusBar.background#FEFDFB
  • statusBar.border#00000015
  • statusBar.foreground#0e0e0e
  • statusBar.noFolderBackground#FEFDFB
  • tab.activeBackground#FEFDFB
  • tab.activeBorderTop#937425
  • tab.activeForeground#0e0e0e
  • tab.border#00000015
  • tab.inactiveBackground#FEFDFB60
  • tab.inactiveForeground#0e0e0e80
  • terminal.ansiBlack#0e0e0e
  • terminal.ansiBlue#836721
  • terminal.ansiCyan#29A331
  • terminal.ansiGreen#937425
  • terminal.ansiMagenta#764919
  • terminal.ansiRed#764919
  • terminal.ansiWhite#0e0e0e
  • terminal.ansiYellow#29A331
  • terminal.background#FEFDFB
  • terminal.foreground#0e0e0e
  • titleBar.activeBackground#FEFDFB
  • titleBar.activeForeground#0e0e0e
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FEFDFB
  • titleBar.inactiveForeground#0e0e0e60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#b99a63italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#836721bold
storage.type, storage.modifier#836721italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#937425
string, punctuation.definition.string, string.template, meta.template.expression#29A331
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#764919
variable, variable.other.readwrite, variable.other.object#0e0e0e
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#0e0e0e
variable.parameter, meta.parameter#0e0e0edditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#0e0e0e80
keyword.operator#0e0e0e
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#29A331bold
entity.other.inherited-class#937425
entity.name.tag, punctuation.definition.tag#836721
entity.other.attribute-name#937425
meta.diff, meta.diff.header#b99a63
markup.deleted#764919
markup.inserted#937425
markup.changed#29A331
markup.heading, markup.heading.setext, punctuation.definition.heading#937425bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#29A331
string.other.link.title, string.other.link.description#937425
markup.underline.link#b99a63underline
punctuation.definition.list#836721
markup.quote, punctuation.definition.quote#b99a63italic