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#0C111F
  • activityBar.border#0C111F
  • activityBar.foreground#E3E7F0
  • activityBar.inactiveForeground#636B7D
  • activityBarBadge.background#E3C46A
  • activityBarBadge.foreground#050812
  • badge.background#E3C46A
  • badge.foreground#050812
  • button.background#E3C46A
  • button.foreground#050812
  • button.hoverBackground#C9AE5D
  • button.secondaryBackground#191F31
  • button.secondaryForeground#E3E7F0
  • contrastBorder#191F31
  • dropdown.background#050812
  • dropdown.border#191F31
  • editor.background#050812
  • editor.findMatchBackground#FFB06070
  • editor.findMatchHighlightBackground#FFB06040
  • editor.foreground#E3E7F0
  • editor.inactiveSelectionBackground#1F294430
  • editor.lineHighlightBackground#0C111F
  • editor.selectionBackground#1F29445A
  • editor.selectionHighlightBackground#1F29443A
  • editor.wordHighlightBackground#FFB06033
  • editorBracketMatch.background#1F29443A
  • editorBracketMatch.border#E3C46A
  • editorCursor.foreground#FFD27A
  • editorGroup.border#191F31
  • editorGroupHeader.tabsBackground#050812
  • editorGutter.addedBackground#4D8F74
  • editorGutter.deletedBackground#C36A64
  • editorGutter.modifiedBackground#2E567C
  • editorHoverWidget.background#0C111F
  • editorHoverWidget.border#191F31
  • editorIndentGuide.activeBackground1#394156
  • editorIndentGuide.background1#191F31
  • editorLineNumber.activeForeground#E3C46A
  • editorLineNumber.foreground#394156
  • editorRuler.foreground#191F31
  • editorSuggestWidget.background#0C111F
  • editorSuggestWidget.border#191F31
  • editorSuggestWidget.selectedBackground#1F294440
  • editorWhitespace.foreground#191F31
  • editorWidget.background#0C111F
  • editorWidget.border#191F31
  • extensionButton.prominentBackground#E3C46A
  • extensionButton.prominentHoverBackground#C9AE5D
  • focusBorder#E3C46A
  • foreground#E3E7F0
  • input.background#050812
  • input.border#191F31
  • input.foreground#E3E7F0
  • input.placeholderForeground#636B7D
  • list.activeSelectionBackground#191F31
  • list.activeSelectionForeground#E3E7F0
  • list.highlightForeground#E3C46A
  • list.hoverBackground#0C111F
  • list.inactiveSelectionBackground#0C111F
  • notificationCenterHeader.background#0C111F
  • notifications.background#0C111F
  • notifications.border#191F31
  • notifications.foreground#E3E7F0
  • panel.background#050812
  • panel.border#191F31
  • panelTitle.activeForeground#E3E7F0
  • panelTitle.inactiveForeground#ADB4C5
  • peekView.border#E3C46A
  • peekViewEditor.background#050812
  • peekViewResult.background#0C111F
  • progressBar.background#E3C46A
  • scrollbarSlider.activeBackground#E3C46A80
  • scrollbarSlider.background#191F3170
  • scrollbarSlider.hoverBackground#191F31A0
  • sideBar.background#050812
  • sideBar.border#191F31
  • sideBar.foreground#ADB4C5
  • sideBarSectionHeader.background#0C111F
  • sideBarSectionHeader.foreground#E3E7F0
  • sideBarTitle.foreground#E3E7F0
  • statusBar.background#182133
  • statusBar.debuggingBackground#C36A64
  • statusBar.foreground#E3E7F0
  • statusBar.noFolderBackground#182133
  • statusBarItem.hoverBackground#27324A
  • tab.activeBackground#050812
  • tab.activeBorderTop#E3C46A
  • tab.activeForeground#E3E7F0
  • tab.border#191F31
  • tab.inactiveBackground#0C111F
  • tab.inactiveForeground#ADB4C5
  • terminal.ansiBlack#0C111F
  • terminal.ansiBlue#2E567C
  • terminal.ansiBrightBlack#394156
  • terminal.ansiBrightBlue#4A719A
  • terminal.ansiBrightCyan#6AA2AD
  • terminal.ansiBrightGreen#68A88C
  • terminal.ansiBrightMagenta#B489B3
  • terminal.ansiBrightRed#D98378
  • terminal.ansiBrightWhite#E3E7F0
  • terminal.ansiBrightYellow#F1D986
  • terminal.ansiCyan#4C8690
  • terminal.ansiGreen#4D8F74
  • terminal.ansiMagenta#9A6D9F
  • terminal.ansiRed#C36A64
  • terminal.ansiWhite#ADB4C5
  • terminal.ansiYellow#E3C46A
  • terminal.background#050812
  • terminal.foreground#E3E7F0
  • titleBar.activeBackground#040610
  • titleBar.activeForeground#E3E7F0
  • titleBar.inactiveBackground#040610
  • titleBar.inactiveForeground#636B7D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#E3E7F0
comment, punctuation.definition.comment#636B7Ditalic
keyword, keyword.control, storage.type, storage.modifier#E3E7F0bold
string, string.quoted#FFB060
constant.numeric, constant.language, constant.character#4C8690
entity.name.function, support.function, meta.function-call#E3E7F0bold
variable, variable.parameter#E3E7F0
entity.name.type, entity.name.class, support.class, support.type#B2A0D1italic
entity.name.tag#4D8F74
entity.other.attribute-name#E3C46A
keyword.operator, punctuation#858EA0
variable.other.property, meta.object-literal.key#6AA2AD
markup.heading#E3E7F0bold
markup.boldbold
markup.italicitalic
invalid, invalid.illegal#C36A64