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#555555
  • activityBar.foreground#F0E4CF
  • activityBarBadge.background#B279A7
  • activityBarBadge.foreground#494949
  • badge.background#B279A7
  • badge.foreground#494949
  • button.background#555555
  • button.foreground#F0E4CF
  • button.secondaryBackground#494949
  • button.secondaryForeground#F5EDE0
  • checkbox.background#555555
  • checkbox.foreground#F0E4CF
  • descriptionForeground#F0E4CF
  • disabledForeground#F0E4CF80
  • editor.background#404040
  • editor.findMatchBackground#DFC8DA
  • editor.findMatchHighlightBackground#9C6992
  • editor.foreground#F0E4CF
  • editor.lineHighlightBackground#474747
  • editor.selectionBackground#746956
  • editorBracketHighlight.foreground1#6099C0
  • editorBracketHighlight.foreground2#819B69
  • editorBracketHighlight.foreground3#B279A7
  • editorBracketHighlight.foreground4#6099C0
  • editorBracketHighlight.foreground5#819B69
  • editorBracketHighlight.foreground6#B279A7
  • editorBracketHighlight.unexpectedBracket.foreground#E3716E
  • editorCursor.foreground#F3EADB
  • editorError.foreground#E3716E
  • editorGroupHeader.tabsBackground#494949
  • editorGutter.addedBackground#475737
  • editorGutter.deletedBackground#764544
  • editorGutter.modifiedBackground#3D5568
  • editorHint.foreground#B279A7
  • editorHoverWidget.background#505050
  • editorHoverWidget.border#666666
  • editorHoverWidget.foreground#F0E4CF
  • editorIndentGuide.activeBackground#7F7F7Fa0
  • editorIndentGuide.background#7F7F7F50
  • editorInfo.foreground#6099C0
  • editorLineNumber.activeForeground#F0E4CF
  • editorLineNumber.foreground#7F7F7F
  • editorOverviewRuler.addedForeground#475737
  • editorOverviewRuler.deletedForeground#764544
  • editorOverviewRuler.errorForeground#E3716E
  • editorOverviewRuler.findMatchForeground#9C6992
  • editorOverviewRuler.infoForeground#6099C0
  • editorOverviewRuler.modifiedForeground#3D5568
  • editorOverviewRuler.selectionHighlightForeground#746956
  • editorOverviewRuler.warningForeground#B77E64
  • editorRuler.foreground#7F7F7Fa0
  • editorWarning.foreground#B77E64
  • editorWidget.background#494949
  • editorWidget.border#555555
  • editorWidget.foreground#F5EDE0
  • errorForeground#E3716E
  • focusBorder#B279A7
  • foreground#F0E4CF
  • icon.foreground#F0E4CFa0
  • input.background#404040
  • input.foreground#F0E4CF
  • input.placeholderForeground#848484
  • inputOption.activeBorder#B279A7
  • inputValidation.errorBorder#E3716E
  • inputValidation.infoBorder#6099C0
  • inputValidation.warningBorder#B77E64
  • keybindingLabel.background#555555
  • keybindingLabel.border#505050
  • keybindingLabel.bottomBorder#666666
  • keybindingLabel.foreground#F0E4CF
  • list.activeSelectionBackground#666666
  • list.activeSelectionForeground#F0E4CF
  • list.highlightForeground#B279A7
  • list.hoverBackground#66666650
  • list.inactiveSelectionBackground#666666a0
  • minimap.errorHighlight#E3716E
  • minimap.findMatchHighlight#9C6992
  • minimap.selectionHighlight#746956
  • minimap.warningHighlight#B77E64
  • minimapGutter.addedBackground#475737
  • minimapGutter.deletedBackground#764544
  • minimapGutter.modifiedBackground#3D5568
  • notificationCenterHeader.background#494949
  • notificationCenterHeader.foreground#F5EDE0
  • notificationLink.foreground#B279A7
  • notifications.background#404040
  • notifications.foreground#F0E4CF
  • notificationsErrorIcon.foreground#E3716E
  • notificationsInfoIcon.foreground#6099C0
  • notificationsWarningIcon.foreground#B77E64
  • panel.background#404040
  • panel.border#7F7F7Fa0
  • panelTitle.activeBorder#7F7F7Fa0
  • panelTitle.activeForeground#F0E4CF
  • panelTitle.inactiveForeground#F0E4CFa0
  • pickerGroup.border#7F7F7Fa0
  • pickerGroup.foreground#F5EDE0
  • problemsErrorIcon.foreground#E3716E
  • problemsInfoIcon.foreground#6099C0
  • problemsWarningIcon.foreground#B77E64
  • quickInput.background#494949
  • quickInput.foreground#F5EDE0
  • quickInputList.focusBackground#555555
  • quickInputList.focusForeground#F0E4CF
  • scrollbar.shadow#555555
  • scrollbarSlider.activeBackground#777777
  • scrollbarSlider.background#505050
  • scrollbarSlider.hoverBackground#666666
  • selection.background#746956
  • sideBar.background#494949
  • sideBar.foreground#F5EDE0
  • sideBarSectionHeader.background#555555
  • sideBarSectionHeader.foreground#F0E4CF
  • statusBar.background#494949
  • statusBar.debuggingBackground#494949
  • statusBar.foreground#F5EDE0
  • statusBar.noFolderBackground#494949
  • statusBarItem.remoteBackground#555555
  • statusBarItem.remoteForeground#F0E4CF
  • tab.activeBackground#404040
  • tab.activeForeground#F0E4CF
  • tab.border#494949
  • tab.inactiveBackground#555555
  • tab.inactiveForeground#F0E4CFa0
  • terminal.ansiBlack#404040
  • terminal.ansiBlue#6099C0
  • terminal.ansiBrightBlack#625A5B
  • terminal.ansiBrightBlue#61ABDA
  • terminal.ansiBrightCyan#65B8C1
  • terminal.ansiBrightGreen#8BAE68
  • terminal.ansiBrightMagenta#CF86C1
  • terminal.ansiBrightRed#EC8685
  • terminal.ansiBrightWhite#C0AB86
  • terminal.ansiBrightYellow#D68C67
  • terminal.ansiCyan#66A5AD
  • terminal.ansiGreen#819B69
  • terminal.ansiMagenta#B279A7
  • terminal.ansiRed#E3716E
  • terminal.ansiWhite#F0E4CF
  • terminal.ansiYellow#B77E64
  • terminalCursor.background#404040
  • terminalCursor.foreground#F3EADB
  • textLink.activeForeground#B279A7d0
  • textLink.foreground#B279A7
  • widget.shadow#555555
  • window.activeBorder#B279A7
  • window.inactiveBorder#F0E4CF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#848484italic
variable.other.constant, constant, string#BAA681italic
constant.numeric#F0E4CFitalic
constant.language.boolean#F0E4CFitalic
variable.other#D5BE95
entity.name.function#F0E4CF
keyword#DCA2A2bold
keyword.control.directive#FFCDAB
storage.type, storage.modifier, keyword.other.typedef#A8A8A8
punctuation.definition.template-expression#F0F08F
entity.name.tag#F0F08F
support.type.property-name#F0E4CFitalic

Shiki preview

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

Loading...