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#ff3b30
  • activityBar.background#101224
  • activityBar.foreground#e1e4eb
  • activityBarBadge.background#ffb400
  • activityBarBadge.foreground#0d0f15
  • badge.background#ffb400
  • badge.foreground#0d0f15
  • button.background#d32f2f
  • button.foreground#e1e4eb
  • button.hoverBackground#e53935
  • dropdown.background#111525
  • dropdown.border#1e273b
  • dropdown.foreground#cfd8e3
  • editor.background#0d0f15
  • editor.findMatchBackground#d32f2f88
  • editor.findMatchHighlightBackground#ff3b3066
  • editor.foreground#cfd8e3
  • editor.lineHighlightBackground#1e273b66
  • editor.lineHighlightBorder#ffb40044
  • editor.selectionBackground#3949ab88
  • editor.selectionHighlightBackground#ffb40033
  • editorBracketMatch.background#3949ab44
  • editorBracketMatch.border#ffb400
  • editorCursor.foreground#ffb400
  • editorGroupHeader.tabsBackground#101224
  • editorIndentGuide.activeBackground#8a92a6
  • editorIndentGuide.background#4b5366
  • editorLineNumber.activeForeground#ffb400
  • editorLineNumber.foreground#5c6370
  • editorWhitespace.foreground#4b5366
  • focusBorder#ffb400
  • gitDecoration.conflictingResourceForeground#ba68c8
  • gitDecoration.deletedResourceForeground#d32f2f
  • gitDecoration.modifiedResourceForeground#ffb400
  • gitDecoration.untrackedResourceForeground#81c784
  • input.background#111525
  • input.border#1e273b
  • input.foreground#cfd8e3
  • input.placeholderForeground#5c6370
  • inputOption.activeBorder#ffb400
  • list.activeSelectionBackground#3949ab
  • list.activeSelectionForeground#e1e4eb
  • list.focusBackground#3949ab
  • list.highlightForeground#ffb400
  • list.hoverBackground#1e273b
  • minimap.background#0d0f15
  • minimapSlider.activeBackground#1e273bff
  • minimapSlider.background#1e273b66
  • minimapSlider.hoverBackground#1e273bcc
  • panel.background#101224
  • panel.border#1e273b
  • panelTitle.activeBorder#ff3b30
  • panelTitle.activeForeground#e1e4eb
  • panelTitle.inactiveForeground#8a92a6
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#1e273bff
  • scrollbarSlider.background#1e273b88
  • scrollbarSlider.hoverBackground#1e273bcc
  • sideBar.background#111525
  • sideBar.foreground#cfd8e3
  • sideBarSectionHeader.background#101224
  • sideBarSectionHeader.foreground#e1e4eb
  • sideBarTitle.foreground#ffb400
  • statusBar.background#101224
  • statusBar.debuggingBackground#d32f2f
  • statusBar.foreground#e1e4eb
  • statusBar.noFolderBackground#3949ab
  • statusBarItem.hoverBackground#1e273b
  • tab.activeBackground#0d0f15
  • tab.activeBorder#ff3b30
  • tab.activeForeground#ffb400
  • tab.border#1e273b
  • tab.inactiveBackground#101224
  • tab.inactiveForeground#8a92a6
  • terminal.ansiBlue#3949ab
  • terminal.ansiBrightBlue#5c6bc0
  • terminal.ansiBrightCyan#4dd0e1
  • terminal.ansiBrightGreen#66bb6a
  • terminal.ansiBrightMagenta#ab47bc
  • terminal.ansiBrightRed#e53935
  • terminal.ansiBrightYellow#ffca28
  • terminal.ansiCyan#80deea
  • terminal.ansiGreen#81c784
  • terminal.ansiMagenta#ba68c8
  • terminal.ansiRed#d32f2f
  • terminal.ansiYellow#ffb400
  • terminal.background#0d0f15
  • terminal.foreground#cfd8e3
  • titleBar.activeBackground#0d0f15
  • titleBar.activeForeground#e1e4eb
  • titleBar.inactiveBackground#101224
  • titleBar.inactiveForeground#8a92a6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5c6370italic
string, string.quoted, string.template#81c784
keyword, storage.type, storage.modifier#d32f2fbold
keyword.operator, punctuation.accessor#ffb400
variable, variable.other#80deea
variable.parameter#4dd0e1italic
entity.name.function, support.function#3949ab
meta.function-call#ba68c8
entity.name.class, entity.name.type.class, support.class#ab47bcbold
entity.name.type, support.type#80deea
entity.name.type.interface#4dd0e1italic
constant.numeric#ffca28
constant, constant.language, constant.character#ffb400
constant.language.boolean#d32f2fbold
variable.other.property, support.variable.property#ffb400
meta.object-literal.key#ba68c8
entity.name.tag, punctuation.definition.tag#d32f2f
entity.other.attribute-name#ffca28italic
punctuation, meta.brace#8a92a6
string.regexp#81c784
constant.character.escape#ab47bc
meta.decorator, punctuation.decorator#4dd0e1
invalid, invalid.illegal#ff3b30strikethrough
markup.heading, entity.name.section#ffb400bold
markup.bold#ffb400bold
markup.italic#ffb400italic
markup.underline.link#3949ab
markup.inline.raw, markup.fenced_code#80deea
support.type.property-name.json#ba68c8
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#ffca28
support.type.property-name.css#4dd0e1
support.constant.property-value.css#81c784