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.background#512BD4
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#FFFFFF
  • activityBarBadge.background#FFFFFF
  • activityBarBadge.foreground#512BD4
  • breadcrumb.foreground#000000
  • button.background#512BD4
  • button.foreground#FFFFFF
  • dropdown.background#FFFFFF
  • editor.background#FFFFFF
  • editor.foreground#505050
  • editor.lineHighlightBackground#F1EEFC
  • editor.selectionBackground#F1EEFC
  • editor.selectionHighlightBackground#F1EEFC
  • editorCursor.foreground#512BD4
  • editorGroupHeader.tabsBackground#FFFFFF
  • editorLineNumber.foreground#512BD4
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.foreground#505050
  • editorSuggestWidget.highlightForeground#000000
  • editorSuggestWidget.selectedBackground#E5E5E1
  • focusBorder#512BD4
  • foreground#000000
  • gitDecoration.addedResourceForeground#000000
  • gitDecoration.conflictingResourceForeground#000000
  • gitDecoration.deletedResourceForeground#000000
  • gitDecoration.ignoredResourceForeground#000000
  • gitDecoration.modifiedResourceForeground#000000
  • gitDecoration.stageDeletedResourceForeground#000000
  • gitDecoration.stageModifiedResourceForeground#000000
  • gitDecoration.submoduleResourceForeground#000000
  • gitDecoration.untrackedResourceForeground#000000
  • input.background#FFFFFF
  • input.foreground#512BD4
  • input.placeholderForeground#512BD4
  • list.activeSelectionBackground#7354DD
  • list.activeSelectionForeground#FFFFFF
  • list.dropBackground#7354DD
  • list.focusBackground#FFE5B9
  • list.highlightForeground#7354DD
  • list.hoverBackground#FFE5B9
  • list.hoverForeground#000000
  • list.inactiveSelectionBackground#FFFFFF
  • list.inactiveSelectionForeground#7354DD
  • menu.selectionBackground#512BD4
  • menu.selectionForeground#FFFFFF
  • minimap.selectionHighlight#F1EEFC
  • quickInput.background#FFFFFF
  • quickInput.foreground#000000
  • scrollbarSlider.background#512BD4
  • selection.background#F1EEFC
  • settings.checkboxBackground#F1EEFC
  • settings.dropdownBackground#F1EEFC
  • settings.focusedRowBackground#F1EEFC
  • settings.headerForeground#505050
  • settings.modifiedItemIndicator#512BD4
  • settings.numberInputBackground#F1EEFC
  • settings.textInputBackground#F1EEFC
  • sideBar.background#F1EEFC
  • sideBar.foreground#7354DD
  • sideBarSectionHeader.background#F1EEFC
  • sideBarSectionHeader.foreground#7354DD
  • sideBarTitle.foreground#512BD4
  • statusBar.background#E5E5E1
  • statusBar.foreground#512BD4
  • statusBar.noFolderBackground#512BD4
  • statusBar.noFolderForeground#FFFFFF
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#000000
  • tab.inactiveBackground#FFFFFF
  • tab.inactiveForeground#969696
  • textLink.activeForeground#512BD4
  • textLink.foreground#2B0B98
  • 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
#0064DA
meta.embedded, source.groovy.embedded#0769DC
comment#000000
string#7014e8
constant.numeric#1572E0
constant.language#1572E0
constant.character, constant.other#7354DD
variable
keyword#512BD4
storage#4E24CA
storage.type#797672italic
entity.name.class, entity.name.type, entity.name.namespace, entity.name.scope-resolution#657A3Aunderline
entity.other.inherited-class#496333italic underline
entity.name.function#0D7E98
variable.parameter#4C1DC0italic
entity.name.tag#0B7891
entity.other.attribute-name#460EAC
support.function#33312D
support.constant#56534F
support.type, support.class#6D6A66bold
support.other.variable
invalid#C1443A
invalid.deprecated#C1443A
meta.diff, meta.diff.header#576E37italic
markup.deleted#C1443A
markup.changed#C1443A
markup.inserted#38776B
markup.quote#1570E0
markup.bold, markup.italic#5C39D7
markup.boldbold
markup.italicitalic
markup.inline.raw#000000
punctuation.separator#7354DDbold
markup.heading, markup.heading.setext#0064DAbold

Shiki preview

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

Loading...

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