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#0D1017
  • activityBar.border#232C3E
  • activityBar.foreground#8AB4F8
  • activityBar.inactiveForeground#4B5871
  • activityBarBadge.background#8AB4F8
  • activityBarBadge.foreground#0D1017
  • badge.background#8AB4F8
  • badge.foreground#0D1017
  • breadcrumb.focusForeground#E0E5EB
  • breadcrumb.foreground#798DA9
  • button.background#8AB4F8
  • button.foreground#0D1017
  • button.hoverBackground#BAD3FB
  • diffEditor.insertedTextBackground#7EC8A91A
  • diffEditor.removedTextBackground#F085851A
  • dropdown.background#0D1017
  • dropdown.border#232C3E
  • dropdown.foreground#E0E5EB
  • editor.background#11151D
  • editor.foreground#E0E5EB
  • editor.lineHighlightBackground#14192499
  • editor.selectionBackground#232C3E99
  • editor.selectionHighlightBackground#232C3E66
  • editor.wordHighlightBackground#232C3E66
  • editorBracketMatch.background#232C3E
  • editorBracketMatch.border#8AB4F8
  • editorCursor.foreground#8AB4F8
  • editorError.foreground#F08585
  • editorGroupHeader.tabsBackground#141924
  • editorGroupHeader.tabsBorder#232C3E
  • editorHoverWidget.background#141924
  • editorHoverWidget.border#232C3E
  • editorIndentGuide.activeBackground1#353E50
  • editorIndentGuide.background1#181E2A
  • editorInfo.foreground#A9C7FF
  • editorLineNumber.activeForeground#8AB4F8
  • editorLineNumber.foreground#3F4A5F
  • editorRuler.foreground#181E2A
  • editorSuggestWidget.background#141924
  • editorSuggestWidget.selectedBackground#232C3E
  • editorWarning.foreground#F0A868
  • editorWhitespace.foreground#1D2534
  • editorWidget.background#141924
  • editorWidget.border#232C3E
  • focusBorder#3F4A5F
  • foreground#BEC7D5
  • gitDecoration.addedResourceForeground#7EC8A9
  • gitDecoration.deletedResourceForeground#F08585
  • gitDecoration.ignoredResourceForeground#4B5871
  • gitDecoration.modifiedResourceForeground#F0A868
  • gitDecoration.untrackedResourceForeground#7EC8A9
  • input.background#0D1017
  • input.border#232C3E
  • input.foreground#E0E5EB
  • inputOption.activeBorder#8AB4F8
  • list.activeSelectionBackground#232C3E
  • list.activeSelectionForeground#E0E5EB
  • list.highlightForeground#8AB4F8
  • list.hoverBackground#181E2A
  • list.inactiveSelectionBackground#181E2A
  • menu.background#141924
  • menu.foreground#E0E5EB
  • menubar.selectionBackground#232C3E
  • minimap.background#11151D
  • notifications.background#141924
  • notifications.border#232C3E
  • panel.background#141924
  • panel.border#232C3E
  • panelTitle.activeForeground#E0E5EB
  • panelTitle.inactiveForeground#798DA9
  • peekView.border#8AB4F8
  • peekViewEditor.background#0D1017
  • peekViewResult.background#141924
  • scrollbarSlider.activeBackground#3F4A5FCC
  • scrollbarSlider.background#232C3E99
  • scrollbarSlider.hoverBackground#353E50CC
  • selection.background#232C3E
  • sideBar.background#141924
  • sideBar.border#232C3E
  • sideBar.foreground#BEC7D5
  • sideBarSectionHeader.background#0D1017
  • sideBarSectionHeader.foreground#BEC7D5
  • sideBarTitle.foreground#798DA9
  • statusBar.background#0D1017
  • statusBar.border#232C3E
  • statusBar.debuggingBackground#F0A868
  • statusBar.debuggingForeground#0D1017
  • statusBar.foreground#BEC7D5
  • statusBar.noFolderBackground#0D1017
  • tab.activeBackground#11151D
  • tab.activeBorderTop#8AB4F8
  • tab.activeForeground#E0E5EB
  • tab.border#232C3E
  • tab.inactiveBackground#141924
  • tab.inactiveForeground#798DA9
  • terminal.ansiBlack#181E2A
  • terminal.ansiBlue#A9C7FF
  • terminal.ansiBrightBlack#4B5871
  • terminal.ansiBrightBlue#DCE8FF
  • terminal.ansiBrightCyan#A9D8D8
  • terminal.ansiBrightGreen#A2D7C1
  • terminal.ansiBrightMagenta#E2CFF3
  • terminal.ansiBrightRed#F6B2B2
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#BAD3FB
  • terminal.ansiCyan#86C8C8
  • terminal.ansiGreen#7EC8A9
  • terminal.ansiMagenta#C9A7E8
  • terminal.ansiRed#F08585
  • terminal.ansiWhite#E0E5EB
  • terminal.ansiYellow#8AB4F8
  • terminal.background#0D1017
  • terminal.foreground#BEC7D5
  • titleBar.activeBackground#0D1017
  • titleBar.activeForeground#E0E5EB
  • titleBar.border#232C3E
  • titleBar.inactiveBackground#0D1017
  • titleBar.inactiveForeground#798DA9
  • widget.shadow#0000004D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#546783italic
string, string.quoted, punctuation.definition.string#7EC8A9
string.regexp#86C8C8
constant.numeric, constant.language, keyword.other.unit#F0A868
constant.character.escape#C9A7E8
variable, variable.other.readwrite, meta.definition.variable.name#E0E5EB
variable.parameter#BEC7D5
variable.language, variable.other.constant#C9A7E8
keyword, keyword.control, storage, storage.type, storage.modifier#8AB4F8bold
keyword.operator#A8B5C7
entity.name.function, support.function, meta.function-call#A9C7FF
entity.name.class, entity.name.type, support.class, support.type#9FD4D0
entity.name.tag#8AB4F8
entity.other.attribute-name#7EC8A9
support.constant, support.variable#C9A7E8
punctuation, meta.brace#8C9DB5
markup.heading#8AB4F8bold
markup.bold#E0E5EBbold
markup.italic#E0E5EBitalic
markup.inline.raw, markup.raw#7EC8A9
markup.underline.link#A9C7FFunderline
invalid, invalid.illegal#F08585
meta.diff.header, meta.diff.range#A9C7FF
markup.inserted#7EC8A9
markup.deleted#F08585
support.type.property-name.json, support.type.property-name#8AB4F8