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#FCFBF8
  • activityBar.border#00000015
  • activityBar.foreground#935425
  • activityBar.inactiveForeground#2B241D60
  • activityBarBadge.background#935425
  • activityBarBadge.foreground#FCFBF8
  • button.background#935425
  • button.foreground#FCFBF8
  • button.hoverBackground#935425dd
  • editor.background#FCFBF8
  • editor.foreground#2B241D
  • editor.inactiveSelectionBackground#5383212580
  • editor.lineHighlightBackground#FAF8F550
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#53832125
  • editorCursor.foreground#935425
  • editorGroupHeader.tabsBackground#FAF8F5aa
  • editorLineNumber.activeForeground#935425
  • editorLineNumber.foreground#A39E9680
  • focusBorder#935425
  • foreground#2B241D
  • input.background#FAF8F5
  • input.border#00000015
  • input.foreground#2B241D
  • input.placeholderForeground#2B241D60
  • list.activeSelectionBackground#93542530
  • list.activeSelectionForeground#2B241D
  • list.highlightForeground#935425
  • list.hoverBackground#FAF8F540
  • list.hoverForeground#2B241D
  • list.inactiveSelectionBackground#93542515
  • list.inactiveSelectionForeground#2B241D
  • selection.background#53832125
  • sideBar.background#FAF8F5
  • sideBar.border#00000015
  • sideBar.foreground#2B241D
  • sideBarSectionHeader.background#FAF8F580
  • sideBarSectionHeader.foreground#2B241D
  • sideBarTitle.foreground#935425
  • statusBar.background#FCFBF8
  • statusBar.border#00000015
  • statusBar.foreground#2B241D
  • statusBar.noFolderBackground#FCFBF8
  • tab.activeBackground#FCFBF8
  • tab.activeBorderTop#935425
  • tab.activeForeground#2B241D
  • tab.border#00000015
  • tab.inactiveBackground#FCFBF860
  • tab.inactiveForeground#2B241D80
  • terminal.ansiBlack#2B241D
  • terminal.ansiBlue#538321
  • terminal.ansiCyan#8DA329
  • terminal.ansiGreen#935425
  • terminal.ansiMagenta#764119
  • terminal.ansiRed#764119
  • terminal.ansiWhite#2B241D
  • terminal.ansiYellow#8DA329
  • terminal.background#FCFBF8
  • terminal.foreground#2B241D
  • titleBar.activeBackground#FCFBF8
  • titleBar.activeForeground#2B241D
  • titleBar.border#00000015
  • titleBar.inactiveBackground#FCFBF8
  • titleBar.inactiveForeground#2B241D60
  • widget.border#00000015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A39E96italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#538321bold
storage.type, storage.modifier#538321italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#935425
string, punctuation.definition.string, string.template, meta.template.expression#8DA329
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#764119
variable, variable.other.readwrite, variable.other.object#2B241D
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#2B241D
variable.parameter, meta.parameter#2B241Ddditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#2B241D80
keyword.operator#2B241D
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#8DA329bold
entity.other.inherited-class#935425
entity.name.tag, punctuation.definition.tag#538321
entity.other.attribute-name#935425
meta.diff, meta.diff.header#A39E96
markup.deleted#764119
markup.inserted#935425
markup.changed#8DA329
markup.heading, markup.heading.setext, punctuation.definition.heading#935425bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#8DA329
string.other.link.title, string.other.link.description#935425
markup.underline.link#A39E96underline
punctuation.definition.list#538321
markup.quote, punctuation.definition.quote#A39E96italic