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#000000
  • activityBar.foreground#ffffff
  • activityBarBadge.background#ffffff
  • activityBarBadge.foreground#000000
  • badge.background#ffffff
  • badge.foreground#000000
  • button.background#333333
  • button.foreground#ffffff
  • button.hoverBackground#555555
  • debugToolBar.background#000000
  • dropdown.background#1a1a1a
  • dropdown.border#666666
  • dropdown.foreground#ffffff
  • editor.background#000000
  • editor.findMatchBackground#40e0d040
  • editor.findMatchHighlightBackground#40e0d020
  • editor.foreground#ffffff
  • editor.selectionBackground#40404060
  • editor.selectionHighlightBackground#40404030
  • editor.wordHighlightBackground#40404020
  • editor.wordHighlightStrongBackground#40404030
  • editorBracketMatch.background#40404040
  • editorBracketMatch.border#40e0d0
  • editorCursor.foreground#40e0d0
  • editorError.foreground#ff6b6b
  • editorGroup.border#333333
  • editorGroupHeader.tabsBackground#000000
  • editorIndentGuide.activeBackground1#40e0d0
  • editorIndentGuide.background1#222222
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#666666
  • editorWarning.foreground#feca57
  • editorWhitespace.foreground#222222
  • focusBorder#40e0d0
  • foreground#ffffff
  • gitDecoration.addedResourceForeground#90ee90
  • gitDecoration.conflictingResourceForeground#666666
  • gitDecoration.deletedResourceForeground#444444
  • gitDecoration.ignoredResourceForeground#808080
  • gitDecoration.modifiedResourceForeground#888888
  • gitDecoration.untrackedResourceForeground#aaaaaa
  • input.background#1a1a1a
  • input.border#666666
  • input.foreground#ffffff
  • inputOption.activeBorder#ffffff
  • list.activeSelectionBackground#333333
  • list.activeSelectionForeground#ffffff
  • list.hoverBackground#1a1a1a
  • list.inactiveSelectionBackground#1a1a1a
  • panel.background#000000
  • panel.border#333333
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#666666
  • progressBar.background#ffffff
  • scrollbar.shadow#000000
  • scrollbarSlider.background#33333380
  • scrollbarSlider.hoverBackground#555555
  • sideBar.background#000000
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#1a1a1a
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#000000
  • statusBar.foreground#ffffff
  • statusBarItem.hoverBackground#1a1a1a
  • tab.activeBackground#000000
  • tab.activeForeground#ffffff
  • tab.border#333333
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#666666
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#333333
  • terminal.ansiBrightBlack#222222
  • terminal.ansiBrightBlue#555555
  • terminal.ansiBrightCyan#aaaaaa
  • terminal.ansiBrightGreen#888888
  • terminal.ansiBrightMagenta#999999
  • terminal.ansiBrightRed#666666
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#777777
  • terminal.ansiCyan#888888
  • terminal.ansiGreen#666666
  • terminal.ansiMagenta#777777
  • terminal.ansiRed#444444
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#555555
  • terminal.background#000000
  • terminal.foreground#ffffff
  • titleBar.activeBackground#000000
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#000000
  • titleBar.inactiveForeground#cccccc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#666666italic
string#cccccc
constant.numeric#aaaaaa
constant.language#ffffff
keyword#ffffff
storage.type#dddddd
storage.modifier#bbbbbb
entity.name.function#ffffff
entity.name.class#ffffff
entity.name.type#ffffff
variable#ffffff
support.function#cccccc
support.class#bbbbbb
markup.heading#ffffffbold
markup.bold#ffffffbold
markup.italic#bbbbbbitalic
meta.import, meta.export#bbbbbb
punctuation.definition.tag#ffffff
meta.tag, entity.name.tag#ffffff

Shiki preview

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

Loading...