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#9BB89E
  • activityBar.foreground#E8EAE1
  • activityBar.inactiveForeground#545F4588
  • breadcrumb.activeSelectionForeground#545F45
  • breadcrumb.background#E8EAE1
  • breadcrumb.foreground#7A826B
  • button.background#545F45
  • button.border#545F45
  • button.foreground#E8EAE1
  • button.hoverBackground#7A826B
  • contrastBorder#9BB89E00
  • editor.background#E8EAE1
  • editor.foreground#494948
  • editor.lineHighlightBackground#9BB89E22
  • editorCursor.foreground#545F45
  • editorGroupHeader.tabsBackground#D0D1CA
  • editorIndentGuide.activeBackground#9BB89E
  • editorIndentGuide.background#D0D1CA
  • editorLineNumber.activeForeground#545F45
  • editorLineNumber.foreground#9BB89E
  • editorWidget.background#D0D1CA
  • editorWidget.border#9BB89E
  • focusBorder#545F45
  • list.activeSelectionBackground#9BB89E66
  • list.hoverBackground#9BB89E33
  • panel.border#9BB89E
  • panelTitle.activeBorder#545F45
  • selection.background#9BB89E55
  • sideBar.background#D0D1CA
  • sideBar.border#E8EAE1
  • sideBar.foreground#494948
  • sideBarSectionHeader.background#D0D1CA
  • sideBarSectionHeader.foreground#545F45
  • statusBar.background#545F45
  • statusBar.foreground#E8EAE1
  • tab.activeBackground#E8EAE1
  • tab.activeBorderTop#545F45
  • tab.activeForeground#545F45
  • tab.inactiveBackground#D0D1CA
  • tab.inactiveForeground#49494888
  • terminal.background#E8EAE1
  • terminal.foreground#494948
  • titleBar.activeBackground#E8EAE1
  • titleBar.activeForeground#545F45

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, storage.modifier, keyword.control#1B4332bold
entity.name.function, support.function, variable.function#005F73bold
string, punctuation.definition.string#52796F
constant.numeric#AE2012bold
constant.language, support.constant, variable.other.constant#9B2226bold
comment, punctuation.definition.comment#9BB89Eitalic
variable, variable.other, variable.parameter#494948
entity.name.tag, punctuation.definition.tag#BB3E03
entity.other.attribute-name#94D2BDitalic
entity.name.type, entity.name.class, support.class, support.type#6A4C93
keyword.operator, punctuation, meta.brace#545F45
support.type.property-name, meta.object-literal.key#0A9396