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#2b2b3a
  • activityBar.foreground#c9c9ff
  • activityBarBadge.background#ff3b30
  • activityBarBadge.foreground#ffffff
  • badge.background#ff3b30
  • badge.foreground#ffffff
  • button.background#ff3b30
  • button.foreground#ffffff
  • button.hoverBackground#ff6e40
  • dropdown.background#2b2b3a
  • dropdown.border#444455
  • dropdown.foreground#e0e0e0
  • editor.background#1e1e2f
  • editor.findMatchBackground#ffb74d80
  • editor.findMatchHighlightBackground#ffb74d40
  • editor.foreground#e0e0e0
  • editor.lineHighlightBackground#2c2c44
  • editor.lineHighlightBorder#ff3b30
  • editor.selectionBackground#ff3b3080
  • editor.selectionHighlightBackground#ff7f7f40
  • editorBracketMatch.background#ff3b3060
  • editorBracketMatch.border#ff7f7f
  • editorCursor.foreground#ffebc2
  • editorGroupHeader.tabsBackground#2b2b3a
  • editorIndentGuide.activeBackground#ff3b30
  • editorIndentGuide.background#444455
  • editorLineNumber.activeForeground#ffebc2
  • editorLineNumber.foreground#777799
  • editorWhitespace.foreground#555577
  • focusBorder#ff3b30
  • gitDecoration.conflictingResourceForeground#e91e63
  • gitDecoration.deletedResourceForeground#ff3b30
  • gitDecoration.modifiedResourceForeground#ffb74d
  • gitDecoration.untrackedResourceForeground#8bc34a
  • input.background#2b2b3a
  • input.border#444455
  • input.foreground#e0e0e0
  • input.placeholderForeground#777799
  • inputOption.activeBorder#ff3b30
  • list.activeSelectionBackground#ff3b3040
  • list.activeSelectionForeground#ffebc2
  • list.focusBackground#ff3b3050
  • list.highlightForeground#ffb74d
  • list.hoverBackground#ff3b3030
  • minimap.background#1e1e2f
  • minimapSlider.activeBackground#ff3b30
  • minimapSlider.background#55556680
  • minimapSlider.hoverBackground#777788
  • panel.background#252531
  • panel.border#000000
  • panelTitle.activeBorder#ff3b30
  • panelTitle.activeForeground#ffebc2
  • panelTitle.inactiveForeground#9999aa
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#ff3b30
  • scrollbarSlider.background#44445580
  • scrollbarSlider.hoverBackground#555566
  • sideBar.background#252531
  • sideBar.foreground#d0d0ff
  • sideBarSectionHeader.background#2a2a38
  • sideBarSectionHeader.foreground#ff3b30
  • sideBarTitle.foreground#ffb3b3
  • statusBar.background#2b2b3a
  • statusBar.debuggingBackground#b71c1c
  • statusBar.foreground#ffebc2
  • statusBar.noFolderBackground#3c3c4c
  • statusBarItem.hoverBackground#ff3b30
  • tab.activeBackground#2b2b3a
  • tab.activeBorder#ff3b30
  • tab.activeForeground#ffebc2
  • tab.border#000000
  • tab.inactiveBackground#1e1e2f
  • tab.inactiveForeground#9999aa
  • terminal.ansiBlue#3b8beb
  • terminal.ansiBrightBlue#82b1ff
  • terminal.ansiBrightCyan#80deea
  • terminal.ansiBrightGreen#cddc39
  • terminal.ansiBrightMagenta#f48fb1
  • terminal.ansiBrightRed#ff6e40
  • terminal.ansiBrightYellow#fff176
  • terminal.ansiCyan#00bcd4
  • terminal.ansiGreen#8bc34a
  • terminal.ansiMagenta#e91e63
  • terminal.ansiRed#ff3b30
  • terminal.ansiYellow#ffeb3b
  • terminal.background#1e1e2f
  • terminal.foreground#e0e0e0
  • titleBar.activeBackground#2b2b3a
  • titleBar.activeForeground#ffebc2
  • titleBar.inactiveBackground#1e1e2f
  • titleBar.inactiveForeground#9999aa

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#777799italic
string, string.quoted, string.template#ffb74d
keyword, storage.type, storage.modifier#ff3b30bold
keyword.operator, punctuation.accessor#ff7f7f
variable, variable.other#e0e0e0
variable.parameter#c9c9ffitalic
entity.name.function, support.function#8bc34a
meta.function-call#cddc39
entity.name.class, entity.name.type.class, support.class#ffebc2bold
entity.name.type, support.type#3b8beb
entity.name.type.interface#82b1ffitalic
constant.numeric#00bcd4
constant, constant.language, constant.character#e91e63
constant.language.boolean#ffb74dbold
variable.other.property, support.variable.property#ff7f7f
meta.object-literal.key#ff3b30
entity.name.tag, punctuation.definition.tag#ff3b30
entity.other.attribute-name#ffb74ditalic
punctuation, meta.brace#c9c9ff
string.regexp#cddc39
constant.character.escape#e91e63
meta.decorator, punctuation.decorator#82b1ff
invalid, invalid.illegal#ff6e40strikethrough
markup.heading, entity.name.section#ffb74dbold
markup.bold#ffb74dbold
markup.italic#ff7f7fitalic
markup.underline.link#8bc34a
markup.inline.raw, markup.fenced_code#ff3b30
support.type.property-name.json#ffebc2
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#ffb74d
support.type.property-name.css#e0e0e0
support.constant.property-value.css#8bc34a