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#DD0031
  • activityBar.background#f3f3f3
  • activityBar.foreground#1e1e1e
  • activityBarBadge.background#DD0031
  • activityBarBadge.foreground#ffffff
  • badge.background#DD0031
  • badge.foreground#ffffff
  • button.background#DD0031
  • button.foreground#ffffff
  • button.hoverBackground#8B1A29
  • editor.background#ffffff
  • editor.findMatchBackground#8B1A2955
  • editor.findMatchHighlightBackground#8B1A2922
  • editor.foreground#1e1e1e
  • editor.selectionBackground#8B1A2933
  • editor.selectionHighlightBackground#8B1A2922
  • editor.wordHighlightBackground#8B1A2922
  • editorCursor.foreground#DD0031
  • editorIndentGuide.activeBackground1#8B1A2966
  • editorLineNumber.activeForeground#DD0031
  • editorLineNumber.foreground#a0a0a0
  • extensionButton.prominentBackground#DD0031
  • extensionButton.prominentHoverBackground#8B1A29
  • focusBorder#DD0031
  • gitDecoration.modifiedResourceForeground#8B1A29
  • list.activeSelectionBackground#8B1A2933
  • list.activeSelectionForeground#1e1e1e
  • list.highlightForeground#8B1A29
  • list.hoverBackground#eeeeee
  • list.inactiveSelectionBackground#8B1A291a
  • panel.border#e0e0e0
  • panelTitle.activeBorder#DD0031
  • progressBar.background#DD0031
  • scrollbarSlider.activeBackground#DD003166
  • scrollbarSlider.background#64646455
  • scrollbarSlider.hoverBackground#8B1A2944
  • sideBar.background#f8f8f8
  • sideBar.foreground#3a3a3a
  • sideBarSectionHeader.background#f3f3f3
  • sideBarTitle.foreground#3a3a3a
  • statusBar.background#DD0031
  • statusBar.debuggingBackground#8B1A29
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#8B1A29
  • tab.activeBackground#ffffff
  • tab.activeBorderTop#DD0031
  • tab.activeForeground#1e1e1e
  • tab.inactiveBackground#ececec
  • tab.inactiveForeground#7a7a7a
  • terminal.ansiBlue#8B1A29
  • textLink.activeForeground#8B1A29
  • textLink.foreground#8B1A29
  • titleBar.activeBackground#f3f3f3
  • titleBar.activeForeground#3a3a3a
  • titleBar.inactiveBackground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#12845Aitalic
string, punctuation.definition.string#663CA8
constant.numeric, constant.language, constant.character#186654
keyword, keyword.control, storage, storage.type#8B1A29
entity.name.function, support.function#AE6006
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#1E7E96
variable, variable.parameter#665AFC
entity.name.tag, meta.tag#8B1A29
entity.other.attribute-name#665AFC
keyword.operator, punctuation#4E425A
meta.decorator, punctuation.decorator#AE6006