Skip to main content
Coding Theme

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#E3E8ED
  • activityBar.border#CDD6DF
  • activityBar.foreground#2A5A8A
  • activityBar.inactiveForeground#96A2B0
  • activityBarBadge.background#2A5A8A
  • activityBarBadge.foreground#E3E8ED
  • badge.background#2A5A8A
  • badge.foreground#E3E8ED
  • breadcrumb.focusForeground#1F252D
  • breadcrumb.foreground#5E7087
  • button.background#2A5A8A
  • button.foreground#E3E8ED
  • button.hoverBackground#1E4063
  • diffEditor.insertedTextBackground#1E6E481A
  • diffEditor.removedTextBackground#A82E301A
  • dropdown.background#E3E8ED
  • dropdown.border#CDD6DF
  • dropdown.foreground#1F252D
  • editor.background#F6F7F9
  • editor.foreground#1F252D
  • editor.lineHighlightBackground#ECEFF399
  • editor.selectionBackground#CDD6DF99
  • editor.selectionHighlightBackground#CDD6DF66
  • editor.wordHighlightBackground#CDD6DF66
  • editorBracketMatch.background#CDD6DF
  • editorBracketMatch.border#2A5A8A
  • editorCursor.foreground#2A5A8A
  • editorError.foreground#A82E30
  • editorGroupHeader.tabsBackground#ECEFF3
  • editorGroupHeader.tabsBorder#CDD6DF
  • editorHoverWidget.background#ECEFF3
  • editorHoverWidget.border#CDD6DF
  • editorIndentGuide.activeBackground1#C5CCD3
  • editorIndentGuide.background1#E6EAEF
  • editorInfo.foreground#24508E
  • editorLineNumber.activeForeground#2A5A8A
  • editorLineNumber.foreground#AEB7C2
  • editorRuler.foreground#E6EAEF
  • editorSuggestWidget.background#ECEFF3
  • editorSuggestWidget.selectedBackground#CDD6DF
  • editorWarning.foreground#8A4A20
  • editorWhitespace.foreground#DDE3E9
  • editorWidget.background#ECEFF3
  • editorWidget.border#CDD6DF
  • focusBorder#AEB7C2
  • foreground#384351
  • gitDecoration.addedResourceForeground#1E6E48
  • gitDecoration.deletedResourceForeground#A82E30
  • gitDecoration.ignoredResourceForeground#96A2B0
  • gitDecoration.modifiedResourceForeground#8A4A20
  • gitDecoration.untrackedResourceForeground#1E6E48
  • input.background#E3E8ED
  • input.border#CDD6DF
  • input.foreground#1F252D
  • inputOption.activeBorder#2A5A8A
  • list.activeSelectionBackground#CDD6DF
  • list.activeSelectionForeground#1F252D
  • list.highlightForeground#2A5A8A
  • list.hoverBackground#E6EAEF
  • list.inactiveSelectionBackground#E6EAEF
  • menu.background#ECEFF3
  • menu.foreground#1F252D
  • menubar.selectionBackground#CDD6DF
  • minimap.background#F6F7F9
  • notifications.background#ECEFF3
  • notifications.border#CDD6DF
  • panel.background#ECEFF3
  • panel.border#CDD6DF
  • panelTitle.activeForeground#1F252D
  • panelTitle.inactiveForeground#5E7087
  • peekView.border#2A5A8A
  • peekViewEditor.background#E3E8ED
  • peekViewResult.background#ECEFF3
  • scrollbarSlider.activeBackground#AEB7C2CC
  • scrollbarSlider.background#CDD6DF99
  • scrollbarSlider.hoverBackground#C5CCD3CC
  • selection.background#CDD6DF
  • sideBar.background#ECEFF3
  • sideBar.border#CDD6DF
  • sideBar.foreground#384351
  • sideBarSectionHeader.background#E3E8ED
  • sideBarSectionHeader.foreground#384351
  • sideBarTitle.foreground#5E7087
  • statusBar.background#E3E8ED
  • statusBar.border#CDD6DF
  • statusBar.debuggingBackground#8A4A20
  • statusBar.debuggingForeground#E3E8ED
  • statusBar.foreground#384351
  • statusBar.noFolderBackground#E3E8ED
  • tab.activeBackground#F6F7F9
  • tab.activeBorderTop#2A5A8A
  • tab.activeForeground#1F252D
  • tab.border#CDD6DF
  • tab.inactiveBackground#ECEFF3
  • tab.inactiveForeground#5E7087
  • terminal.ansiBlack#E6EAEF
  • terminal.ansiBlue#24508E
  • terminal.ansiBrightBlack#96A2B0
  • terminal.ansiBrightBlue#1A3965
  • terminal.ansiBrightCyan#103B3D
  • terminal.ansiBrightGreen#13462E
  • terminal.ansiBrightMagenta#502A5D
  • terminal.ansiBrightRed#802325
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#1E4063
  • terminal.ansiCyan#1A6266
  • terminal.ansiGreen#1E6E48
  • terminal.ansiMagenta#6E3A80
  • terminal.ansiRed#A82E30
  • terminal.ansiWhite#1F252D
  • terminal.ansiYellow#2A5A8A
  • terminal.background#E3E8ED
  • terminal.foreground#384351
  • titleBar.activeBackground#E3E8ED
  • titleBar.activeForeground#1F252D
  • titleBar.border#CDD6DF
  • titleBar.inactiveBackground#E3E8ED
  • titleBar.inactiveForeground#5E7087
  • widget.shadow#FFFFFF4D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6F829Bitalic
string, string.quoted, punctuation.definition.string#1E6E48
string.regexp#1A6266
constant.numeric, constant.language, keyword.other.unit#8A4A20
constant.character.escape#6E3A80
variable, variable.other.readwrite, meta.definition.variable.name#1F252D
variable.parameter#384351
variable.language, variable.other.constant#6E3A80
keyword, keyword.control, storage, storage.type, storage.modifier#2A5A8Abold
keyword.operator#455263
entity.name.function, support.function, meta.function-call#24508E
entity.name.class, entity.name.type, support.class, support.type#3A5A6E
entity.name.tag#2A5A8A
entity.other.attribute-name#1E6E48
support.constant, support.variable#6E3A80
punctuation, meta.brace#546478
markup.heading#2A5A8Abold
markup.bold#1F252Dbold
markup.italic#1F252Ditalic
markup.inline.raw, markup.raw#1E6E48
markup.underline.link#24508Eunderline
invalid, invalid.illegal#A82E30
meta.diff.header, meta.diff.range#24508E
markup.inserted#1E6E48
markup.deleted#A82E30
support.type.property-name.json, support.type.property-name#2A5A8A