Skip to main content
CodingTheme

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.activeBackground#512BD4
  • activityBar.background#512BD4
  • activityBar.foreground#E5E5E1
  • activityBar.inactiveForeground#E5E5E1
  • activityBarBadge.background#E5E5E1
  • activityBarBadge.foreground#512BD4
  • breadcrumb.foreground#FFFFFF
  • button.background#512BD4
  • button.foreground#FFFFFF
  • dropdown.background#1e1e1e
  • dropdown.foreground#FFFFFF
  • editor.background#1e1e1e
  • editor.foreground#E5E5E1
  • editor.lineHighlightBackground#28272d
  • editor.selectionBackground#28272d
  • editor.selectionHighlightBackground#28272d
  • editorCursor.foreground#FFFFFF
  • editorGroupHeader.tabsBackground#1e1e1e
  • editorLineNumber.foreground#F7B548
  • editorSuggestWidget.background#1e1e1e
  • editorSuggestWidget.foreground#FFFFFF
  • editorSuggestWidget.selectedBackground#512BD4
  • focusBorder#512BD4
  • foreground#E5E5E1
  • gitDecoration.addedResourceForeground#FFFFFF
  • gitDecoration.conflictingResourceForeground#FFFFFF
  • gitDecoration.deletedResourceForeground#FFFFFF
  • gitDecoration.ignoredResourceForeground#FFFFFF
  • gitDecoration.modifiedResourceForeground#FFFFFF
  • gitDecoration.stageDeletedResourceForeground#FFFFFF
  • gitDecoration.stageModifiedResourceForeground#FFFFFF
  • gitDecoration.submoduleResourceForeground#FFFFFF
  • gitDecoration.untrackedResourceForeground#FFFFFF
  • input.background#1e1e1e
  • input.foreground#FFFFFF
  • input.placeholderForeground#dfd8f7
  • list.activeSelectionBackground#7354DD
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#7354DD
  • list.focusBackground#7354DD
  • list.highlightForeground#FFF6E8
  • list.hoverBackground#A26923
  • list.hoverForeground#FFFFFF
  • list.inactiveSelectionBackground#1e1e1e
  • list.inactiveSelectionForeground#FFFFFF
  • menu.selectionBackground#512BD4
  • menu.selectionForeground#FFFFFF
  • minimap.selectionHighlight#969696
  • quickInput.background#1e1e1e
  • quickInput.foreground#FFFFFF
  • scrollbarSlider.background#512BD4
  • selection.background#512BD4
  • settings.checkboxBackground#28272d
  • settings.dropdownBackground#28272d
  • settings.focusedRowBackground#28272d
  • settings.headerForeground#E5E5E1
  • settings.modifiedItemIndicator#512BD4
  • settings.numberInputBackground#28272d
  • settings.textInputBackground#28272d
  • sideBar.background#28272d
  • sideBar.foreground#FFFFFF
  • sideBarSectionHeader.background#28272d
  • sideBarSectionHeader.foreground#FFFFFF
  • sideBarTitle.foreground#FFFFFF
  • statusBar.background#512BD4
  • statusBar.foreground#dfd8f7
  • statusBar.noFolderBackground#512BD4
  • statusBar.noFolderForeground#FFFFFF
  • tab.activeBackground#1e1e1e
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#1e1e1e
  • tab.inactiveForeground#969696
  • textLink.activeForeground#F7B548
  • textLink.foreground#FFFFFF
  • titleBar.activeBackground#512BD4
  • titleBar.activeForeground#FFFFFF
  • titleBar.inactiveBackground#512BD4
  • titleBar.inactiveForeground#969696
  • window.activeBorder#512BD4
  • window.inactiveBorder#505050

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#72ACF1
meta.embedded, source.groovy.embedded#72ACF1
comment#FFFFFF
string#dfd8f7
constant.numeric#f7B548
constant.language#f7B548
constant.character, constant.other#2bc2d1
variable
keyword#72ACF1
storage#72ACF1
storage.type#A7CBF6italic
entity.name.class, entity.name.type, entity.name.namespace, entity.name.scope-resolution#FFE5B9underline
entity.other.inherited-class#FFD590italic underline
entity.name.function#FFD590
variable.parameter#a7cbf6italic
entity.name.tag#a7cbf6
entity.other.attribute-name#FFD590
support.function#FFFFFF
support.constant#AAAAAA
support.type, support.class#E5E5E1bold
support.other.variable
invalid#ff0000
invalid.deprecated#ffe5b9
meta.diff, meta.diff.header#c3f2f4italic
markup.deleted#dc322f
markup.changed#cb4b16
markup.inserted#2bc2d1
markup.quote#7bddef
markup.bold, markup.italic#7bddef
markup.boldbold
markup.italicitalic
markup.inline.raw#FFFFFF
punctuation.separator#f7B548bold
markup.heading, markup.heading.setext#72ACF1bold

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

.NET Purple Theme by .NET Conf Team - VS Code Theme