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#ff3e00
  • activityBar.background#2b2b3a
  • activityBar.foreground#f0f0f0
  • activityBarBadge.background#ff3e00
  • activityBarBadge.foreground#ffffff
  • badge.background#ffb800
  • badge.foreground#1e1e2e
  • button.background#ff3e00
  • button.foreground#ffffff
  • button.hoverBackground#ff7043
  • dropdown.background#2b2b3a
  • dropdown.border#555577
  • dropdown.foreground#ffffff
  • editor.background#1e1e2e
  • editor.findMatchBackground#ffb800
  • editor.findMatchHighlightBackground#ff9c00
  • editor.foreground#c0c0c0
  • editor.lineHighlightBackground#33334f
  • editor.lineHighlightBorder#444456
  • editor.selectionBackground#5a5ab5
  • editor.selectionHighlightBackground#4e4eaa
  • editorBracketMatch.background#4e4eaa
  • editorBracketMatch.border#ffb800
  • editorCursor.foreground#ff3e00
  • editorGroupHeader.tabsBackground#1e1e2e
  • editorIndentGuide.activeBackground#555588
  • editorIndentGuide.background#444466
  • editorLineNumber.activeForeground#ff3e00
  • editorLineNumber.foreground#777799
  • editorWhitespace.foreground#555577
  • focusBorder#ff3e00
  • gitDecoration.conflictingResourceForeground#bd10e0
  • gitDecoration.deletedResourceForeground#ff3e00
  • gitDecoration.modifiedResourceForeground#ffb800
  • gitDecoration.untrackedResourceForeground#7ed321
  • input.background#2b2b3a
  • input.border#555577
  • input.foreground#ffffff
  • input.placeholderForeground#888899
  • inputOption.activeBorder#ff3e00
  • list.activeSelectionBackground#ff3e00
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#444466
  • list.highlightForeground#ffb800
  • list.hoverBackground#33334f
  • minimap.background#1e1e2e
  • minimapSlider.activeBackground#9999bb
  • minimapSlider.background#555577
  • minimapSlider.hoverBackground#777799
  • panel.background#1e1e2e
  • panel.border#444456
  • panelTitle.activeBorder#ff3e00
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#aaaaaa
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#9999bb
  • scrollbarSlider.background#555577
  • scrollbarSlider.hoverBackground#777799
  • sideBar.background#252531
  • sideBar.foreground#d0d0d0
  • sideBarSectionHeader.background#2f2f3f
  • sideBarSectionHeader.foreground#ff3e00
  • sideBarTitle.foreground#ffb800
  • statusBar.background#3c3c4a
  • statusBar.debuggingBackground#ff3e00
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#2b2b3a
  • statusBarItem.hoverBackground#ffb800
  • tab.activeBackground#2b2b3a
  • tab.activeBorder#ff3e00
  • tab.activeForeground#ff3e00
  • tab.border#444456
  • tab.inactiveBackground#1e1e2e
  • tab.inactiveForeground#888888
  • terminal.ansiBlue#4a90e2
  • terminal.ansiBrightBlue#7baaf7
  • terminal.ansiBrightCyan#8fffdc
  • terminal.ansiBrightGreen#a2e76c
  • terminal.ansiBrightMagenta#d276ff
  • terminal.ansiBrightRed#ff7043
  • terminal.ansiBrightYellow#ffd75f
  • terminal.ansiCyan#50e3c2
  • terminal.ansiGreen#7ed321
  • terminal.ansiMagenta#bd10e0
  • terminal.ansiRed#ff3e00
  • terminal.ansiYellow#ffb800
  • terminal.background#1e1e2e
  • terminal.foreground#c0c0c0
  • titleBar.activeBackground#2b2b3a
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#1e1e2e
  • titleBar.inactiveForeground#aaaaaa

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#777777italic
string, string.quoted, string.template#ffb800—
keyword, storage.type, storage.modifier#ff3e00bold
keyword.operator, punctuation.accessor#4a90e2—
variable, variable.other#50e3c2—
variable.parameter#777777italic
entity.name.function, support.function#7ed321—
meta.function-call#7ed321—
entity.name.class, entity.name.type.class, support.class#4a90e2bold
entity.name.type, support.type#50e3c2—
entity.name.type.interface#8affd5italic
constant.numeric#bd10e0—
constant, constant.language, constant.character#bd10e0—
constant.language.boolean#ff3e00bold
variable.other.property, support.variable.property#ffb800—
meta.object-literal.key#ffb800—
entity.name.tag, punctuation.definition.tag#ff3e00—
entity.other.attribute-name#8affd5italic
punctuation, meta.brace#aaaaaa—
string.regexp#7ed321—
constant.character.escape#bd10e0—
meta.decorator, punctuation.decorator#50e3c2—
invalid, invalid.illegal#ff3e00strikethrough
markup.heading, entity.name.section#ff3e00bold
markup.bold#ff3e00bold
markup.italic#50e3c2italic
markup.underline.link#4a90e2—
markup.inline.raw, markup.fenced_code#7ed321—
support.type.property-name.json#ffb800—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#ff3e00—
support.type.property-name.css#50e3c2—
support.constant.property-value.css#7ed321—