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#33ff33
  • activityBar.background#001416
  • activityBar.foreground#33ff33
  • activityBarBadge.background#33ff33
  • activityBarBadge.foreground#001416
  • badge.background#33ff33
  • badge.foreground#001416
  • button.background#003333
  • button.foreground#33ff33
  • button.hoverBackground#004444
  • dropdown.background#001416
  • dropdown.border#33ff33
  • dropdown.foreground#d0d0d0
  • editor.background#001020
  • editor.findMatchBackground#33ff3388
  • editor.findMatchHighlightBackground#33ff3344
  • editor.foreground#d0d0d0
  • editor.lineHighlightBackground#00293880
  • editor.lineHighlightBorder#002938
  • editor.selectionBackground#004e2a80
  • editor.selectionHighlightBackground#00403080
  • editorBracketMatch.background#33ff3333
  • editorBracketMatch.border#33ff33
  • editorCursor.foreground#33ff33
  • editorGroupHeader.tabsBackground#001416
  • editorIndentGuide.activeBackground#00666688
  • editorIndentGuide.background#00333344
  • editorLineNumber.activeForeground#33ff33
  • editorLineNumber.foreground#777777
  • editorWhitespace.foreground#555555
  • focusBorder#33ff33
  • gitDecoration.conflictingResourceForeground#ffdd55
  • gitDecoration.deletedResourceForeground#ff5555
  • gitDecoration.modifiedResourceForeground#33ff33
  • gitDecoration.untrackedResourceForeground#66ff66
  • input.background#001416
  • input.border#33ff33
  • input.foreground#d0d0d0
  • input.placeholderForeground#777777
  • inputOption.activeBorder#33ff33
  • list.activeSelectionBackground#003333
  • list.activeSelectionForeground#33ff33
  • list.focusBackground#003333
  • list.highlightForeground#33ff33
  • list.hoverBackground#00333366
  • minimap.background#001416
  • minimapSlider.activeBackground#33ff0066
  • minimapSlider.background#33ff0022
  • minimapSlider.hoverBackground#33ff0044
  • panel.background#001416
  • panel.border#003333
  • panelTitle.activeBorder#33ff33
  • panelTitle.activeForeground#33ff33
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#33ff0088
  • scrollbarSlider.background#00444444
  • scrollbarSlider.hoverBackground#00444488
  • sideBar.background#001416
  • sideBar.foreground#d0d0d0
  • sideBarSectionHeader.background#001416
  • sideBarSectionHeader.foreground#33ff33
  • sideBarTitle.foreground#33ff33
  • statusBar.background#001416
  • statusBar.debuggingBackground#004c00
  • statusBar.foreground#33ff33
  • statusBar.noFolderBackground#001416
  • statusBarItem.hoverBackground#003333
  • tab.activeBackground#001416
  • tab.activeBorder#33ff33
  • tab.activeForeground#33ff33
  • tab.border#001416
  • tab.inactiveBackground#000c12
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#3399ff
  • terminal.ansiBrightBlue#66bbff
  • terminal.ansiBrightCyan#66ffdd
  • terminal.ansiBrightGreen#66ff66
  • terminal.ansiBrightMagenta#ff66ff
  • terminal.ansiBrightRed#ff7777
  • terminal.ansiBrightYellow#ffff66
  • terminal.ansiCyan#33ffcc
  • terminal.ansiGreen#33ff33
  • terminal.ansiMagenta#ff33ff
  • terminal.ansiRed#ff5555
  • terminal.ansiYellow#ffff33
  • terminal.background#001416
  • terminal.foreground#33ff33
  • titleBar.activeBackground#001416
  • titleBar.activeForeground#33ff33
  • titleBar.inactiveBackground#000c12
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5a5a5aitalic
string, string.quoted, string.template#88ff88—
keyword, storage.type, storage.modifier#33aaffbold
keyword.operator, punctuation.accessor#33aaff—
variable, variable.other#d0d0d0—
variable.parameter#66ff99italic
entity.name.function, support.function#ffdd33—
meta.function-call#ffdd33—
entity.name.class, entity.name.type.class, support.class#ff8800bold
entity.name.type, support.type#ffdd33—
entity.name.type.interface#ff8800italic
constant.numeric#ff77ff—
constant, constant.language, constant.character#ff77ff—
constant.language.boolean#ff77ffbold
variable.other.property, support.variable.property#ffdd33—
meta.object-literal.key#ffdd33—
entity.name.tag, punctuation.definition.tag#ff6600—
entity.other.attribute-name#ff6600italic
punctuation, meta.brace#d0d0d0—
string.regexp#ff77ff—
constant.character.escape#ff77ff—
meta.decorator, punctuation.decorator#ff6600—
invalid, invalid.illegal#ff3333strikethrough
markup.heading, entity.name.section#33aaffbold
markup.bold#ff6600bold
markup.italic#ff6600italic
markup.underline.link#ffdd33—
markup.inline.raw, markup.fenced_code#33ff33—
support.type.property-name.json#ffdd33—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#ff6600—
support.type.property-name.css#ffdd33—
support.constant.property-value.css#33aaff—