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#2e3440
  • activityBar.foreground#eceff4
  • activityBarBadge.background#5e81ac
  • dropdown.background#3b4252
  • dropdown.border#4c566a
  • editor.background#2e3440
  • editor.foreground#eceff4
  • editorError.foreground#bf616a
  • editorGroupHeader.tabsBackground#242933
  • editorGutter.addedBackground#a3be8c
  • editorGutter.background#2e3440
  • editorGutter.deletedBackground#bf616a
  • editorGutter.modifiedBackground#ebcb8b
  • editorHint.foreground#a3be8c
  • editorHoverWidget.background#3b4252
  • editorHoverWidget.border#4c566a
  • editorInfo.foreground#88c0d0
  • editorOverviewRuler.bracketMatchForeground#5e81ac
  • editorOverviewRuler.commonContentForeground#4c566a
  • editorOverviewRuler.currentContentForeground#88c0d0
  • editorOverviewRuler.errorForeground#bf616a
  • editorOverviewRuler.incomingContentForeground#ebcb8b
  • editorOverviewRuler.infoForeground#88c0d0
  • editorOverviewRuler.warningForeground#ebcb8b
  • editorSuggestWidget.background#3b4252
  • editorSuggestWidget.border#4c566a
  • editorSuggestWidget.selectedBackground#434c5e
  • editorWarning.foreground#ebcb8b
  • editorWhitespace.foreground#4c566a
  • menu.border#4c566a
  • panel.background#242933
  • peekView.border#5e81ac
  • peekViewEditor.background#242933
  • peekViewEditor.matchHighlightBackground#5e81ac
  • peekViewTitle.background#3b4252
  • quickInput.background#3b4252
  • quickInputTitle.background#3b4252
  • sideBar.background#242933
  • sideBarSectionHeader.background#3b4252
  • sideBarTitle.foreground#eceff4
  • statusBar.background#5e81ac
  • statusBar.foreground#eceff4
  • tab.activeBackground#2e3440
  • tab.border#3b4252
  • tab.inactiveBackground#242933
  • titleBar.activeBackground#242933

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4c566aitalic
variable, string constant.other.placeholder#eceff4
keyword, storage.type, storage.modifier#81a1c1
string, string.quoted#a3be8c
constant.numeric#b48ead
entity.name.function, support.function#88c0d0
entity.name.class, entity.name.type#8fbcbb
constant.language, constant.other#81a1c1
keyword.operator#81a1c1
punctuation.separator, punctuation.terminator#eceff4
Webpark by veliessa - VS Code Theme