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#f5f5f5
  • activityBar.foreground#8e8e8e
  • activityBarBadge.background#b8d4f0
  • dropdown.background#ffffff
  • dropdown.border#c0c0c0
  • editor.background#fafafa
  • editor.foreground#5a5a5a
  • editorError.foreground#e57373
  • editorGroupHeader.tabsBackground#f0f0f0
  • editorGutter.addedBackground#c8e6c9
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#ffcdd2
  • editorGutter.modifiedBackground#f4d4a8
  • editorHint.foreground#81c784
  • editorHoverWidget.background#f8f8f8
  • editorHoverWidget.border#d0d0d0
  • editorInfo.foreground#64b5f6
  • editorOverviewRuler.bracketMatchForeground#b8d4f0
  • editorOverviewRuler.commonContentForeground#e0e0e0
  • editorOverviewRuler.currentContentForeground#64b5f6
  • editorOverviewRuler.errorForeground#e57373
  • editorOverviewRuler.incomingContentForeground#f4d4a8
  • editorOverviewRuler.infoForeground#64b5f6
  • editorOverviewRuler.warningForeground#ffb74d
  • editorSuggestWidget.background#f8f8f8
  • editorSuggestWidget.border#d0d0d0
  • editorSuggestWidget.selectedBackground#e8f4fd
  • editorWarning.foreground#ffb74d
  • editorWhitespace.foreground#e0e0e0
  • menu.border#c0c0c0
  • panel.background#f0f0f0
  • peekView.border#b8d4f0
  • peekViewEditor.background#f0f0f0
  • peekViewEditor.matchHighlightBackground#b8d4f0
  • peekViewTitle.background#ffffff
  • quickInput.background#ffffff
  • quickInputTitle.background#ffffff
  • sideBar.background#f0f0f0
  • sideBarSectionHeader.background#e8e8e8
  • sideBarTitle.foreground#6b6b6b
  • statusBar.background#b8d4f0
  • statusBar.foreground#4a4a4a
  • tab.activeBackground#fafafa
  • tab.border#d0d0d0
  • tab.inactiveBackground#f0f0f0
  • titleBar.activeBackground#e8e8e8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#a0a0a0italic
variable, string constant.other.placeholder#6b6b6b—
keyword, storage.type, storage.modifier#9575cd—
string, string.quoted#81c784—
constant.numeric#f06292—
entity.name.function, support.function#64b5f6—
entity.name.class, entity.name.type#4db6ac—
constant.language, constant.other#ff8a65—
keyword.operator#8e8e8e—
punctuation.separator, punctuation.terminator#8e8e8e—