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#f3f3f3
  • activityBar.foreground#424242
  • activityBarBadge.background#007acc
  • dropdown.background#ffffff
  • dropdown.border#c1c1c1
  • editor.background#ffffff
  • editor.foreground#1e1e1e
  • editorError.foreground#e51400
  • editorGroupHeader.tabsBackground#f3f3f3
  • editorGutter.addedBackground#6a9955
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#f44747
  • editorGutter.modifiedBackground#d7ba7d
  • editorHint.foreground#007acc
  • editorHoverWidget.background#f3f3f3
  • editorHoverWidget.border#c1c1c1
  • editorInfo.foreground#007acc
  • editorOverviewRuler.bracketMatchForeground#ffd700
  • editorOverviewRuler.commonContentForeground#d4d4d4
  • editorOverviewRuler.currentContentForeground#007acc
  • editorOverviewRuler.errorForeground#e51400
  • editorOverviewRuler.incomingContentForeground#d7ba7d
  • editorOverviewRuler.infoForeground#007acc
  • editorOverviewRuler.warningForeground#ffcc02
  • editorSuggestWidget.background#f3f3f3
  • editorSuggestWidget.border#c1c1c1
  • editorSuggestWidget.selectedBackground#cce8ff
  • editorWarning.foreground#ffcc02
  • editorWhitespace.foreground#d4d4d4
  • menu.border#c1c1c1
  • panel.background#f3f3f3
  • peekView.border#007acc
  • peekViewEditor.background#f3f3f3
  • peekViewEditor.matchHighlightBackground#007acc
  • peekViewTitle.background#ffffff
  • quickInput.background#ffffff
  • quickInputTitle.background#ffffff
  • sideBar.background#f3f3f3
  • sideBarSectionHeader.background#e3e3e3
  • sideBarTitle.foreground#424242
  • statusBar.background#007acc
  • statusBar.foreground#ffffff
  • tab.activeBackground#ffffff
  • tab.border#e3e3e3
  • tab.inactiveBackground#f3f3f3
  • titleBar.activeBackground#dddddd

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#008000italic
variable, string constant.other.placeholder#001080
keyword, storage.type, storage.modifier#0000ff
string, string.quoted#a31515
constant.numeric#098658
entity.name.function, support.function#795e26
entity.name.class, entity.name.type#267f99
constant.language, constant.other#0000ff
keyword.operator#000000
punctuation.separator, punctuation.terminator#000000