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#61DAFB
  • activityBar.background#f3f3f3
  • activityBar.foreground#1e1e1e
  • activityBarBadge.background#61DAFB
  • activityBarBadge.foreground#000000
  • badge.background#61DAFB
  • badge.foreground#000000
  • button.background#61DAFB
  • button.foreground#000000
  • button.hoverBackground#2E8CA8
  • editor.background#ffffff
  • editor.findMatchBackground#2E8CA855
  • editor.findMatchHighlightBackground#2E8CA822
  • editor.foreground#1e1e1e
  • editor.selectionBackground#2E8CA833
  • editor.selectionHighlightBackground#2E8CA822
  • editor.wordHighlightBackground#2E8CA822
  • editorCursor.foreground#61DAFB
  • editorIndentGuide.activeBackground1#2E8CA866
  • editorLineNumber.activeForeground#61DAFB
  • editorLineNumber.foreground#a0a0a0
  • extensionButton.prominentBackground#61DAFB
  • extensionButton.prominentHoverBackground#2E8CA8
  • focusBorder#61DAFB
  • gitDecoration.modifiedResourceForeground#2E8CA8
  • list.activeSelectionBackground#2E8CA833
  • list.activeSelectionForeground#1e1e1e
  • list.highlightForeground#2E8CA8
  • list.hoverBackground#eeeeee
  • list.inactiveSelectionBackground#2E8CA81a
  • panel.border#e0e0e0
  • panelTitle.activeBorder#61DAFB
  • progressBar.background#61DAFB
  • scrollbarSlider.activeBackground#61DAFB66
  • scrollbarSlider.background#64646455
  • scrollbarSlider.hoverBackground#2E8CA844
  • sideBar.background#f8f8f8
  • sideBar.foreground#3a3a3a
  • sideBarSectionHeader.background#f3f3f3
  • sideBarTitle.foreground#3a3a3a
  • statusBar.background#61DAFB
  • statusBar.debuggingBackground#2E8CA8
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#2E8CA8
  • tab.activeBackground#ffffff
  • tab.activeBorderTop#61DAFB
  • tab.activeForeground#1e1e1e
  • tab.inactiveBackground#ececec
  • tab.inactiveForeground#7a7a7a
  • terminal.ansiBlue#2E8CA8
  • textLink.activeForeground#2E8CA8
  • textLink.foreground#2E8CA8
  • titleBar.activeBackground#f3f3f3
  • titleBar.activeForeground#3a3a3a
  • titleBar.inactiveBackground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#488400italic
string, punctuation.definition.string#6C3C9C
constant.numeric, constant.language, constant.character#4E7E54
keyword, keyword.control, storage, storage.type#2E8CA8
entity.name.function, support.function#5A5412
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#248478
variable, variable.parameter#7E4EFC
entity.name.tag, meta.tag#2E8CA8
entity.other.attribute-name#7E4EFC
keyword.operator, punctuation#484842
meta.decorator, punctuation.decorator#5A5412