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#FF6157
  • activityBar.background#000000
  • activityBar.border#FF6157
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#A6A6A6
  • activityBarBadge.background#FF6157
  • activityBarBadge.foreground#000000
  • badge.background#FF6157
  • badge.foreground#000000
  • button.background#000000
  • button.border#FF6157
  • button.foreground#FFFFFF
  • button.hoverBackground#FF615744
  • contrastActiveBorder#FFFFFF
  • contrastBorder#FF6157
  • dropdown.background#000000
  • dropdown.border#FF6157
  • dropdown.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#FF615755
  • editor.findMatchBorder#FFFFFF
  • editor.findMatchHighlightBackground#FF615722
  • editor.foreground#FFFFFF
  • editor.selectionBackground#FF615755
  • editor.selectionHighlightBackground#FF615722
  • editor.selectionHighlightBorder#FF6157
  • editor.wordHighlightBackground#FF615722
  • editor.wordHighlightBorder#FF6157
  • editorBracketMatch.background#FF615722
  • editorBracketMatch.border#FF6157
  • editorCursor.foreground#FF6157
  • editorGroup.border#3A3A3A
  • editorGroupHeader.tabsBackground#000000
  • editorGroupHeader.tabsBorder#FF6157
  • editorHoverWidget.background#000000
  • editorHoverWidget.border#FF6157
  • editorIndentGuide.activeBackground1#FF6157
  • editorIndentGuide.background1#3A3A3A
  • editorLineNumber.activeForeground#FF6157
  • editorLineNumber.foreground#A6A6A6
  • editorSuggestWidget.background#000000
  • editorSuggestWidget.border#FF6157
  • editorSuggestWidget.highlightForeground#FF6157
  • editorSuggestWidget.selectedBackground#FF615733
  • editorWhitespace.foreground#3A3A3A
  • editorWidget.background#000000
  • editorWidget.border#FF6157
  • extensionButton.prominentBackground#000000
  • extensionButton.prominentForeground#FFFFFF
  • extensionButton.prominentHoverBackground#FF615744
  • focusBorder#FFFFFF
  • gitDecoration.modifiedResourceForeground#FF6157
  • input.background#000000
  • input.border#FF6157
  • input.foreground#FFFFFF
  • input.placeholderForeground#A6A6A6
  • inputOption.activeBorder#FFFFFF
  • list.activeSelectionBackground#FF615744
  • list.activeSelectionForeground#FFFFFF
  • list.focusOutline#FFFFFF
  • list.highlightForeground#FF6157
  • list.hoverBackground#FF615722
  • list.inactiveSelectionBackground#FF615722
  • minimap.findMatchHighlight#FF6157
  • panel.background#000000
  • panel.border#FF6157
  • panelTitle.activeBorder#FF6157
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#A6A6A6
  • peekView.border#FF6157
  • progressBar.background#FF6157
  • scrollbarSlider.activeBackground#FF6157AA
  • scrollbarSlider.background#A6A6A644
  • scrollbarSlider.hoverBackground#FF615766
  • sideBar.background#000000
  • sideBar.border#FF6157
  • sideBar.foreground#D0D0D0
  • sideBarSectionHeader.background#000000
  • sideBarSectionHeader.border#FF6157
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#D0D0D0
  • statusBar.background#000000
  • statusBar.border#FF6157
  • statusBar.debuggingBackground#FF6157
  • statusBar.debuggingForeground#000000
  • statusBar.foreground#FFFFFF
  • statusBar.noFolderBackground#000000
  • statusBarItem.hoverBackground#FF615733
  • statusBarItem.remoteBackground#FF918A
  • statusBarItem.remoteForeground#000000
  • tab.activeBackground#000000
  • tab.activeBorderTop#FF6157
  • tab.activeForeground#FFFFFF
  • tab.border#FF6157
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#A6A6A6
  • terminal.background#000000
  • terminal.foreground#FFFFFF
  • terminalCursor.foreground#FF6157
  • textLink.activeForeground#FF918A
  • textLink.foreground#FF6157
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#D0D0D0
  • titleBar.border#FF6157
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#A6A6A6
  • tree.indentGuidesStroke#3A3A3A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#84A896italic
string, punctuation.definition.string#FCEACC
constant.numeric, constant.language, constant.character#12AEB4
keyword, keyword.control, storage, storage.type#FF6157bold
entity.name.function, support.function#F0FC0C
entity.name.class, entity.name.type, support.class, entity.other.inherited-class#96D2FC
variable, variable.parameter#0C9CFC
entity.name.tag, meta.tag#FF6157bold
entity.other.attribute-name#0C9CFC
keyword.operator, punctuation#D8FCFC
meta.decorator, punctuation.decorator, storage.type.annotation, meta.annotation, support.type.attribute#F0FC0C