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.activeBackground#171015
  • activityBar.activeBorder#645287
  • activityBar.background#171015
  • activityBar.foreground#fffde6
  • activityBar.inactiveForeground#b9b5b8
  • activityBarBadge.background#fc332b
  • activityBarBadge.foreground#fdcb23
  • badge.background#19988b
  • button.background#829bd6
  • button.foreground#fffde6
  • button.hoverBackground#f490c1
  • editor.background#322931
  • editor.foreground#797379
  • editor.lineHighlightBackground#0e4842
  • editor.selectionBackground#5d283c
  • editor.selectionHighlightBackground#4a3f5e
  • editorGroupHeader.tabsBackground#171015
  • editorLineNumber.foreground#b9b5b8
  • editorLink.activeForeground#75f0c3
  • editorWidget.background#171015
  • extensionButton.prominentBackground#0b998c
  • extensionButton.prominentHoverBackground#59c9be
  • focusBorder#171015
  • list.activeSelectionBackground#645287
  • list.focusBackground#645287
  • list.highlightForeground#75f0c3
  • list.hoverBackground#392f4b
  • list.hoverForeground#fffde6
  • list.inactiveSelectionBackground#322931
  • minimap.background#322931
  • minimap.selectionHighlight#5d283c
  • notificationCenter.border#171015
  • notificationCenterHeader.background#171015
  • notificationCenterHeader.foreground#fffde6
  • notificationLink.foreground#fdcb23
  • notifications.background#645287
  • notifications.foreground#fffde6
  • notificationsErrorIcon.foreground#f2480f
  • notificationsInfoIcon.foreground#1290bf
  • notificationsWarningIcon.foreground#fd8b19
  • sideBar.background#171015
  • sideBar.debuggingBackground#171015
  • sideBar.foreground#b9b5b8
  • sideBarSectionHeader.background#171015
  • sideBarSectionHeader.foreground#fffde6
  • statusBar.background#171015
  • statusBar.debuggingBackground#fd8b19
  • statusBar.foreground#fff
  • statusBar.noFolderBackground#171015
  • statusBarItem.remoteBackground#171015
  • tab.activeBackground#322931
  • tab.inactiveBackground#171015
  • terminal.ansiBlue#1290bf
  • terminal.ansiBrightBlue#829bd6
  • terminal.ansiBrightCyan#1ac9bf
  • terminal.ansiBrightGreen#5fdba7
  • terminal.ansiBrightMagenta#f490c1
  • terminal.ansiBrightRed#fd948c
  • terminal.ansiBrightWhite#fff
  • terminal.ansiBrigthYellow#fed46b
  • terminal.ansiCyan#19988b
  • terminal.ansiGreen#8fc13e
  • terminal.ansiMagenta#fc608a
  • terminal.ansiRed#fc332b
  • terminal.ansiWhite#fffde6
  • terminal.ansiYellow#fdcb23
  • terminal.foreground#b9b5b8
  • terminal.selectionBackground#5d283c
  • textLink.activeForeground#f490c1
  • textLink.foreground#829bd6
  • titleBar.activeBackground#171015
  • window.activeBorder#171015
  • window.inactiveBorder#171015

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment, string#b9b5b8
entity, storage, variable#797379
constant.character.escape#7e602c

Shiki preview

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

Loading...