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#00494D
  • activityBar.border#ffffff15
  • activityBar.foreground#E9B767
  • activityBar.inactiveForeground#FAF5EF60
  • activityBarBadge.background#E9B767
  • activityBarBadge.foreground#00494D
  • button.background#E9B767
  • button.foreground#00494D
  • button.hoverBackground#E9B767dd
  • editor.background#00494D
  • editor.foreground#FAF5EF
  • editor.inactiveSelectionBackground#ECC4793580
  • editor.lineHighlightBackground#0F282940
  • editor.lineHighlightBorder#00000000
  • editor.selectionBackground#ECC47935
  • editorCursor.foreground#E9B767
  • editorGroupHeader.tabsBackground#00494Ddd
  • editorLineNumber.activeForeground#E9B767
  • editorLineNumber.foreground#D8C8A680
  • focusBorder#E9B767
  • foreground#FAF5EF
  • input.background#0F2829
  • input.border#ffffff15
  • input.foreground#FAF5EF
  • input.placeholderForeground#FAF5EF60
  • list.activeSelectionBackground#E9B76730
  • list.activeSelectionForeground#FAF5EF
  • list.highlightForeground#E9B767
  • list.hoverBackground#0F282940
  • list.hoverForeground#FAF5EF
  • list.inactiveSelectionBackground#E9B76715
  • list.inactiveSelectionForeground#FAF5EF
  • selection.background#ECC47935
  • sideBar.background#0F2829
  • sideBar.border#ffffff15
  • sideBar.foreground#FAF5EF
  • sideBarSectionHeader.background#00494D80
  • sideBarSectionHeader.foreground#FAF5EF
  • sideBarTitle.foreground#E9B767
  • statusBar.background#00494D
  • statusBar.border#ffffff15
  • statusBar.foreground#FAF5EF
  • statusBar.noFolderBackground#00494D
  • tab.activeBackground#00494D
  • tab.activeBorderTop#E9B767
  • tab.activeForeground#FAF5EF
  • tab.border#ffffff15
  • tab.inactiveBackground#0F282960
  • tab.inactiveForeground#FAF5EF80
  • terminal.ansiBlack#00494D
  • terminal.ansiBlue#ECC479
  • terminal.ansiCyan#55E7E0
  • terminal.ansiGreen#E9B767
  • terminal.ansiMagenta#83F19F
  • terminal.ansiRed#83F19F
  • terminal.ansiWhite#FAF5EF
  • terminal.ansiYellow#55E7E0
  • terminal.background#00494D
  • terminal.foreground#FAF5EF
  • titleBar.activeBackground#00494D
  • titleBar.activeForeground#FAF5EF
  • titleBar.border#ffffff15
  • titleBar.inactiveBackground#00494D
  • titleBar.inactiveForeground#FAF5EF60
  • widget.border#ffffff15

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#D8C8A6italic
keyword, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical#ECC479bold
storage.type, storage.modifier#ECC479italic
entity.name.function, support.function, keyword.other.special-method, meta.function-call#E9B767
string, punctuation.definition.string, string.template, meta.template.expression#55E7E0
constant.numeric, constant.language, constant.character, constant.other, variable.other.constant#83F19F
variable, variable.other.readwrite, variable.other.object#FAF5EF
variable.other.property, support.variable.property, meta.object-literal.key, meta.object.member#FAF5EF
variable.parameter, meta.parameter#FAF5EFdditalic
punctuation.separator, punctuation.terminator, punctuation.definition.parameters, punctuation.definition.block, punctuation.section, meta.brace#FAF5EF80
keyword.operator#FAF5EF
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.type, support.class, support.other.namespace#55E7E0bold
entity.other.inherited-class#E9B767
entity.name.tag, punctuation.definition.tag#ECC479
entity.other.attribute-name#E9B767
meta.diff, meta.diff.header#D8C8A6
markup.deleted#83F19F
markup.inserted#E9B767
markup.changed#55E7E0
markup.heading, markup.heading.setext, punctuation.definition.heading#E9B767bold
markup.boldbold
markup.italicitalic
markup.inline.raw, markup.raw.block#55E7E0
string.other.link.title, string.other.link.description#E9B767
markup.underline.link#D8C8A6underline
punctuation.definition.list#ECC479
markup.quote, punctuation.definition.quote#D8C8A6italic