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#2A241E
  • activityBar.border#ffffff15
  • activityBar.foreground#7B4A2E
  • activityBar.inactiveForeground#FBF7F160
  • activityBarBadge.background#7B4A2E
  • activityBarBadge.foreground#2A241E
  • button.background#7B4A2E
  • button.foreground#2A241E
  • button.hoverBackground#7B4A2Edd
  • editor.background#2A241E
  • editor.foreground#FBF7F1
  • editor.inactiveSelectionBackground#9B6A453580
  • editor.lineHighlightBackground#2E241840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#9B6A4535
  • editorCursor.foreground#7B4A2E
  • editorGroupHeader.tabsBackground#2A241Edd
  • editorLineNumber.activeForeground#7B4A2E
  • editorLineNumber.foreground#E8DCC480
  • focusBorder#7B4A2E
  • foreground#FBF7F1
  • input.background#2E2418
  • input.border#ffffff15
  • input.foreground#FBF7F1
  • input.placeholderForeground#FBF7F160
  • list.activeSelectionBackground#7B4A2E30
  • list.activeSelectionForeground#FBF7F1
  • list.highlightForeground#7B4A2E
  • list.hoverBackground#2E241840
  • list.hoverForeground#FBF7F1
  • list.inactiveSelectionBackground#7B4A2E15
  • list.inactiveSelectionForeground#FBF7F1
  • selection.background#9B6A4535
  • sideBar.background#2E2418
  • sideBar.border#ffffff15
  • sideBar.foreground#FBF7F1
  • sideBarSectionHeader.background#2A241E80
  • sideBarSectionHeader.foreground#FBF7F1
  • sideBarTitle.foreground#7B4A2E
  • statusBar.background#2A241E
  • statusBar.border#ffffff15
  • statusBar.foreground#FBF7F1
  • statusBar.noFolderBackground#2A241E
  • tab.activeBackground#2A241E
  • tab.activeBorderTop#7B4A2E
  • tab.activeForeground#FBF7F1
  • tab.border#ffffff15
  • tab.inactiveBackground#2E241860
  • tab.inactiveForeground#FBF7F180
  • terminal.ansiBlack#2A241E
  • terminal.ansiBlue#9B6A45
  • terminal.ansiCyan#687F4E
  • terminal.ansiGreen#7B4A2E
  • terminal.ansiMagenta#98AC78
  • terminal.ansiRed#98AC78
  • terminal.ansiWhite#FBF7F1
  • terminal.ansiYellow#687F4E
  • terminal.background#2A241E
  • terminal.foreground#FBF7F1
  • titleBar.activeBackground#2A241E
  • titleBar.activeForeground#FBF7F1
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2A241E
  • titleBar.inactiveForeground#FBF7F160
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E8DCC4italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#9B6A45bold
storage.type, storage.modifier#9B6A45italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#7B4A2E
string, punctuation.definition.string, string.template, meta.template.expression#687F4E
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#98AC78
variable, variable.other.readwrite, variable.other.object#FBF7F1
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FBF7F1
variable.parameter, meta.parameter#FBF7F1dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FBF7F180
keyword.operator#FBF7F1
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#687F4Ebold
entity.other.inherited-class#7B4A2E
entity.name.tag, punctuation.definition.tag#9B6A45
entity.other.attribute-name#7B4A2E
meta.diff, meta.diff.header#E8DCC4
markup.deleted#98AC78
markup.inserted#7B4A2E
markup.changed#687F4E
markup.heading, markup.heading.setext, punctuation.definition.heading#7B4A2Ebold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#687F4E
string.other.link.title, string.other.link.description#7B4A2E
markup.underline.link#E8DCC4underline
punctuation.definition.list#9B6A45
markup.quote, punctuation.definition.quote#E8DCC4italic