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#B200FF
  • activityBar.background#08090F
  • activityBar.foreground#00FFAA
  • activityBarBadge.background#B200FF
  • activityBarBadge.foreground#0B0C1D
  • badge.background#B200FF
  • badge.foreground#0B0C1D
  • button.background#001A33
  • button.foreground#D0D0E0
  • button.hoverBackground#002222
  • dropdown.background#0A0B18
  • dropdown.border#001A33
  • dropdown.foreground#D0D0E0
  • editor.background#0B0C1D
  • editor.findMatchBackground#00FFAA44
  • editor.findMatchHighlightBackground#00FFAA22
  • editor.foreground#D0D0E0
  • editor.lineHighlightBackground#001A33AA
  • editor.lineHighlightBorder#00FFAA20
  • editor.selectionBackground#003344AA
  • editor.selectionHighlightBackground#00334455
  • editorBracketMatch.background#00FFAA33
  • editorBracketMatch.border#00FFAA
  • editorCursor.foreground#00FFAA
  • editorGroupHeader.tabsBackground#0B0C1D
  • editorIndentGuide.activeBackground#00FFAA44
  • editorIndentGuide.background#1A1A2A44
  • editorLineNumber.activeForeground#00FFAA
  • editorLineNumber.foreground#333344
  • editorWhitespace.foreground#1A1A2A
  • focusBorder#B200FF
  • gitDecoration.conflictingResourceForeground#FFE66C
  • gitDecoration.deletedResourceForeground#FF6C6C
  • gitDecoration.modifiedResourceForeground#00FFAA
  • gitDecoration.untrackedResourceForeground#00FFAA
  • input.background#0A0B18
  • input.border#001A33
  • input.foreground#D0D0E0
  • input.placeholderForeground#555566
  • inputOption.activeBorder#B200FF
  • list.activeSelectionBackground#001A33
  • list.activeSelectionForeground#D0D0E0
  • list.focusBackground#001A33
  • list.highlightForeground#B200FF
  • list.hoverBackground#001A33AA
  • minimap.background#0B0C1D
  • minimapSlider.activeBackground#00FFAA66
  • minimapSlider.background#00FFAA22
  • minimapSlider.hoverBackground#00FFAA44
  • panel.background#0B0C1D
  • panel.border#001A33
  • panelTitle.activeBorder#B200FF
  • panelTitle.activeForeground#B200FF
  • panelTitle.inactiveForeground#555566
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#00FFAA66
  • scrollbarSlider.background#33334444
  • scrollbarSlider.hoverBackground#00FFAA44
  • sideBar.background#0A0B18
  • sideBar.foreground#D0D0E0
  • sideBarSectionHeader.background#08090F
  • sideBarSectionHeader.foreground#B200FF
  • sideBarTitle.foreground#00FFAA
  • statusBar.background#001A33
  • statusBar.debuggingBackground#003344
  • statusBar.foreground#D0D0E0
  • statusBar.noFolderBackground#08090F
  • statusBarItem.hoverBackground#002222
  • tab.activeBackground#001A33
  • tab.activeBorder#B200FF
  • tab.activeForeground#D0D0E0
  • tab.border#0B0C1D
  • tab.inactiveBackground#0A0B18
  • tab.inactiveForeground#555566
  • terminal.ansiBlue#5C9FFF
  • terminal.ansiBrightBlue#84B8FF
  • terminal.ansiBrightCyan#84E6FF
  • terminal.ansiBrightGreen#66FFAA
  • terminal.ansiBrightMagenta#E8AFFF
  • terminal.ansiBrightRed#FF8B8B
  • terminal.ansiBrightYellow#FFF68B
  • terminal.ansiCyan#5CE6FF
  • terminal.ansiGreen#00FFAA
  • terminal.ansiMagenta#D58CFF
  • terminal.ansiRed#FF6C6C
  • terminal.ansiYellow#FFE66C
  • terminal.background#0B0C1D
  • terminal.foreground#D0D0E0
  • titleBar.activeBackground#08090F
  • titleBar.activeForeground#D0D0E0
  • titleBar.inactiveBackground#0B0C1D
  • titleBar.inactiveForeground#555566

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#555566italic
string, string.quoted, string.template#7CFF00—
keyword, storage.type, storage.modifier#B200FFbold
keyword.operator, punctuation.accessor#00FFAA—
variable, variable.other#D0D0E0—
variable.parameter#A0FFB3italic
entity.name.function, support.function#00FFAA—
meta.function-call#66FF99—
entity.name.class, entity.name.type.class, support.class#B200FFbold
entity.name.type, support.type#00FFAA—
entity.name.type.interface#7CFF00italic
constant.numeric#A0FF7C—
constant, constant.language, constant.character#7CFF00—
constant.language.boolean#B200FFbold
variable.other.property, support.variable.property#D0D0E0—
meta.object-literal.key#00FFAA—
entity.name.tag, punctuation.definition.tag#B200FF—
entity.other.attribute-name#7CFF00italic
punctuation, meta.brace#00FFAA—
string.regexp#A0FF7C—
constant.character.escape#7CFF00—
meta.decorator, punctuation.decorator#FFE66C—
invalid, invalid.illegal#FF6C6Cstrikethrough
markup.heading, entity.name.section#B200FFbold
markup.bold#7CFF00bold
markup.italic#00FFAAitalic
markup.underline.link#7CFF00—
markup.inline.raw, markup.fenced_code#B200FF—
support.type.property-name.json#00FFAA—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFE66C—
support.type.property-name.css#00FFAA—
support.constant.property-value.css#7CFF00—