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#272822
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#f92672
  • dropdown.background#3e3d32
  • dropdown.border#75715e
  • editor.background#272822
  • editor.foreground#f8f8f2
  • editorError.foreground#f92672
  • editorGroupHeader.tabsBackground#1d1e19
  • editorGutter.addedBackground#a6e22e
  • editorGutter.background#272822
  • editorGutter.deletedBackground#f92672
  • editorGutter.modifiedBackground#fd971f
  • editorHint.foreground#a6e22e
  • editorHoverWidget.background#3e3d32
  • editorHoverWidget.border#75715e
  • editorInfo.foreground#66d9ef
  • editorOverviewRuler.bracketMatchForeground#f92672
  • editorOverviewRuler.commonContentForeground#75715e
  • editorOverviewRuler.currentContentForeground#66d9ef
  • editorOverviewRuler.errorForeground#f92672
  • editorOverviewRuler.incomingContentForeground#fd971f
  • editorOverviewRuler.infoForeground#66d9ef
  • editorOverviewRuler.warningForeground#fd971f
  • editorSuggestWidget.background#3e3d32
  • editorSuggestWidget.border#75715e
  • editorSuggestWidget.selectedBackground#49483e
  • editorWarning.foreground#fd971f
  • editorWhitespace.foreground#3b3a32
  • menu.border#75715e
  • panel.background#1d1e19
  • peekView.border#f92672
  • peekViewEditor.background#1d1e19
  • peekViewEditor.matchHighlightBackground#f92672
  • peekViewTitle.background#3e3d32
  • quickInput.background#3e3d32
  • quickInputTitle.background#3e3d32
  • sideBar.background#1d1e19
  • sideBarSectionHeader.background#3e3d32
  • sideBarTitle.foreground#f8f8f2
  • statusBar.background#f92672
  • statusBar.foreground#ffffff
  • tab.activeBackground#272822
  • tab.border#3e3d32
  • tab.inactiveBackground#1d1e19
  • titleBar.activeBackground#1d1e19

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#75715eitalic
variable, string constant.other.placeholder#f8f8f2
keyword, storage.type, storage.modifier#f92672
string, string.quoted#e6db74
constant.numeric#ae81ff
entity.name.function, support.function#a6e22e
entity.name.class, entity.name.type#a6e22e
constant.language, constant.other#66d9ef
keyword.operator#f92672
punctuation.separator, punctuation.terminator#f8f8f2