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#ff00ff
  • activityBar.background#ffe6ff
  • activityBar.foreground#ff00ff
  • activityBarBadge.background#ff00ff
  • activityBarBadge.foreground#ffffff
  • badge.background#ff00ff
  • badge.foreground#ffffff
  • button.background#ff00ff
  • button.foreground#ffffff
  • button.hoverBackground#ff44ff
  • dropdown.background#ffe6ff
  • dropdown.border#ff00ff
  • dropdown.foreground#222222
  • editor.background#fff8f8
  • editor.findMatchBackground#ff880044
  • editor.findMatchHighlightBackground#ff880022
  • editor.foreground#222222
  • editor.lineHighlightBackground#ffddff33
  • editor.lineHighlightBorder#ff00ff
  • editor.selectionBackground#ff00ff33
  • editor.selectionHighlightBackground#ff00ff22
  • editorBracketMatch.background#ff00ff33
  • editorBracketMatch.border#ff00ff
  • editorCursor.foreground#ff00ff
  • editorGroupHeader.tabsBackground#fff8f8
  • editorIndentGuide.activeBackground#cccccc88
  • editorIndentGuide.background#dddddd44
  • editorLineNumber.activeForeground#ff00ff
  • editorLineNumber.foreground#aaaaaa
  • editorWhitespace.foreground#bbbbbb
  • focusBorder#ff00ff
  • gitDecoration.conflictingResourceForeground#ff8800
  • gitDecoration.deletedResourceForeground#ff3300
  • gitDecoration.modifiedResourceForeground#ff00ff
  • gitDecoration.untrackedResourceForeground#00a800
  • input.background#ffe6ff
  • input.border#ff00ff
  • input.foreground#222222
  • input.placeholderForeground#999999
  • inputOption.activeBorder#ff00ff
  • list.activeSelectionBackground#ff00ff33
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#ff00ff33
  • list.highlightForeground#ff00ff
  • list.hoverBackground#ff00ff22
  • minimap.background#fff8f8
  • minimapSlider.activeBackground#ff00ff66
  • minimapSlider.background#ff00ff22
  • minimapSlider.hoverBackground#ff00ff44
  • panel.background#fff8f8
  • panel.border#e0e0e0
  • panelTitle.activeBorder#ff00ff
  • panelTitle.activeForeground#ff00ff
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000020
  • scrollbarSlider.activeBackground#ff00ff88
  • scrollbarSlider.background#bbbbbb44
  • scrollbarSlider.hoverBackground#bbbbbb88
  • sideBar.background#ffe6ff
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#ffe6ff
  • sideBarSectionHeader.foreground#ff00ff
  • sideBarTitle.foreground#ff00ff
  • statusBar.background#ffccff
  • statusBar.debuggingBackground#ff8800
  • statusBar.foreground#222222
  • statusBar.noFolderBackground#ffe6ff
  • statusBarItem.hoverBackground#ffb3ff
  • tab.activeBackground#ffe6ff
  • tab.activeBorder#ff00ff
  • tab.activeForeground#ff00ff
  • tab.border#dddddd
  • tab.inactiveBackground#fff8f8
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#0066ff
  • terminal.ansiBrightBlue#3399ff
  • terminal.ansiBrightCyan#33ffff
  • terminal.ansiBrightGreen#66ff66
  • terminal.ansiBrightMagenta#ff66ff
  • terminal.ansiBrightRed#ff6666
  • terminal.ansiBrightYellow#ffbb66
  • terminal.ansiCyan#00d9d9
  • terminal.ansiGreen#00a800
  • terminal.ansiMagenta#ff00ff
  • terminal.ansiRed#ff3300
  • terminal.ansiYellow#ff8800
  • terminal.background#fff8f8
  • terminal.foreground#222222
  • titleBar.activeBackground#ffccff
  • titleBar.activeForeground#222222
  • titleBar.inactiveBackground#fff0ff
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#777777italic
string, string.quoted, string.template#ff8c00
keyword, storage.type, storage.modifier#ff00ffbold
keyword.operator, punctuation.accessor#00e5ff
variable, variable.other#222222
variable.parameter#00e5ffitalic
entity.name.function, support.function#00cfff
meta.function-call#00cfff
entity.name.class, entity.name.type.class, support.class#ff00ffbold
entity.name.type, support.type#0066ff
entity.name.type.interface#ff66ffitalic
constant.numeric#ff8c00
constant, constant.language, constant.character#ffbb00
constant.language.boolean#ff8c00bold
variable.other.property, support.variable.property#00e5ff
meta.object-literal.key#ff00ff
entity.name.tag, punctuation.definition.tag#ff00ff
entity.other.attribute-name#0066ffitalic
punctuation, meta.brace#999999
string.regexp#ff8c00
constant.character.escape#ff00ff
meta.decorator, punctuation.decorator#ffbb00
invalid, invalid.illegal#ff3300strikethrough
markup.heading, entity.name.section#ff00ffbold
markup.bold#ff8c00bold
markup.italic#0066ffitalic
markup.underline.link#00cfff
markup.inline.raw, markup.fenced_code#00e5ff
support.type.property-name.json#ff00ff
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#ffbb00
support.type.property-name.css#0066ff
support.constant.property-value.css#00e5ff