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#ff5fff
  • activityBar.background#151b2a
  • activityBar.foreground#00c0ff
  • activityBarBadge.background#ff9500
  • activityBarBadge.foreground#000000
  • badge.background#ff5fff
  • badge.foreground#000000
  • button.background#0044aa
  • button.foreground#e0e0ff
  • button.hoverBackground#0055cc
  • dropdown.background#151b2a
  • dropdown.border#333355
  • dropdown.foreground#c0c0ff
  • editor.background#0b0e1c
  • editor.findMatchBackground#4b0066
  • editor.findMatchHighlightBackground#5c0077
  • editor.foreground#c0c0c9
  • editor.lineHighlightBackground#252b40
  • editor.lineHighlightBorder#444466
  • editor.selectionBackground#30475e
  • editor.selectionHighlightBackground#2a3d5f
  • editorBracketMatch.background#332233
  • editorBracketMatch.border#aa00ff
  • editorCursor.foreground#00ffcc
  • editorGroupHeader.tabsBackground#151b2a
  • editorIndentGuide.activeBackground#555577
  • editorIndentGuide.background#333355
  • editorLineNumber.activeForeground#c0c0ff
  • editorLineNumber.foreground#5a5a80
  • editorWhitespace.foreground#444466
  • focusBorder#ff5fff
  • gitDecoration.conflictingResourceForeground#ff5fff
  • gitDecoration.deletedResourceForeground#ff3333
  • gitDecoration.modifiedResourceForeground#33ff33
  • gitDecoration.untrackedResourceForeground#00cccc
  • input.background#151b2a
  • input.border#333355
  • input.foreground#c0c0ff
  • input.placeholderForeground#555577
  • inputOption.activeBorder#ff5fff
  • list.activeSelectionBackground#28334a
  • list.activeSelectionForeground#e0e0ff
  • list.focusBackground#28334a
  • list.highlightForeground#ff5fff
  • list.hoverBackground#252b40
  • minimap.background#0b0e1c
  • minimapSlider.activeBackground#666688ff
  • minimapSlider.background#44446688
  • minimapSlider.hoverBackground#555577aa
  • panel.background#0b0e1c
  • panel.border#22273c
  • panelTitle.activeBorder#ff5fff
  • panelTitle.activeForeground#c0c0ff
  • panelTitle.inactiveForeground#777799
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#555577cc
  • scrollbarSlider.background#33335599
  • scrollbarSlider.hoverBackground#444466cc
  • sideBar.background#111522
  • sideBar.foreground#a0a0b0
  • sideBarSectionHeader.background#0f1320
  • sideBarSectionHeader.foreground#8faaff
  • sideBarTitle.foreground#c0c0ff
  • statusBar.background#0e1220
  • statusBar.debuggingBackground#5f00ff
  • statusBar.foreground#c0c0ff
  • statusBar.noFolderBackground#0b0e1c
  • statusBarItem.hoverBackground#22273c
  • tab.activeBackground#151b2a
  • tab.activeBorder#ff5fff
  • tab.activeForeground#c0c0ff
  • tab.border#22273c
  • tab.inactiveBackground#0b0e1c
  • tab.inactiveForeground#777799
  • terminal.ansiBlue#0066ff
  • terminal.ansiBrightBlue#3399ff
  • terminal.ansiBrightCyan#33ffff
  • terminal.ansiBrightGreen#66ff66
  • terminal.ansiBrightMagenta#ff66ff
  • terminal.ansiBrightRed#ff6666
  • terminal.ansiBrightYellow#ffff66
  • terminal.ansiCyan#00cccc
  • terminal.ansiGreen#33ff33
  • terminal.ansiMagenta#cc00ff
  • terminal.ansiRed#ff3333
  • terminal.ansiYellow#ffdd33
  • terminal.background#0b0e1c
  • terminal.foreground#e0e0ff
  • titleBar.activeBackground#1a1e30
  • titleBar.activeForeground#d0d0ff
  • titleBar.inactiveBackground#0f101c
  • titleBar.inactiveForeground#7a7a9a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5a5a80italic
string, string.quoted, string.template#66ff66—
keyword, storage.type, storage.modifier#ff5fffbold
keyword.operator, punctuation.accessor#ffcc00—
variable, variable.other#c0c0ff—
variable.parameter#ff95ccitalic
entity.name.function, support.function#00c0ff—
meta.function-call#33ffff—
entity.name.class, entity.name.type.class, support.class#ffaa00bold
entity.name.type, support.type#ff99ff—
entity.name.type.interface#99ccffitalic
constant.numeric#ffcc66—
constant, constant.language, constant.character#ff99cc—
constant.language.boolean#ff5fffbold
variable.other.property, support.variable.property#99ffcc—
meta.object-literal.key#ffdd33—
entity.name.tag, punctuation.definition.tag#ff5fff—
entity.other.attribute-name#ff95ccitalic
punctuation, meta.brace#9999ff—
string.regexp#ff6666—
constant.character.escape#ff6666—
meta.decorator, punctuation.decorator#ff5fff—
invalid, invalid.illegal#ff0000strikethrough
markup.heading, entity.name.section#ffcc00bold
markup.bold#ffcc00bold
markup.italic#ffcc66italic
markup.underline.link#00c0ff—
markup.inline.raw, markup.fenced_code#66ff66—
support.type.property-name.json#ff99ff—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#ff5fff—
support.type.property-name.css#ffcc00—
support.constant.property-value.css#66ff66—