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.activeBorder#FF4FD8
  • activityBar.background#0A0810
  • activityBar.foreground#E4E0F4
  • activityBarBadge.background#FF4FD8
  • badge.background#00F0FF
  • badge.foreground#0D0B14
  • button.background#FF4FD8
  • button.foreground#0D0B14
  • button.hoverBackground#FF6FE0
  • button.secondaryBackground#221A33
  • button.secondaryForeground#E4E0F4
  • editor.background#0D0B14
  • editor.findMatchBackground#00F0FF55
  • editor.foreground#E4E0F4
  • editor.lineHighlightBackground#16121F
  • editor.selectionBackground#FF4FD835
  • editorBracketMatch.border#FF4FD8
  • editorCursor.foreground#00F0FF
  • editorGroupHeader.tabsBackground#0A0810
  • editorIndentGuide.activeBackground1#3A2F55
  • editorIndentGuide.background1#221A33
  • editorLineNumber.activeForeground#FF4FD8
  • editorLineNumber.foreground#3A2F55
  • editorSuggestWidget.selectedBackground#FF4FD822
  • editorWidget.background#14101E
  • editorWidget.border#2A2140
  • focusBorder#FF4FD8
  • foreground#E4E0F4
  • gitDecoration.modifiedResourceForeground#FFE14F
  • gitDecoration.untrackedResourceForeground#3DFFA8
  • input.background#14101E
  • input.border#2A2140
  • list.activeSelectionBackground#FF4FD822
  • list.highlightForeground#00F0FF
  • list.hoverBackground#16121F
  • panel.background#0A0810
  • panelTitle.activeBorder#00F0FF
  • panelTitle.activeForeground#00F0FF
  • progressBar.background#FF4FD8
  • scrollbarSlider.background#FF4FD822
  • scrollbarSlider.hoverBackground#FF4FD844
  • sideBar.background#0A0810
  • sideBar.foreground#A89CC8
  • sideBarSectionHeader.background#0A0810
  • sideBarTitle.foreground#FF4FD8
  • statusBar.background#0A0810
  • statusBar.foreground#A89CC8
  • tab.activeBackground#0D0B14
  • tab.activeBorderTop#FF4FD8
  • tab.activeForeground#FFFFFF
  • tab.inactiveBackground#0A0810
  • tab.inactiveForeground#6B5F87
  • terminal.ansiBlue#4F8CFF
  • terminal.ansiCyan#00F0FF
  • terminal.ansiGreen#3DFFA8
  • terminal.ansiMagenta#FF4FD8
  • terminal.ansiRed#FF3D71
  • terminal.ansiYellow#FFE14F
  • terminal.background#0A0810
  • terminal.foreground#E4E0F4
  • textLink.foreground#00F0FF
  • titleBar.activeBackground#0A0810
  • titleBar.activeForeground#E4E0F4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6B5F87italic
string, string.quoted#3DFFA8—
constant.numeric, constant.language#FFE14F—
keyword, storage.type, storage.modifier#FF4FD8—
keyword.operator#00F0FF—
entity.name.function, support.function#4F8CFF—
entity.name.type, entity.name.class, support.type#00F0FF—
variable.parameter#FFB9EEitalic
entity.name.tag#FF3D71—
entity.other.attribute-name#FFE14Fitalic
support.type.property-name, meta.object-literal.key#4F8CFF—
markup.heading#FF4FD8bold
invalid#FF3D71—