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.activeBorder#76C5DB
  • activityBar.background#EFF6F8
  • activityBar.foreground#3A3543
  • activityBarBadge.background#367A8C
  • activityBarBadge.foreground#FFFFFF
  • badge.background#367A8C
  • badge.foreground#FFFFFF
  • button.background#367A8C
  • button.foreground#FFFFFF
  • button.hoverBackground#2C6372
  • editor.background#F9FCFD
  • editor.findMatchBackground#4AA6BF55
  • editor.findMatchHighlightBackground#4AA6BF26
  • editor.foreground#3A3543
  • editor.selectionBackground#4AA6BF44
  • editor.selectionHighlightBackground#4AA6BF26
  • editor.wordHighlightBackground#4AA6BF26
  • editorCursor.foreground#76C5DB
  • editorIndentGuide.activeBackground1#4AA6BF77
  • editorLineNumber.activeForeground#76C5DB
  • editorLineNumber.foreground#807A8B
  • extensionButton.prominentBackground#367A8C
  • extensionButton.prominentHoverBackground#367A8C
  • focusBorder#76C5DB
  • gitDecoration.modifiedResourceForeground#367A8C
  • list.activeSelectionBackground#4AA6BF3a
  • list.activeSelectionForeground#3A3543
  • list.highlightForeground#367A8C
  • list.hoverBackground#E4F0F4
  • list.inactiveSelectionBackground#4AA6BF1f
  • panel.border#DEEAED
  • panelTitle.activeBorder#76C5DB
  • progressBar.background#76C5DB
  • scrollbarSlider.activeBackground#76C5DB77
  • scrollbarSlider.background#4AA6BF3a
  • scrollbarSlider.hoverBackground#4AA6BF5a
  • sideBar.background#F9FCFD
  • sideBar.foreground#5A5464
  • sideBarSectionHeader.background#EFF6F8
  • sideBarTitle.foreground#5A5464
  • statusBar.background#367A8C
  • statusBar.debuggingBackground#337B8F
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#367A8C
  • tab.activeBackground#F9FCFD
  • tab.activeBorderTop#76C5DB
  • tab.activeForeground#3A3543
  • tab.inactiveBackground#EFF6F8
  • tab.inactiveForeground#807A8B
  • terminal.ansiBlue#367A8C
  • textLink.activeForeground#76C5DB
  • textLink.foreground#367A8C
  • titleBar.activeBackground#EFF6F8
  • titleBar.activeForeground#5A5464
  • titleBar.inactiveBackground#F9FCFD

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#185400italic
string, punctuation.definition.string#3C00E4
constant.numeric, constant.language, constant.character#607254
keyword, keyword.control, storage, storage.type#367A8C
entity.name.function, support.function#6C7800
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#1E4E72
variable, variable.parameter#4E60F6
entity.name.tag, meta.tag#367A8C
entity.other.attribute-name#4E60F6
keyword.operator, punctuation#30483C
meta.decorator, punctuation.decorator#6C7800