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#333333
  • activityBar.border#ffffff15
  • activityBar.foreground#A7C9BE
  • activityBar.inactiveForeground#F6F3ED60
  • activityBarBadge.background#A7C9BE
  • activityBarBadge.foreground#333333
  • button.background#A7C9BE
  • button.foreground#333333
  • button.hoverBackground#A7C9BEdd
  • editor.background#333333
  • editor.foreground#F6F3ED
  • editor.inactiveSelectionBackground#4C59403580
  • editor.lineHighlightBackground#0E0E0E40
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#4C594035
  • editorCursor.foreground#A7C9BE
  • editorGroupHeader.tabsBackground#333333dd
  • editorLineNumber.activeForeground#A7C9BE
  • editorLineNumber.foreground#E5E7E280
  • focusBorder#A7C9BE
  • foreground#F6F3ED
  • input.background#0E0E0E
  • input.border#ffffff15
  • input.foreground#F6F3ED
  • input.placeholderForeground#F6F3ED60
  • list.activeSelectionBackground#A7C9BE30
  • list.activeSelectionForeground#F6F3ED
  • list.highlightForeground#A7C9BE
  • list.hoverBackground#0E0E0E40
  • list.hoverForeground#F6F3ED
  • list.inactiveSelectionBackground#A7C9BE15
  • list.inactiveSelectionForeground#F6F3ED
  • selection.background#4C594035
  • sideBar.background#0E0E0E
  • sideBar.border#ffffff15
  • sideBar.foreground#F6F3ED
  • sideBarSectionHeader.background#33333380
  • sideBarSectionHeader.foreground#F6F3ED
  • sideBarTitle.foreground#A7C9BE
  • statusBar.background#333333
  • statusBar.border#ffffff15
  • statusBar.foreground#F6F3ED
  • statusBar.noFolderBackground#333333
  • tab.activeBackground#333333
  • tab.activeBorderTop#A7C9BE
  • tab.activeForeground#F6F3ED
  • tab.border#ffffff15
  • tab.inactiveBackground#0E0E0E60
  • tab.inactiveForeground#F6F3ED80
  • terminal.ansiBlack#333333
  • terminal.ansiBlue#4C5940
  • terminal.ansiCyan#D0ECE7
  • terminal.ansiGreen#A7C9BE
  • terminal.ansiMagenta#D9B768
  • terminal.ansiRed#D9B768
  • terminal.ansiWhite#F6F3ED
  • terminal.ansiYellow#D0ECE7
  • terminal.background#333333
  • terminal.foreground#F6F3ED
  • titleBar.activeBackground#333333
  • titleBar.activeForeground#F6F3ED
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#333333
  • titleBar.inactiveForeground#F6F3ED60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E5E7E2italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#4C5940bold
storage.type, storage.modifier#4C5940italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#A7C9BE
string, punctuation.definition.string, string.template, meta.template.expression#D0ECE7
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#D9B768
variable, variable.other.readwrite, variable.other.object#F6F3ED
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F6F3ED
variable.parameter, meta.parameter#F6F3EDdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F6F3ED80
keyword.operator#F6F3ED
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#D0ECE7bold
entity.other.inherited-class#A7C9BE
entity.name.tag, punctuation.definition.tag#4C5940
entity.other.attribute-name#A7C9BE
meta.diff, meta.diff.header#E5E7E2
markup.deleted#D9B768
markup.inserted#A7C9BE
markup.changed#D0ECE7
markup.heading, markup.heading.setext, punctuation.definition.heading#A7C9BEbold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#D0ECE7
string.other.link.title, string.other.link.description#A7C9BE
markup.underline.link#E5E7E2underline
punctuation.definition.list#4C5940
markup.quote, punctuation.definition.quote#E5E7E2italic