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#2A3226
  • activityBar.border#ffffff15
  • activityBar.foreground#3E2F24
  • activityBar.inactiveForeground#F6ECDA60
  • activityBarBadge.background#3E2F24
  • activityBarBadge.foreground#2A3226
  • button.background#3E2F24
  • button.foreground#2A3226
  • button.hoverBackground#3E2F24dd
  • editor.background#2A3226
  • editor.foreground#F6ECDA
  • editor.inactiveSelectionBackground#C39D753580
  • editor.lineHighlightBackground#1D0F0840
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#C39D7535
  • editorCursor.foreground#3E2F24
  • editorGroupHeader.tabsBackground#2A3226dd
  • editorLineNumber.activeForeground#3E2F24
  • editorLineNumber.foreground#D3B79680
  • focusBorder#3E2F24
  • foreground#F6ECDA
  • input.background#1D0F08
  • input.border#ffffff15
  • input.foreground#F6ECDA
  • input.placeholderForeground#F6ECDA60
  • list.activeSelectionBackground#3E2F2430
  • list.activeSelectionForeground#F6ECDA
  • list.highlightForeground#3E2F24
  • list.hoverBackground#1D0F0840
  • list.hoverForeground#F6ECDA
  • list.inactiveSelectionBackground#3E2F2415
  • list.inactiveSelectionForeground#F6ECDA
  • selection.background#C39D7535
  • sideBar.background#1D0F08
  • sideBar.border#ffffff15
  • sideBar.foreground#F6ECDA
  • sideBarSectionHeader.background#2A322680
  • sideBarSectionHeader.foreground#F6ECDA
  • sideBarTitle.foreground#3E2F24
  • statusBar.background#2A3226
  • statusBar.border#ffffff15
  • statusBar.foreground#F6ECDA
  • statusBar.noFolderBackground#2A3226
  • tab.activeBackground#2A3226
  • tab.activeBorderTop#3E2F24
  • tab.activeForeground#F6ECDA
  • tab.border#ffffff15
  • tab.inactiveBackground#1D0F0860
  • tab.inactiveForeground#F6ECDA80
  • terminal.ansiBlack#2A3226
  • terminal.ansiBlue#C39D75
  • terminal.ansiCyan#5A6B3A
  • terminal.ansiGreen#3E2F24
  • terminal.ansiMagenta#7C8E5B
  • terminal.ansiRed#7C8E5B
  • terminal.ansiWhite#F6ECDA
  • terminal.ansiYellow#5A6B3A
  • terminal.background#2A3226
  • terminal.foreground#F6ECDA
  • titleBar.activeBackground#2A3226
  • titleBar.activeForeground#F6ECDA
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#2A3226
  • titleBar.inactiveForeground#F6ECDA60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D3B796italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#C39D75bold
storage.type, storage.modifier#C39D75italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#3E2F24
string, punctuation.definition.string, string.template, meta.template.expression#5A6B3A
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#7C8E5B
variable, variable.other.readwrite, variable.other.object#F6ECDA
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6ECDA
variable.parameter, meta.parameter#F6ECDAdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6ECDA80
keyword.operator#F6ECDA
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#5A6B3Abold
entity.other.inherited-class#3E2F24
entity.name.tag, punctuation.definition.tag#C39D75
entity.other.attribute-name#3E2F24
meta.diff, meta.diff.header#D3B796
markup.deleted#7C8E5B
markup.inserted#3E2F24
markup.changed#5A6B3A
markup.heading, markup.heading.setext, punctuation.definition.heading#3E2F24bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#5A6B3A
string.other.link.title, string.other.link.description#3E2F24
markup.underline.link#D3B796underline
punctuation.definition.list#C39D75
markup.quote, punctuation.definition.quote#D3B796italic