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#ff2121
  • activityBar.background#111118
  • activityBar.foreground#ff4c4c
  • activityBarBadge.background#ff2121
  • activityBarBadge.foreground#0b0b0f
  • badge.background#ff6b6b
  • badge.foreground#0b0b0f
  • button.background#b71c1c
  • button.foreground#ffffff
  • button.hoverBackground#ff2121
  • dropdown.background#111118
  • dropdown.border#444754
  • dropdown.foreground#e1e3e8
  • editor.background#0b0b0f
  • editor.findMatchBackground#ff212440
  • editor.findMatchHighlightBackground#ff212420
  • editor.foreground#e1e3e8
  • editor.lineHighlightBackground#ff212420
  • editor.lineHighlightBorder#ff212480
  • editor.selectionBackground#ff4c4c60
  • editor.selectionHighlightBackground#ff4c4c40
  • editorBracketMatch.background#ff212433
  • editorBracketMatch.border#ff6b6b
  • editorCursor.foreground#ff6b6b
  • editorGroupHeader.tabsBackground#0b0b0f
  • editorIndentGuide.activeBackground#ff6b6b88
  • editorIndentGuide.background#44475444
  • editorLineNumber.activeForeground#ff6b6b
  • editorLineNumber.foreground#777a85
  • editorWhitespace.foreground#444754
  • focusBorder#ff6b6b
  • gitDecoration.conflictingResourceForeground#ffd54f
  • gitDecoration.deletedResourceForeground#b71c1c
  • gitDecoration.modifiedResourceForeground#ff6b6b
  • gitDecoration.untrackedResourceForeground#81c784
  • input.background#111118
  • input.border#444754
  • input.foreground#e1e3e8
  • input.placeholderForeground#777a85
  • inputOption.activeBorder#ff2121
  • list.activeSelectionBackground#ff212440
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#ff212440
  • list.highlightForeground#ff6b6b
  • list.hoverBackground#ff212420
  • minimap.background#0b0b0f
  • minimapSlider.activeBackground#ff6b6b88
  • minimapSlider.background#777a8522
  • minimapSlider.hoverBackground#777a8544
  • panel.background#0b0b0f
  • panel.border#200000
  • panelTitle.activeBorder#ff2121
  • panelTitle.activeForeground#ff6b6b
  • panelTitle.inactiveForeground#777a85
  • scrollbar.shadow#0b0b0f44
  • scrollbarSlider.activeBackground#ff6b6b88
  • scrollbarSlider.background#44475444
  • scrollbarSlider.hoverBackground#777a8588
  • sideBar.background#0a0a0d
  • sideBar.foreground#c5c7d0
  • sideBarSectionHeader.background#0c0c10
  • sideBarSectionHeader.foreground#ff2121
  • sideBarTitle.foreground#ff4c4c
  • statusBar.background#200000
  • statusBar.debuggingBackground#b71c1c
  • statusBar.foreground#ff6b6b
  • statusBar.noFolderBackground#111118
  • statusBarItem.hoverBackground#ff2121aa
  • tab.activeBackground#111118
  • tab.activeBorder#ff2121
  • tab.activeForeground#ff6b6b
  • tab.border#0b0b0f
  • tab.inactiveBackground#0a0a0d
  • tab.inactiveForeground#777a85
  • terminal.ansiBlue#5c9eea
  • terminal.ansiBrightBlue#81d4fa
  • terminal.ansiBrightCyan#26c6da
  • terminal.ansiBrightGreen#a5d6a7
  • terminal.ansiBrightMagenta#f48fb1
  • terminal.ansiBrightRed#ff8a80
  • terminal.ansiBrightYellow#fff176
  • terminal.ansiCyan#4dd0e1
  • terminal.ansiGreen#81c784
  • terminal.ansiMagenta#e57373
  • terminal.ansiRed#ff6b6b
  • terminal.ansiYellow#ffd54f
  • terminal.background#0b0b0f
  • terminal.foreground#e1e3e8
  • titleBar.activeBackground#111118
  • titleBar.activeForeground#e1e3e8
  • titleBar.inactiveBackground#0c0c10
  • titleBar.inactiveForeground#777a85

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#555555italic
string, string.quoted, string.template#FF5252—
keyword, storage.type, storage.modifier#FF1744bold
keyword.operator, punctuation.accessor#FF5252—
variable, variable.other#E0E0E0—
variable.parameter#FF5252italic
entity.name.function, support.function#FF1744—
meta.function-call#FF5252—
entity.name.class, entity.name.type.class, support.class#FF1744bold
entity.name.type, support.type#FF5252—
entity.name.type.interface#FF5252italic
constant.numeric#FF5252—
constant, constant.language, constant.character#FF5252—
constant.language.boolean#FF1744bold
variable.other.property, support.variable.property#E0E0E0—
meta.object-literal.key#FF5252—
entity.name.tag, punctuation.definition.tag#FF1744—
entity.other.attribute-name#FF5252italic
punctuation, meta.brace#E0E0E0—
string.regexp#FF5252—
constant.character.escape#FF5252—
meta.decorator, punctuation.decorator#FF1744—
invalid, invalid.illegal#B71C1Cstrikethrough
markup.heading, entity.name.section#FF1744bold
markup.bold#FF5252bold
markup.italic#FF5252italic
markup.underline.link#FF1744—
markup.inline.raw, markup.fenced_code#FF5252—
support.type.property-name.json#FF1744—
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css#FF5252—
support.type.property-name.css#FF1744—
support.constant.property-value.css#FF5252—