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#FF00E5
  • activityBar.background#0D001A
  • activityBar.foreground#FF00E5
  • activityBarBadge.background#FF00E5
  • activityBarBadge.foreground#0D001A
  • badge.background#FF00E5
  • badge.foreground#0D001A
  • button.background#FF00E5
  • button.foreground#0D001A
  • button.hoverBackground#FF00E588
  • dropdown.background#110021
  • dropdown.border#FF00E5
  • dropdown.foreground#E0E0E0
  • editor.background#0D001A
  • editor.findMatchBackground#FF00E544
  • editor.findMatchHighlightBackground#FF00E522
  • editor.foreground#E0E0E0
  • editor.lineHighlightBackground#FF00E508
  • editor.lineHighlightBorder#FF00E520
  • editor.selectionBackground#FF00E533
  • editor.selectionHighlightBackground#FF00E522
  • editorBracketMatch.background#FF00E533
  • editorBracketMatch.border#FF00E5
  • editorCursor.foreground#FF00E5
  • editorGroupHeader.tabsBackground#0D001A
  • editorIndentGuide.activeBackground#FF00E544
  • editorIndentGuide.background#77777744
  • editorLineNumber.activeForeground#FF00E5
  • editorLineNumber.foreground#777777
  • editorWhitespace.foreground#777777
  • focusBorder#FF00E5
  • gitDecoration.conflictingResourceForeground#FFAA00
  • gitDecoration.deletedResourceForeground#FF5555
  • gitDecoration.modifiedResourceForeground#FF00E5
  • gitDecoration.untrackedResourceForeground#FFB300
  • input.background#110021
  • input.border#FF00E5
  • input.foreground#E0E0E0
  • input.placeholderForeground#777777
  • inputOption.activeBorder#FF00E5
  • list.activeSelectionBackground#FF00E533
  • list.activeSelectionForeground#FFFFFF
  • list.focusBackground#FF00E533
  • list.highlightForeground#FF00E5
  • list.hoverBackground#FF00E522
  • minimap.background#0D001A
  • minimapSlider.activeBackground#FF00E566
  • minimapSlider.background#FF00E522
  • minimapSlider.hoverBackground#FF00E544
  • panel.background#0D001A
  • panel.border#FF00E5
  • panelTitle.activeBorder#FF00E5
  • panelTitle.activeForeground#FF00E5
  • panelTitle.inactiveForeground#777777
  • scrollbar.shadow#00000044
  • scrollbarSlider.activeBackground#FF00E588
  • scrollbarSlider.background#77777744
  • scrollbarSlider.hoverBackground#77777788
  • sideBar.background#110021
  • sideBar.foreground#E0E0E0
  • sideBarSectionHeader.background#0D001A
  • sideBarSectionHeader.foreground#FF00E5
  • sideBarTitle.foreground#FF00E5
  • statusBar.background#0D001A
  • statusBar.debuggingBackground#FF00E5
  • statusBar.foreground#E0E0E0
  • statusBar.noFolderBackground#0D001A
  • statusBarItem.hoverBackground#FF00E533
  • tab.activeBackground#0D001A
  • tab.activeBorder#FF00E5
  • tab.activeForeground#FF00E5
  • tab.border#0D001A
  • tab.inactiveBackground#110021
  • tab.inactiveForeground#777777
  • terminal.ansiBlue#00E5FF
  • terminal.ansiBrightBlue#00E5FF
  • terminal.ansiBrightCyan#00E5FF
  • terminal.ansiBrightGreen#66FF66
  • terminal.ansiBrightMagenta#FF00E5
  • terminal.ansiBrightRed#FF7777
  • terminal.ansiBrightYellow#FFCC33
  • terminal.ansiCyan#00E5FF
  • terminal.ansiGreen#00FF00
  • terminal.ansiMagenta#FF00E5
  • terminal.ansiRed#FF5555
  • terminal.ansiYellow#FFAA00
  • terminal.background#0D001A
  • terminal.foreground#E0E0E0
  • titleBar.activeBackground#0D001A
  • titleBar.activeForeground#E0E0E0
  • titleBar.inactiveBackground#0D001A
  • titleBar.inactiveForeground#777777

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#777777italic
string, string.quoted, string.template#FFB300
keyword, storage.type, storage.modifier#FF00E5bold
keyword.operator, punctuation.accessor#00E5FF
variable, variable.other#E0E0E0
variable.parameter#00E5FFitalic
entity.name.function, support.function#FF00E5
meta.function-call#FF00E5
entity.name.class, entity.name.type.class, support.class#FF00E5bold
entity.name.type, support.type#00E5FF
entity.name.type.interface#FFB300italic
constant.numeric#00E5FF
constant, constant.language, constant.character#FFB300
constant.language.boolean#FF00E5bold
variable.other.property, support.variable.property#00E5FF
meta.object-literal.key#FF00E5
entity.name.tag, punctuation.definition.tag#FF00E5
entity.other.attribute-name#00E5FFitalic
punctuation, meta.brace#E0E0E0
string.regexp#FFB300
constant.character.escape#FF00E5
meta.decorator, punctuation.decorator#00E5FF
invalid, invalid.illegal#FF5555strikethrough
markup.heading, entity.name.section#FF00E5bold
markup.bold#FF00E5bold
markup.italic#00E5FFitalic
markup.underline.link#00E5FF
markup.inline.raw, markup.fenced_code#FFB300
support.type.property-name.json#FF00E5
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FFB300
support.type.property-name.css#00E5FF
support.constant.property-value.css#FFB300