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.background#FFFFFF
  • activityBar.foreground#24263A
  • activityBarBadge.background#9A7DFF
  • activityBarBadge.foreground#FFFFFF
  • badge.background#4FBFD3
  • badge.foreground#FFFFFF
  • button.background#9A7DFF
  • button.foreground#FFFFFF
  • editor.background#FBFBFE
  • editor.foreground#24263A
  • editor.inactiveSelectionBackground#9A7DFF1F
  • editor.lineHighlightBackground#EEF1FF
  • editor.selectionBackground#9A7DFF2A
  • editorBracketMatch.background#4FBFD322
  • editorBracketMatch.border#4FBFD366
  • editorCursor.foreground#9A7DFF
  • editorGroup.border#E6EAF4
  • editorIndentGuide.activeBackground1#D3DAF6
  • editorIndentGuide.activeBackground2#CBD3F2
  • editorIndentGuide.activeBackground3#C3CCEF
  • editorIndentGuide.background1#E7EBFA
  • editorIndentGuide.background2#EDF0FD
  • editorIndentGuide.background3#F1F3FE
  • editorLineNumber.foreground#8A92A9
  • gitDecoration.addedResourceForeground#4FBF93
  • gitDecoration.conflictingResourceForeground#D6A58A
  • gitDecoration.deletedResourceForeground#C85C5C
  • gitDecoration.ignoredResourceForeground#9AA2B8
  • gitDecoration.modifiedResourceForeground#6FBCE6
  • gitDecoration.untrackedResourceForeground#4FBFD3
  • list.activeSelectionBackground#E9EDFF
  • list.focusBackground#F2F5FF
  • list.hoverBackground#F2F5FF
  • sideBar.background#FFFFFF
  • sideBar.foreground#3A3E57
  • sideBarSectionHeader.background#FFFFFF
  • sideBarSectionHeader.foreground#24263A
  • statusBar.background#FFFFFF
  • statusBar.debuggingBackground#9A7DFF
  • statusBar.foreground#505A77
  • statusBarItem.remoteBackground#EEF1FF
  • tab.activeBackground#FBFBFE
  • tab.activeForeground#24263A
  • tab.border#E6EAF4
  • tab.inactiveBackground#FFFFFF
  • tab.inactiveForeground#6C7691
  • terminal.ansiBlack#303549
  • terminal.ansiBlue#6FBCE6
  • terminal.ansiCyan#4FBFD3
  • terminal.ansiGreen#4FBF93
  • terminal.ansiMagenta#9A7DFF
  • terminal.ansiRed#C85C5C
  • terminal.ansiWhite#3B3F58
  • terminal.ansiYellow#D5B778
  • terminal.background#FBFBFE
  • terminal.foreground#24263A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8A92A9italic
string, constant.other.symbol#E66CA5
keyword, storage.type, storage.modifier#9A7DFF
entity.name.function, support.function#2F86B6
variable, meta.object-literal.key, property#A07A2C
entity.name.type, support.class, support.type#2F9E8F
constant.numeric, constant.language.boolean#C85C5C
punctuation, meta.brace, meta.delimiter#3A3E57
markup.heading.markdown#9A7DFFbold
markup.bold.markdownbold
markup.italic.markdownitalic
invalid, invalid.illegal#FFFFFF

Shiki preview

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

Loading...