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.background#050510
  • activityBar.border#1a1a3a
  • activityBar.foreground#00FFFF
  • activityBarBadge.background#FF00FF
  • activityBarBadge.foreground#FFFFFF
  • badge.background#FF8000
  • badge.foreground#FFFFFF
  • button.background#FF00FF
  • button.foreground#FFFFFF
  • button.hoverBackground#CC00CC
  • debugIcon.breakpointForeground#FF8000
  • debugToolBar.background#0a0a25
  • dropdown.background#0a0a25
  • dropdown.border#4040BF
  • dropdown.foreground#FFFFFF
  • editor.background#050510
  • editor.findMatchBackground#FFFF0040
  • editor.findMatchHighlightBackground#FFFF0025
  • editor.foreground#FFFFFF
  • editor.lineHighlightBackground#0a0a25
  • editor.selectionBackground#3030805a
  • editor.wordHighlightBackground#FF00FF30
  • editorBracketMatch.background#FF00FF30
  • editorBracketMatch.border#FF00FF
  • editorCursor.foreground#FF8000
  • editorGroupHeader.tabsBackground#050510
  • editorGutter.background#050510
  • editorIndentGuide.activeBackground1#4040BF
  • editorIndentGuide.background1#1a1a3a
  • editorLineNumber.activeForeground#00FFFF
  • editorLineNumber.foreground#4040BF
  • editorSuggestWidget.background#080820
  • editorSuggestWidget.border#1a1a3a
  • editorSuggestWidget.highlightForeground#FFFF00
  • editorSuggestWidget.selectedBackground#2a2a5a
  • editorWidget.background#080820
  • editorWidget.border#1a1a3a
  • focusBorder#FF00FF
  • gitDecoration.conflictingResourceForeground#FF8000
  • gitDecoration.deletedResourceForeground#FF4444
  • gitDecoration.modifiedResourceForeground#FFFF00
  • gitDecoration.untrackedResourceForeground#00FF00
  • input.background#0a0a25
  • input.border#4040BF
  • input.foreground#FFFFFF
  • input.placeholderForeground#666680
  • inputOption.activeBorder#FF00FF
  • list.activeSelectionBackground#2a2a5a
  • list.activeSelectionForeground#FFFFFF
  • list.highlightForeground#FFFF00
  • list.hoverBackground#15153a
  • list.inactiveSelectionBackground#1a1a4a
  • minimap.background#050510
  • minimapSlider.activeBackground#FF00FF50
  • minimapSlider.background#4040BF30
  • minimapSlider.hoverBackground#4040BF50
  • panel.background#050510
  • panel.border#1a1a3a
  • panelTitle.activeBorder#FF00FF
  • panelTitle.activeForeground#FFFFFF
  • panelTitle.inactiveForeground#808080
  • peekView.border#FF00FF
  • peekViewEditor.background#080820
  • peekViewResult.background#0a0a25
  • peekViewTitle.background#0a0a25
  • peekViewTitleLabel.foreground#00FFFF
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#FF00FF80
  • scrollbarSlider.background#4040BF50
  • scrollbarSlider.hoverBackground#4040BF80
  • sideBar.background#080820
  • sideBar.border#1a1a3a
  • sideBar.foreground#BBBBBB
  • sideBarSectionHeader.background#0a0a25
  • sideBarSectionHeader.foreground#FF00FF
  • sideBarTitle.foreground#00FFFF
  • statusBar.background#050510
  • statusBar.border#1a1a3a
  • statusBar.debuggingBackground#FF8000
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#00FFFF
  • statusBarItem.hoverBackground#1a1a4a
  • tab.activeBackground#0f0f30
  • tab.activeBorderTop#FF00FF
  • tab.activeForeground#FFFFFF
  • tab.border#1a1a3a
  • tab.inactiveBackground#050510
  • tab.inactiveForeground#808080
  • terminal.ansiBlack#050510
  • terminal.ansiBlue#4040BF
  • terminal.ansiBrightBlack#666666
  • terminal.ansiBrightBlue#6060FF
  • terminal.ansiBrightCyan#66FFFF
  • terminal.ansiBrightGreen#66FF66
  • terminal.ansiBrightMagenta#FF66FF
  • terminal.ansiBrightRed#FF6666
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFFF66
  • terminal.ansiCyan#00FFFF
  • terminal.ansiGreen#00FF00
  • terminal.ansiMagenta#FF00FF
  • terminal.ansiRed#FF4444
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFFF00
  • terminal.background#050510
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#050510
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#030308
  • titleBar.inactiveForeground#808080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4040BFitalic
keyword, storage.type, storage.modifier, keyword.control, keyword.operator.new, keyword.operator.expression, keyword.operator.logical, keyword.operator.sizeof, keyword.operator.typeof#FF00FF
string, string.quoted, string.template, punctuation.definition.string#FFFF00
entity.name.function, support.function, meta.function-call, variable.function#00FFFF
constant.numeric, constant.language.boolean, constant.language.null, constant.language.undefined#FF8000
variable, variable.other, variable.parameter#FFFFFF
entity.name.type, entity.name.class, support.type, support.class, entity.other.inherited-class#00FFFF
keyword.operator, punctuation.accessor#FF00FF
punctuation.bracket, punctuation.separator, punctuation.terminator, meta.brace#AAAACC
constant, constant.other, variable.other.constant#FF8000
entity.name.tag, support.type.property-name, meta.object-literal.key#00FFFF
entity.name.tag.html, entity.name.tag.xml#FF00FF
entity.other.attribute-name#00FFFF
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFFF00
support.type.property-name.css#00FFFF
support.constant.property-value.css, support.constant.color.css#FF8000
string.regexp#FF8000
constant.character.escape#FF8000
heading.1.markdown, heading.2.markdown, heading.3.markdown, punctuation.definition.heading.markdown#FF00FFbold
markup.bold#FF8000bold
markup.italic#FFFF00italic
markup.underline.link#00FFFF
markup.inline.raw, markup.fenced_code.block#FFFF00
support.type.property-name.json#00FFFF
string.quoted.double.json#FFFF00
invalid, invalid.illegal#FF4444underline
invalid.deprecated#FF8000strikethrough