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#d32f2f
  • activityBar.background#1a1a1a
  • activityBar.foreground#c5c5c5
  • activityBarBadge.background#d32f2f
  • activityBarBadge.foreground#ffffff
  • badge.background#d32f2f
  • badge.foreground#ffffff
  • button.background#d32f2f
  • button.foreground#ffffff
  • button.hoverBackground#e53935
  • dropdown.background#2e2e2e
  • dropdown.border#3c3c3c
  • dropdown.foreground#e0e0e0
  • editor.background#0c0c0c
  • editor.findMatchBackground#ff8a65
  • editor.findMatchHighlightBackground#ff7043
  • editor.foreground#e0e0e0
  • editor.lineHighlightBackground#2e2e2e
  • editor.lineHighlightBorder#3c3c3c
  • editor.selectionBackground#4b4b4b
  • editor.selectionHighlightBackground#3c3c3c
  • editorBracketMatch.background#4b4b4b
  • editorBracketMatch.border#ff8a65
  • editorCursor.foreground#ffcc80
  • editorGroupHeader.tabsBackground#0c0c0c
  • editorIndentGuide.activeBackground#5d5d5d
  • editorIndentGuide.background#3c3c3c
  • editorLineNumber.activeForeground#e0e0e0
  • editorLineNumber.foreground#6a737d
  • editorWhitespace.foreground#3c3c3c
  • focusBorder#d32f2f
  • gitDecoration.conflictingResourceForeground#ef5350
  • gitDecoration.deletedResourceForeground#ff7043
  • gitDecoration.modifiedResourceForeground#ffb74d
  • gitDecoration.untrackedResourceForeground#81d4fa
  • input.background#2e2e2e
  • input.border#3c3c3c
  • input.foreground#e0e0e0
  • input.placeholderForeground#6a737d
  • inputOption.activeBorder#d32f2f
  • list.activeSelectionBackground#3c3c3c
  • list.activeSelectionForeground#e0e0e0
  • list.focusBackground#3c3c3c
  • list.highlightForeground#ff8a65
  • list.hoverBackground#2e2e2e
  • minimap.background#0c0c0c
  • minimapSlider.activeBackground#5d5d5d
  • minimapSlider.background#3c3c3c
  • minimapSlider.hoverBackground#4b4b4b
  • panel.background#1a1a1a
  • panel.border#2e2e2e
  • panelTitle.activeBorder#d32f2f
  • panelTitle.activeForeground#e0e0e0
  • panelTitle.inactiveForeground#c5c5c5
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#5d5d5d
  • scrollbarSlider.background#3c3c3c
  • scrollbarSlider.hoverBackground#4b4b4b
  • sideBar.background#1f1f1f
  • sideBar.foreground#c5c5c5
  • sideBarSectionHeader.background#2e2e2e
  • sideBarSectionHeader.foreground#e0e0e0
  • sideBarTitle.foreground#e0e0e0
  • statusBar.background#2e2e2e
  • statusBar.debuggingBackground#d32f2f
  • statusBar.foreground#e0e0e0
  • statusBar.noFolderBackground#1f1f1f
  • statusBarItem.hoverBackground#3c3c3c
  • tab.activeBackground#0c0c0c
  • tab.activeBorder#d32f2f
  • tab.activeForeground#e0e0e0
  • tab.border#2e2e2e
  • tab.inactiveBackground#1a1a1a
  • tab.inactiveForeground#c5c5c5
  • terminal.ansiBlue#81d4fa
  • terminal.ansiBrightBlue#b3e5fc
  • terminal.ansiBrightCyan#80deea
  • terminal.ansiBrightGreen#c5e1a5
  • terminal.ansiBrightMagenta#ce93d8
  • terminal.ansiBrightRed#ff8a65
  • terminal.ansiBrightYellow#ffecb3
  • terminal.ansiCyan#4dd0e1
  • terminal.ansiGreen#aed581
  • terminal.ansiMagenta#ba68c8
  • terminal.ansiRed#ef5350
  • terminal.ansiYellow#fff176
  • terminal.background#0c0c0c
  • terminal.foreground#e0e0e0
  • titleBar.activeBackground#0c0c0c
  • titleBar.activeForeground#e0e0e0
  • titleBar.inactiveBackground#1a1a1a
  • titleBar.inactiveForeground#c5c5c5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a737ditalic
string, string.quoted, string.template#a5d6a7
keyword, storage.type, storage.modifier#ff8a65bold
keyword.operator, punctuation.accessor#ffcc80
variable, variable.other#e0e0e0
variable.parameter#c5e1a5italic
entity.name.function, support.function#90caf9
meta.function-call#81d4fa
entity.name.class, entity.name.type.class, support.class#ffb74dbold
entity.name.type, support.type#ff8a65
entity.name.type.interface#ffb74ditalic
constant.numeric#f48fb1
constant, constant.language, constant.character#ffb74d
constant.language.boolean#ffab91bold
variable.other.property, support.variable.property#b0bec5
meta.object-literal.key#ffcc80
entity.name.tag, punctuation.definition.tag#ff7043
entity.other.attribute-name#ffab40italic
punctuation, meta.brace#e0e0e0
string.regexp#ce93d8
constant.character.escape#ff7043
meta.decorator, punctuation.decorator#b39ddb
invalid, invalid.illegal#f44336strikethrough
markup.heading, entity.name.section#ffb74dbold
markup.bold#ffb74dbold
markup.italic#80cbc4italic
markup.underline.link#90caf9
markup.inline.raw, markup.fenced_code#ffa726
support.type.property-name.json#ffb74d
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#90caf9
support.type.property-name.css#81c784
support.constant.property-value.css#ffcc80