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.background#141623
  • activityBar.border#1e2133
  • activityBar.foreground#8a96b8
  • activityBar.inactiveForeground#454c6a
  • activityBarBadge.background#7eb5f4
  • activityBarBadge.foreground#141623
  • badge.background#3a5580
  • badge.foreground#dde4f5
  • button.background#3a5580
  • button.foreground#dde4f5
  • button.hoverBackground#4a6898
  • diffEditor.insertedTextBackground#2a4230
  • diffEditor.removedTextBackground#42262a
  • dropdown.background#252a3d
  • dropdown.border#3e4460
  • dropdown.foreground#c5cde8
  • editor.background#1c1f2e
  • editor.findMatchBackground#4a5a3a
  • editor.findMatchHighlightBackground#3a4a2e
  • editor.foreground#c5cde8
  • editor.inactiveSelectionBackground#2d3250
  • editor.lineHighlightBackground#252a3d
  • editor.selectionBackground#3a4263
  • editor.selectionHighlightBackground#2e3550
  • editor.wordHighlightBackground#2d3a52
  • editorBracketHighlight.foreground1#7eb5f4
  • editorBracketHighlight.foreground2#a6cfa4
  • editorBracketHighlight.foreground3#c9a8e8
  • editorBracketMatch.background#3a4263
  • editorBracketMatch.border#5a6888
  • editorCursor.foreground#7eb5f4
  • editorError.foreground#c87878
  • editorGroup.border#1e2133
  • editorGroupHeader.tabsBackground#171a28
  • editorGutter.background#1c1f2e
  • editorHoverWidget.background#252a3d
  • editorHoverWidget.border#3e4460
  • editorIndentGuide.activeBackground#3e4460
  • editorIndentGuide.background#252a3d
  • editorInfo.foreground#7eb5f4
  • editorLineNumber.activeForeground#7b87b8
  • editorLineNumber.foreground#3e4460
  • editorSuggestWidget.background#252a3d
  • editorSuggestWidget.border#3e4460
  • editorSuggestWidget.foreground#c5cde8
  • editorSuggestWidget.highlightForeground#7eb5f4
  • editorSuggestWidget.selectedBackground#2a2f45
  • editorWarning.foreground#c8a87a
  • editorWhitespace.foreground#2e344a
  • editorWidget.background#252a3d
  • editorWidget.border#3e4460
  • focusBorder#3e4460
  • foreground#a0aac8
  • gitDecoration.addedResourceForeground#8cc88e
  • gitDecoration.deletedResourceForeground#c87878
  • gitDecoration.ignoredResourceForeground#454c6a
  • gitDecoration.modifiedResourceForeground#c8b87a
  • gitDecoration.untrackedResourceForeground#8cc88e
  • input.background#252a3d
  • input.border#3e4460
  • input.foreground#c5cde8
  • input.placeholderForeground#555e7a
  • list.activeSelectionBackground#2a2f45
  • list.activeSelectionForeground#c5cde8
  • list.highlightForeground#7eb5f4
  • list.hoverBackground#22263a
  • list.inactiveSelectionBackground#22263a
  • minimap.background#171a28
  • minimap.selectionHighlight#3a4263
  • panel.background#171a28
  • panel.border#1e2133
  • panelTitle.activeBorder#7eb5f4
  • panelTitle.activeForeground#c5cde8
  • panelTitle.inactiveForeground#555e7a
  • quickInput.background#1c1f2e
  • quickInput.foreground#c5cde8
  • scrollbarSlider.activeBackground#3e446080
  • scrollbarSlider.background#3e446030
  • scrollbarSlider.hoverBackground#3e446055
  • sideBar.background#171a28
  • sideBar.border#1e2133
  • sideBar.foreground#a0aac8
  • sideBarSectionHeader.background#171a28
  • sideBarSectionHeader.foreground#7b87b8
  • sideBarTitle.foreground#7b87b8
  • statusBar.background#141623
  • statusBar.border#1e2133
  • statusBar.foreground#7b87b8
  • tab.activeBackground#1c1f2e
  • tab.activeBorderTop#7eb5f4
  • tab.activeForeground#c5cde8
  • tab.border#1e2133
  • tab.inactiveBackground#171a28
  • tab.inactiveForeground#555e7a
  • terminal.ansiBlack#252a3d
  • terminal.ansiBlue#7eb5f4
  • terminal.ansiBrightBlack#454c6a
  • terminal.ansiBrightBlue#96c8f8
  • terminal.ansiBrightCyan#96dfdf
  • terminal.ansiBrightGreen#a4d8a6
  • terminal.ansiBrightMagenta#cab4e8
  • terminal.ansiBrightRed#d89090
  • terminal.ansiBrightWhite#dde4f5
  • terminal.ansiBrightYellow#d8c890
  • terminal.ansiCyan#7ecfcf
  • terminal.ansiGreen#8cc88e
  • terminal.ansiMagenta#b8a0d8
  • terminal.ansiRed#c87878
  • terminal.ansiWhite#c5cde8
  • terminal.ansiYellow#c8b87a
  • terminal.background#171a28
  • terminal.foreground#c5cde8
  • titleBar.activeBackground#141623
  • titleBar.activeForeground#8a96b8
  • titleBar.border#1e2133

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4e566eitalic
string, string.quoted, string.template#9ac89a
constant.character.escape, string.regexp#7ecfcf
constant.numeric#d4a47a
constant.language#c8a0c8
keyword, storage.type, storage.modifier#8aaedeitalic
keyword.operator#7eb5f4
entity.name.function, support.function#7ecfcf
entity.name.type, entity.name.class, entity.name.interface, entity.name.enum, support.class#b8a0d8
variable#c5cde8
variable.parameter#b8c0dcitalic
variable.language.this, variable.language.self#8aaedeitalic
entity.name.tag#8aaede
entity.other.attribute-name#c8b87aitalic
meta.decorator, storage.type.annotation, punctuation.definition.annotation#c8b87aitalic
punctuation#6a7898
support.type.property-name.css#8aaede
support.type.property-name.json#8aaede
invalid#c87878underline