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#fff
  • activityBar.border#fff
  • activityBar.foreground#fadb3f
  • activityBar.inactiveForeground#505050
  • activityBarBadge.background#fadb3f
  • activityBarBadge.foreground#000
  • badge.background#fff
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#e10000a1
  • breadcrumb.background#fff
  • breadcrumb.focusForeground#e10000d5
  • breadcrumb.foreground#a8a8a8
  • breadcrumbPicker.background#fff
  • button.background#12122c
  • button.hoverBackground#2b2b5a
  • debugToolBar.background#191936
  • debugToolBar.border#191936
  • diffEditor.insertedTextBackground#1eff0013
  • diffEditor.removedTextBackground#ff027822
  • dropdown.background#fff
  • dropdown.border#999999
  • editor.background#fff
  • editor.foreground#fadb3f
  • editor.selectionBackground#00c3ff3a
  • editorGroupHeader.tabsBackground#fff
  • focusBorder#223344
  • gitDecoration.addedResourceForeground#fadb3f
  • gitDecoration.conflictingResourceForeground#ff62b1
  • gitDecoration.ignoredResourceForeground#31cfff
  • gitDecoration.modifiedResourceForeground#ba66ff
  • gitDecoration.untrackedResourceForeground#4bf53c
  • icon.foreground#ffffff
  • input.background#fff
  • input.border#fadb3f
  • input.foreground#000
  • input.placeholderForeground#7d7d7dd0
  • list.activeSelectionBackground#fadb3f
  • list.activeSelectionForeground#000
  • list.dropBackground#a183d333
  • list.errorForeground#ca0d36
  • list.hoverBackground#2c145f7a
  • menu.background#000000
  • menu.foreground#fff
  • panel.background#fff
  • panel.border#fadb3f
  • panelSection.dropBackground#fff
  • panelSectionHeader.background#fff
  • panelTitle.activeBorder#fadb3f
  • panelTitle.activeForeground#000
  • peekView.border#0000ff
  • peekViewEditor.background#000033
  • peekViewEditorGutter.background#00074b
  • peekViewResult.background#090b13
  • peekViewResult.fileForeground#7998fd
  • peekViewTitle.background#1a1a58
  • progressBar.background#ff5500
  • sideBar.background#fff
  • sideBar.border#fadb3f
  • sideBar.foreground#b4b4b4
  • sideBarSectionHeader.background#fadb3f
  • sideBarSectionHeader.border#888888
  • sideBarSectionHeader.foreground#000
  • sideBarTitle.foreground#fadb3f
  • statusBar.background#fadb3f
  • statusBar.border#080808
  • statusBar.debuggingBackground#292949
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#000
  • statusBar.noFolderBackground#fadb3f
  • statusBarItem.activeBackground#2c2c62
  • statusBarItem.remoteBackground#312915
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#fff
  • tab.activeBorder#fadb3f
  • tab.activeForeground#e0e0e0
  • tab.border#fff
  • tab.hoverBackground#303030
  • tab.hoverForeground#ffffff
  • tab.inactiveBackground#fff
  • tab.inactiveForeground#969696
  • tab.inactiveModifiedBorder#ffcc00
  • terminal.background#fff
  • terminal.border#fadb3f
  • textLink.activeForeground#fffee6
  • textLink.foreground#fadb3f
  • titleBar.activeBackground#fadb3f
  • titleBar.activeForeground#000
  • titleBar.border#000000
  • titleBar.inactiveBackground#fadb3f
  • titleBar.inactiveForeground#000
  • tree.indentGuidesStroke#808080
  • welcomePage.background#fff
  • welcomePage.buttonBackground#fadb3f
  • welcomePage.buttonHoverBackground#ff0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#F8F8F2—
meta.embedded, source.groovy.embedded#F8F8F2—
comment#88846f—
string#E6DB74—
punctuation.definition.template-expression, punctuation.section.embedded#F92672—
meta.template.expression#F8F8F2—
constant.numeric#AE81FF—
constant.language#AE81FF—
constant.character, constant.other#AE81FF—
variable#F8F8F2
keyword#F92672—
storage#F92672
storage.type#66D9EF
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution#A6E22Eunderline
entity.other.inherited-class#A6E22E underline
entity.name.function#A6E22E
variable.parameter#FD971F
entity.name.tag#F92672
entity.other.attribute-name#A6E22E
support.function#66D9EF
support.constant#66D9EF
support.type, support.class#fadb3f
support.other.variable—
invalid#F44747
invalid.deprecated#F44747—
meta.structure.dictionary.json string.quoted.double.json#CFCFC2—
meta.diff, meta.diff.header#75715E—
markup.deleted#F92672—
markup.inserted#A6E22E—
markup.changed#E6DB74—
constant.numeric.line-number.find-in-files - match#AE81FFA0—
entity.name.filename.find-in-files#E6DB74—
markup.quote#F92672—
markup.list#E6DB74—
markup.bold, markup. #66D9EF—
markup.inline.raw#FD971F
markup.heading#A6E22E—
markup.heading.setext#A6E22Ebold
markup.heading.markdown—bold
markup.quote.markdown#75715E
markup.bold.markdown—bold
string.other.link.title.markdown,string.other.link.description.markdown#AE81FF—
markup.underline.link.markdown,markup.underline.link.image.markdown#E6DB74—
markup. .markdown—
markup.strikethrough—strikethrough
markup.list.unnumbered.markdown, markup.list.numbered.markdown#f8f8f2—
punctuation.definition.list.begin.markdown#A6E22E—
token.info-token#6796e6—
token.warn-token#cd9731—
token.error-token#f44747—
token.debug-token#b267e6—
variable.language#FD971F—