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#09160F
  • activityBar.border#ffffff15
  • activityBar.foreground#67E997
  • activityBar.inactiveForeground#F3EFE460
  • activityBarBadge.background#67E997
  • activityBarBadge.foreground#09160F
  • button.background#67E997
  • button.foreground#09160F
  • button.hoverBackground#67E997dd
  • editor.background#09160F
  • editor.foreground#F3EFE4
  • editor.inactiveSelectionBackground#79ECC23580
  • editor.lineHighlightBackground#31241740
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#79ECC235
  • editorCursor.foreground#67E997
  • editorGroupHeader.tabsBackground#09160Fdd
  • editorLineNumber.activeForeground#67E997
  • editorLineNumber.foreground#E6ECE880
  • focusBorder#67E997
  • foreground#F3EFE4
  • input.background#312417
  • input.border#ffffff15
  • input.foreground#F3EFE4
  • input.placeholderForeground#F3EFE460
  • list.activeSelectionBackground#67E99730
  • list.activeSelectionForeground#F3EFE4
  • list.highlightForeground#67E997
  • list.hoverBackground#31241740
  • list.hoverForeground#F3EFE4
  • list.inactiveSelectionBackground#67E99715
  • list.inactiveSelectionForeground#F3EFE4
  • selection.background#79ECC235
  • sideBar.background#312417
  • sideBar.border#ffffff15
  • sideBar.foreground#F3EFE4
  • sideBarSectionHeader.background#09160F80
  • sideBarSectionHeader.foreground#F3EFE4
  • sideBarTitle.foreground#67E997
  • statusBar.background#09160F
  • statusBar.border#ffffff15
  • statusBar.foreground#F3EFE4
  • statusBar.noFolderBackground#09160F
  • tab.activeBackground#09160F
  • tab.activeBorderTop#67E997
  • tab.activeForeground#F3EFE4
  • tab.border#ffffff15
  • tab.inactiveBackground#31241760
  • tab.inactiveForeground#F3EFE480
  • terminal.ansiBlack#09160F
  • terminal.ansiBlue#79ECC2
  • terminal.ansiCyan#C2E755
  • terminal.ansiGreen#67E997
  • terminal.ansiMagenta#F19783
  • terminal.ansiRed#F19783
  • terminal.ansiWhite#F3EFE4
  • terminal.ansiYellow#C2E755
  • terminal.background#09160F
  • terminal.foreground#F3EFE4
  • titleBar.activeBackground#09160F
  • titleBar.activeForeground#F3EFE4
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#09160F
  • titleBar.inactiveForeground#F3EFE460
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#E6ECE8italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#79ECC2bold
storage.type, storage.modifier#79ECC2italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#67E997
string, punctuation.definition.string, string.template, meta.template.expression#C2E755
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#F19783
variable, variable.other.readwrite, variable.other.object#F3EFE4
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#F3EFE4
variable.parameter, meta.parameter#F3EFE4dditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#F3EFE480
keyword.operator#F3EFE4
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#C2E755bold
entity.other.inherited-class#67E997
entity.name.tag, punctuation.definition.tag#79ECC2
entity.other.attribute-name#67E997
meta.diff, meta.diff.header#E6ECE8
markup.deleted#F19783
markup.inserted#67E997
markup.changed#C2E755
markup.heading, markup.heading.setext, punctuation.definition.heading#67E997bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#C2E755
string.other.link.title, string.other.link.description#67E997
markup.underline.link#E6ECE8underline
punctuation.definition.list#79ECC2
markup.quote, punctuation.definition.quote#E6ECE8italic