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#181818
  • activityBar.foreground#d4d4d4
  • activityBarBadge.background#DD0031
  • activityBarBadge.foreground#ffffff
  • badge.background#DD0031
  • badge.foreground#ffffff
  • button.background#DD0031
  • button.foreground#ffffff
  • button.hoverBackground#8B1A29
  • editor.background#1e1e1e
  • editor.findMatchBackground#8B1A2966
  • editor.findMatchHighlightBackground#8B1A2933
  • editor.foreground#d4d4d4
  • editor.selectionBackground#8B1A2955
  • editor.selectionHighlightBackground#8B1A2933
  • editor.wordHighlightBackground#8B1A2933
  • editorCursor.foreground#DD0031
  • editorIndentGuide.activeBackground1#8B1A2988
  • editorLineNumber.activeForeground#DD0031
  • editorLineNumber.foreground#5a5a5a
  • extensionButton.prominentBackground#DD0031
  • extensionButton.prominentHoverBackground#8B1A29
  • focusBorder#DD0031
  • gitDecoration.modifiedResourceForeground#DD0031
  • list.activeSelectionBackground#8B1A2944
  • list.activeSelectionForeground#ffffff
  • list.highlightForeground#DD0031
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#8B1A2922
  • panel.border#2a2a2a
  • panelTitle.activeBorder#DD0031
  • progressBar.background#DD0031
  • scrollbarSlider.activeBackground#DD003188
  • scrollbarSlider.background#4a4a4a55
  • scrollbarSlider.hoverBackground#8B1A2966
  • sideBar.background#1e1e1e
  • sideBar.foreground#cccccc
  • sideBarSectionHeader.background#181818
  • sideBarTitle.foreground#cccccc
  • statusBar.background#8B1A29
  • statusBar.debuggingBackground#DD0031
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#8B1A29
  • tab.activeBackground#1e1e1e
  • tab.activeBorderTop#DD0031
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#181818
  • tab.inactiveForeground#8a8a8a
  • terminal.ansiBlue#DD0031
  • textLink.activeForeground#DD0031
  • textLink.foreground#DD0031
  • titleBar.activeBackground#181818
  • titleBar.activeForeground#cccccc
  • titleBar.inactiveBackground#1e1e1e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#54A27Eitalic
string, punctuation.definition.string#FC840C
constant.numeric, constant.language, constant.character#8AF6C6
keyword, keyword.control, storage, storage.type#DD0031
entity.name.function, support.function#FCFC0C
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#A8EAFC
variable, variable.parameter#128AFC
entity.name.tag, meta.tag#DD0031
entity.other.attribute-name#128AFC
keyword.operator, punctuation#5A909C
meta.decorator, punctuation.decorator#FCFC0C