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#C73D5D
  • activityBar.background#EFF4F6
  • activityBar.border#DCE3E6
  • activityBar.foreground#3A3543
  • activityBar.inactiveForeground#6E7378
  • activityBarBadge.background#C73D5D
  • activityBarBadge.foreground#FFFFFF
  • badge.background#C73D5D
  • badge.foreground#FFFFFF
  • button.background#C73D5D
  • button.foreground#FFFFFF
  • button.hoverBackground#A22F4A
  • dropdown.background#EFF4F6
  • dropdown.foreground#3A3543
  • editor.background#F9FCFD
  • editor.findMatchBackground#C73D5D55
  • editor.findMatchHighlightBackground#C73D5D22
  • editor.foreground#3A3543
  • editor.selectionBackground#C73D5D44
  • editor.selectionHighlightBackground#C73D5D22
  • editor.wordHighlightBackground#C73D5D22
  • editorBracketMatch.background#C73D5D22
  • editorBracketMatch.border#C73D5D
  • editorCursor.foreground#C73D5D
  • editorGroup.border#DCE3E6
  • editorGroupHeader.tabsBackground#EFF4F6
  • editorGroupHeader.tabsBorder#DCE3E6
  • editorHoverWidget.background#EFF4F6
  • editorHoverWidget.border#DCE3E6
  • editorIndentGuide.activeBackground1#C73D5D
  • editorIndentGuide.background1#DCE3E6
  • editorLineNumber.activeForeground#C73D5D
  • editorLineNumber.foreground#6E7378
  • editorSuggestWidget.background#EFF4F6
  • editorSuggestWidget.border#DCE3E6
  • editorSuggestWidget.highlightForeground#C73D5D
  • editorSuggestWidget.selectedBackground#C73D5D33
  • editorWhitespace.foreground#DCE3E6
  • editorWidget.background#EFF4F6
  • editorWidget.border#DCE3E6
  • extensionButton.prominentBackground#C73D5D
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#A22F4A
  • focusBorder#C73D5D
  • gitDecoration.modifiedResourceForeground#C73D5D
  • input.background#EFF4F6
  • input.foreground#3A3543
  • input.placeholderForeground#6E7378
  • inputOption.activeBorder#C73D5D
  • list.activeSelectionBackground#C73D5D44
  • list.activeSelectionForeground#3A3543
  • list.focusOutline#C73D5D
  • list.highlightForeground#C73D5D
  • list.hoverBackground#EFF4F6
  • list.inactiveSelectionBackground#C73D5D22
  • minimap.findMatchHighlight#C73D5D
  • panel.background#F9FCFD
  • panel.border#DCE3E6
  • panelTitle.activeBorder#C73D5D
  • panelTitle.activeForeground#3A3543
  • panelTitle.inactiveForeground#6E7378
  • peekView.border#C73D5D
  • progressBar.background#C73D5D
  • scrollbarSlider.activeBackground#C73D5DAA
  • scrollbarSlider.background#6E737844
  • scrollbarSlider.hoverBackground#C73D5D66
  • sideBar.background#F9FCFD
  • sideBar.border#DCE3E6
  • sideBar.foreground#4A4F54
  • sideBarSectionHeader.background#EFF4F6
  • sideBarSectionHeader.border#DCE3E6
  • sideBarSectionHeader.foreground#3A3543
  • sideBarTitle.foreground#4A4F54
  • statusBar.background#C73D5D
  • statusBar.border#DCE3E6
  • statusBar.debuggingBackground#AA314D
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#AA314D
  • statusBarItem.hoverBackground#C73D5D33
  • statusBarItem.remoteBackground#AA314D
  • statusBarItem.remoteForeground#FFFFFF
  • tab.activeBackground#F9FCFD
  • tab.activeBorderTop#C73D5D
  • tab.activeForeground#3A3543
  • tab.border#DCE3E6
  • tab.inactiveBackground#EFF4F6
  • tab.inactiveForeground#6E7378
  • terminal.background#F9FCFD
  • terminal.foreground#3A3543
  • terminalCursor.foreground#C73D5D
  • textLink.activeForeground#AA314D
  • textLink.foreground#C73D5D
  • titleBar.activeBackground#EFF4F6
  • titleBar.activeForeground#4A4F54
  • titleBar.border#DCE3E6
  • titleBar.inactiveBackground#EFF4F6
  • titleBar.inactiveForeground#6E7378
  • tree.indentGuidesStroke#DCE3E6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#307E66italic
string, punctuation.definition.string#7E4E30
constant.numeric, constant.language, constant.character#06608A
keyword, keyword.control, storage, storage.type#C73D5D
entity.name.function, support.function#8A6C0C
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#3C7E84
variable, variable.parameter#4872C0
entity.name.tag, meta.tag#C73D5D
entity.other.attribute-name#4872C0
keyword.operator, punctuation#4E425A
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#8A6C0C