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#111423
  • activityBar.border#28314A
  • activityBar.foreground#DEE4F0
  • activityBar.inactiveForeground#7F88A4
  • activityBarBadge.background#7EA4FF
  • activityBarBadge.foreground#11131C
  • breadcrumb.activeSelectionForeground#DEE4F0
  • breadcrumb.background#151A2A
  • breadcrumb.foreground#8D95AF
  • descriptionForeground#AFB7CC
  • disabledForeground#6E7690
  • dropdown.background#161B2B
  • dropdown.border#28314A
  • dropdown.foreground#DEE4F0
  • editor.background#10131B
  • editor.findMatchBackground#46517E
  • editor.findMatchBorder#6270A4
  • editor.findMatchHighlightBackground#31396088
  • editor.findMatchHighlightBorder#4A5680
  • editor.foreground#DEE4F0
  • editor.hoverHighlightBackground#2B315066
  • editor.lineHighlightBackground#151927
  • editor.rangeHighlightBackground#1C2234
  • editor.selectionBackground#2A3150
  • editor.selectionHighlightBackground#2A315066
  • editor.wordHighlightBackground#38406A44
  • editor.wordHighlightStrongBackground#38406A77
  • editorBracketMatch.background#36416144
  • editorBracketMatch.border#6270A4
  • editorCursor.foreground#C7AAE8
  • editorGutter.addedBackground#648C8B
  • editorGutter.background#10131B
  • editorGutter.deletedBackground#A57182
  • editorGutter.modifiedBackground#657CB7
  • editorIndentGuide.activeBackground1#364161
  • editorIndentGuide.background1#212942
  • editorLineNumber.activeForeground#AFB7CC
  • editorLineNumber.foreground#586078
  • editorLink.activeForeground#7EA4FF
  • editorSuggestWidget.background#161B2B
  • editorSuggestWidget.border#28314A
  • editorSuggestWidget.foreground#DEE4F0
  • editorSuggestWidget.highlightForeground#7EA4FF
  • editorSuggestWidget.selectedBackground#28314A
  • editorWhitespace.foreground#3C445D
  • editorWidget.background#161B2B
  • editorWidget.border#28314A
  • errorForeground#D996A8
  • focusBorder#3A4268
  • foreground#DEE4F0
  • input.background#161B2B
  • input.border#28314A
  • input.foreground#DEE4F0
  • input.placeholderForeground#6E7690
  • inputOption.activeBackground#2A315066
  • inputOption.activeBorder#5B6998
  • list.activeSelectionBackground#28314A
  • list.activeSelectionForeground#E8EDF6
  • list.focusOutline#5B6998
  • list.highlightForeground#7EA4FF
  • list.hoverBackground#21283E
  • list.hoverForeground#DEE4F0
  • list.inactiveSelectionBackground#222A40
  • minimap.background#10131B
  • minimap.selectionHighlight#2A3150AA
  • panel.background#151A2A
  • panel.border#28314A
  • panelTitle.activeBorder#5B6998
  • panelTitle.activeForeground#DEE4F0
  • panelTitle.inactiveForeground#9199B1
  • peekView.border#5B6998
  • peekViewEditor.background#121523
  • peekViewResult.background#151A2A
  • peekViewTitle.background#1A2032
  • scrollbar.shadow#00000000
  • scrollbarSlider.activeBackground#6270A4AA
  • scrollbarSlider.background#36416152
  • scrollbarSlider.hoverBackground#4A568088
  • sideBar.background#151A2A
  • sideBar.border#28314A
  • sideBar.foreground#DEE4F0
  • sideBarSectionHeader.background#1A2032
  • sideBarSectionHeader.border#28314A
  • sideBarSectionHeader.foreground#AFB7CC
  • sideBarTitle.foreground#DEE4F0
  • statusBar.background#151928
  • statusBar.border#28314A
  • statusBar.debuggingBackground#31385B
  • statusBar.debuggingForeground#C7AAE8
  • statusBar.foreground#DEE4F0
  • statusBar.noFolderBackground#151928
  • statusBar.noFolderForeground#DEE4F0
  • tab.activeBackground#151928
  • tab.activeBorderTop#5B6998
  • tab.activeForeground#DEE4F0
  • tab.border#28314A
  • tab.inactiveBackground#111423
  • tab.inactiveForeground#8D95AF
  • terminal.ansiBlack#252B3A
  • terminal.ansiBlue#7EA4FF
  • terminal.ansiBrightBlack#6E7690
  • terminal.ansiBrightBlue#98B5FF
  • terminal.ansiBrightCyan#A1D7E7
  • terminal.ansiBrightGreen#B7D8C3
  • terminal.ansiBrightMagenta#D2BAEE
  • terminal.ansiBrightRed#DEAFBC
  • terminal.ansiBrightWhite#E8EDF6
  • terminal.ansiBrightYellow#DEC79D
  • terminal.ansiCyan#8ECBE1
  • terminal.ansiGreen#A7CCB7
  • terminal.ansiMagenta#C7AAE8
  • terminal.ansiRed#D2A0AF
  • terminal.ansiWhite#DEE4F0
  • terminal.ansiYellow#D5BA8F
  • terminal.background#10131B
  • terminal.foreground#DEE4F0
  • titleBar.activeBackground#141726
  • titleBar.activeForeground#DEE4F0
  • titleBar.border#28314A
  • titleBar.inactiveBackground#121523
  • titleBar.inactiveForeground#8D95AF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6E7690italic
keyword, storage, storage.type, storage.modifier#C7AAE8
string, string.quoted, string.template#A7CCB7
entity.name.function, support.function, meta.function-call, variable.function#7EA4FF
constant.numeric, constant.language.boolean#D5BA8F
entity.name.type, entity.name.class, support.class, support.type#8ECBE1
variable, meta.definition.variable, entity.name.variable#E8EDF6
variable.parameter#D3DBEA
variable.other.property, meta.object-literal.key, support.variable.property#BAC5D9
entity.name.tag, meta.tag#7EA4FF
entity.other.attribute-name.class.css, entity.other.attribute-name.id.css, entity.name.tag.css#8ECBE1
support.type.property-name.json, meta.object-literal.key.json#BAC5D9