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#00F5FF
  • activityBar.background#111122
  • activityBar.foreground#00F5FF
  • activityBarBadge.background#FF00FF
  • activityBarBadge.foreground#0B0C1D
  • badge.background#FF00FF
  • badge.foreground#0B0C1D
  • button.background#FF00FF
  • button.foreground#FFFFFF
  • button.hoverBackground#FF00FFAA
  • dropdown.background#111133
  • dropdown.border#00F5FF
  • dropdown.foreground#E0E0FF
  • editor.background#0B0C1D
  • editor.findMatchBackground#FF00FF30
  • editor.findMatchHighlightBackground#FF00FF20
  • editor.foreground#E0E0FF
  • editor.lineHighlightBackground#00F5FF20
  • editor.lineHighlightBorder#00F5FF30
  • editor.selectionBackground#00F5FF40
  • editor.selectionHighlightBackground#00F5FF30
  • editorBracketMatch.background#FF00FF20
  • editorBracketMatch.border#FF00FF
  • editorCursor.foreground#FF00FF
  • editorGroupHeader.tabsBackground#0B0C1D
  • editorIndentGuide.activeBackground#00FF9E
  • editorIndentGuide.background#44446655
  • editorLineNumber.activeForeground#E0E0FF
  • editorLineNumber.foreground#777788
  • editorWhitespace.foreground#444466
  • focusBorder#FF00FF
  • gitDecoration.conflictingResourceForeground#FFB300
  • gitDecoration.deletedResourceForeground#FF3E00
  • gitDecoration.modifiedResourceForeground#00F5FF
  • gitDecoration.untrackedResourceForeground#00FF9E
  • input.background#111133
  • input.border#00F5FF
  • input.foreground#E0E0FF
  • input.placeholderForeground#777788
  • inputOption.activeBorder#00F5FF
  • list.activeSelectionBackground#00F5FF40
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#00F5FF35
  • list.highlightForeground#FF00FF
  • list.hoverBackground#00F5FF30
  • minimap.background#0B0C1D
  • minimapSlider.activeBackground#00F5FF60
  • minimapSlider.background#00F5FF20
  • minimapSlider.hoverBackground#00F5FF40
  • panel.background#0B0C1D
  • panel.border#151525
  • panelTitle.activeBorder#00F5FF
  • panelTitle.activeForeground#E0E0FF
  • panelTitle.inactiveForeground#777788
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FF00FFAA
  • scrollbarSlider.background#44446688
  • scrollbarSlider.hoverBackground#555577CC
  • sideBar.background#101123
  • sideBar.foreground#E0E0FF
  • sideBarSectionHeader.background#111133
  • sideBarSectionHeader.foreground#00F5FF
  • sideBarTitle.foreground#00F5FF
  • statusBar.background#151525
  • statusBar.debuggingBackground#00FF9E
  • statusBar.foreground#E0E0FF
  • statusBar.noFolderBackground#111133
  • statusBarItem.hoverBackground#FF00FF40
  • tab.activeBackground#0B0C1D
  • tab.activeBorder#00F5FF
  • tab.activeForeground#E0E0FF
  • tab.border#0B0C1D
  • tab.inactiveBackground#111133
  • tab.inactiveForeground#7A7A9A
  • terminal.ansiBlue#00A3FF
  • terminal.ansiBrightBlue#5ED7FF
  • terminal.ansiBrightCyan#5EFEA1
  • terminal.ansiBrightGreen#5EFEA1
  • terminal.ansiBrightMagenta#FF5E78
  • terminal.ansiBrightRed#FF5E78
  • terminal.ansiBrightYellow#FFE066
  • terminal.ansiCyan#00FF9E
  • terminal.ansiGreen#00FF9E
  • terminal.ansiMagenta#FF00FF
  • terminal.ansiRed#FF3E00
  • terminal.ansiYellow#FFB300
  • terminal.background#0B0C1D
  • terminal.foreground#E0E0FF
  • titleBar.activeBackground#0B0C1D
  • titleBar.activeForeground#E0E0FF
  • titleBar.inactiveBackground#0B0C1D
  • titleBar.inactiveForeground#7A7A9A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5A5A7Aitalic
string, string.quoted, string.template#00FF9E—
keyword, storage.type, storage.modifier#00F5FFbold
keyword.operator, punctuation.accessor#00F5FF—
variable, variable.other#E0E0FF—
variable.parameter#00F5FFitalic
entity.name.function, support.function#FF00FF—
meta.function-call#FF00FF—
entity.name.class, entity.name.type.class, support.class#00F5FFbold
entity.name.type, support.type#00F5FF—
entity.name.type.interface#00F5FFitalic
constant.numeric#FFB300—
constant, constant.language, constant.character#00F5FF—
constant.language.boolean#FF00FFbold
variable.other.property, support.variable.property#00F5FF—
meta.object-literal.key#00F5FF—
entity.name.tag, punctuation.definition.tag#FF00FF—
entity.other.attribute-name#00F5FFitalic
punctuation, meta.brace#E0E0FF—
string.regexp#FFB300—
constant.character.escape#FF00FF—
meta.decorator, punctuation.decorator#00A3FF—
invalid, invalid.illegal#FF3E00strikethrough
markup.heading, entity.name.section#FF00FFbold
markup.bold#FF00FFbold
markup.italic#00F5FFitalic
markup.underline.link#00A3FF—
markup.inline.raw, markup.fenced_code#00F5FF—
support.type.property-name.json#FF00FF—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#00A3FF—
support.type.property-name.css#00F5FF—
support.constant.property-value.css#00A3FF—