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#282a36
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#bd93f9
  • dropdown.background#44475a
  • dropdown.border#6272a4
  • editor.background#282a36
  • editor.foreground#f8f8f2
  • editorError.foreground#ff5555
  • editorGroupHeader.tabsBackground#21222c
  • editorGutter.addedBackground#50fa7b
  • editorGutter.background#282a36
  • editorGutter.deletedBackground#ff5555
  • editorGutter.modifiedBackground#ffb86c
  • editorHint.foreground#50fa7b
  • editorHoverWidget.background#44475a
  • editorHoverWidget.border#6272a4
  • editorInfo.foreground#8be9fd
  • editorOverviewRuler.bracketMatchForeground#bd93f9
  • editorOverviewRuler.commonContentForeground#6272a4
  • editorOverviewRuler.currentContentForeground#8be9fd
  • editorOverviewRuler.errorForeground#ff5555
  • editorOverviewRuler.incomingContentForeground#ffb86c
  • editorOverviewRuler.infoForeground#8be9fd
  • editorOverviewRuler.warningForeground#ffb86c
  • editorSuggestWidget.background#44475a
  • editorSuggestWidget.border#6272a4
  • editorSuggestWidget.selectedBackground#6272a4
  • editorWarning.foreground#ffb86c
  • editorWhitespace.foreground#3b3a32
  • menu.border#6272a4
  • panel.background#21222c
  • peekView.border#bd93f9
  • peekViewEditor.background#21222c
  • peekViewEditor.matchHighlightBackground#bd93f9
  • peekViewTitle.background#44475a
  • quickInput.background#44475a
  • quickInputTitle.background#44475a
  • sideBar.background#21222c
  • sideBarSectionHeader.background#44475a
  • sideBarTitle.foreground#f8f8f2
  • statusBar.background#bd93f9
  • statusBar.foreground#000000
  • tab.activeBackground#282a36
  • tab.border#44475a
  • tab.inactiveBackground#21222c
  • titleBar.activeBackground#21222c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6272a4italic
variable, string constant.other.placeholder#f8f8f2
keyword, storage.type, storage.modifier#ff79c6
string, string.quoted#f1fa8c
constant.numeric#bd93f9
entity.name.function, support.function#50fa7b
entity.name.class, entity.name.type#8be9fd
constant.language, constant.other#bd93f9
keyword.operator#ff79c6
punctuation.separator, punctuation.terminator#f8f8f2
Webpark by veliessa - VS Code Theme