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#556949
  • activityBar.border#ffffff15
  • activityBar.foreground#E97267
  • activityBar.inactiveForeground#FFF3E260
  • activityBarBadge.background#E97267
  • activityBarBadge.foreground#556949
  • button.background#E97267
  • button.foreground#556949
  • button.hoverBackground#E97267dd
  • editor.background#556949
  • editor.foreground#FFF3E2
  • editor.inactiveSelectionBackground#ECCD793580
  • editor.lineHighlightBackground#1F1F1E40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECCD7935
  • editorCursor.foreground#E97267
  • editorGroupHeader.tabsBackground#556949dd
  • editorLineNumber.activeForeground#E97267
  • editorLineNumber.foreground#D6D3C880
  • focusBorder#E97267
  • foreground#FFF3E2
  • input.background#1F1F1E
  • input.border#ffffff15
  • input.foreground#FFF3E2
  • input.placeholderForeground#FFF3E260
  • list.activeSelectionBackground#E9726730
  • list.activeSelectionForeground#FFF3E2
  • list.highlightForeground#E97267
  • list.hoverBackground#1F1F1E40
  • list.hoverForeground#FFF3E2
  • list.inactiveSelectionBackground#E9726715
  • list.inactiveSelectionForeground#FFF3E2
  • selection.background#ECCD7935
  • sideBar.background#1F1F1E
  • sideBar.border#ffffff15
  • sideBar.foreground#FFF3E2
  • sideBarSectionHeader.background#55694980
  • sideBarSectionHeader.foreground#FFF3E2
  • sideBarTitle.foreground#E97267
  • statusBar.background#556949
  • statusBar.border#ffffff15
  • statusBar.foreground#FFF3E2
  • statusBar.noFolderBackground#556949
  • tab.activeBackground#556949
  • tab.activeBorderTop#E97267
  • tab.activeForeground#FFF3E2
  • tab.border#ffffff15
  • tab.inactiveBackground#1F1F1E60
  • tab.inactiveForeground#FFF3E280
  • terminal.ansiBlack#556949
  • terminal.ansiBlue#ECCD79
  • terminal.ansiCyan#E7C055
  • terminal.ansiGreen#E97267
  • terminal.ansiMagenta#F1D283
  • terminal.ansiRed#F1D283
  • terminal.ansiWhite#FFF3E2
  • terminal.ansiYellow#E7C055
  • terminal.background#556949
  • terminal.foreground#FFF3E2
  • titleBar.activeBackground#556949
  • titleBar.activeForeground#FFF3E2
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#556949
  • titleBar.inactiveForeground#FFF3E260
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D6D3C8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECCD79bold
storage.type, storage.modifier#ECCD79italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E97267
string, punctuation.definition.string, string.template, meta.template.expression#E7C055
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F1D283
variable, variable.other.readwrite, variable.other.object#FFF3E2
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FFF3E2
variable.parameter, meta.parameter#FFF3E2dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FFF3E280
keyword.operator#FFF3E2
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#E7C055bold
entity.other.inherited-class#E97267
entity.name.tag, punctuation.definition.tag#ECCD79
entity.other.attribute-name#E97267
meta.diff, meta.diff.header#D6D3C8
markup.deleted#F1D283
markup.inserted#E97267
markup.changed#E7C055
markup.heading, markup.heading.setext, punctuation.definition.heading#E97267bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#E7C055
string.other.link.title, string.other.link.description#E97267
markup.underline.link#D6D3C8underline
punctuation.definition.list#ECCD79
markup.quote, punctuation.definition.quote#D6D3C8italic