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#0a0a0a
  • activityBar.foreground#ffffff
  • activityBarBadge.background#007acc
  • dropdown.background#3c3c3c
  • dropdown.border#6a6a6a
  • editor.background#0a0a0a
  • editor.foreground#e6e6e6
  • editorError.foreground#f44747
  • editorGroupHeader.tabsBackground#2d2d30
  • editorGutter.addedBackground#6a9955
  • editorGutter.background#000000
  • editorGutter.deletedBackground#f44747
  • editorGutter.modifiedBackground#d7ba7d
  • editorHint.foreground#4fc1ff
  • editorHoverWidget.background#2d2d30
  • editorHoverWidget.border#6a6a6a
  • editorInfo.foreground#75beff
  • editorLineNumber.activeForeground#e6e6e6
  • editorLineNumber.foreground#888888
  • editorOverviewRuler.bracketMatchForeground#ffd700
  • editorOverviewRuler.commonContentForeground#606060
  • editorOverviewRuler.currentContentForeground#75beff
  • editorOverviewRuler.errorForeground#f44747
  • editorOverviewRuler.incomingContentForeground#d7ba7d
  • editorOverviewRuler.infoForeground#75beff
  • editorOverviewRuler.warningForeground#ffcc02
  • editorSuggestWidget.background#2d2d30
  • editorSuggestWidget.border#6a6a6a
  • editorSuggestWidget.selectedBackground#094771
  • editorWarning.foreground#ffcc02
  • editorWhitespace.foreground#404040
  • menu.border#6a6a6a
  • panel.background#0a0a0a
  • peekView.border#007acc
  • peekViewEditor.background#1e1e1e
  • peekViewEditor.matchHighlightBackground#007acc
  • peekViewTitle.background#3c3c3c
  • quickInput.background#3c3c3c
  • quickInputTitle.background#3c3c3c
  • sideBar.background#1e1e1e
  • sideBarSectionHeader.background#2d2d30
  • sideBarTitle.foreground#cccccc
  • statusBar.background#007acc
  • statusBar.foreground#ffffff
  • tab.activeBackground#1e1e1e
  • tab.border#3c3c3c
  • tab.inactiveBackground#2d2d30
  • titleBar.activeBackground#3c3c3c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a9955italic
variable, string constant.other.placeholder#9cdcfe
keyword, storage.type, storage.modifier#569cd6
string, string.quoted#ce9178
constant.numeric#b5cea8
entity.name.function, support.function#dcdcaa
entity.name.class, entity.name.type#4ec9b0
constant.language, constant.other#569cd6
keyword.operator#d4d4d4
punctuation.separator, punctuation.terminator#d4d4d4