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#0F1017
  • activityBar.foreground#F0F1F7
  • activityBarBadge.background#C7B8FF
  • activityBarBadge.foreground#0C0C12
  • badge.background#9BE7F7
  • badge.foreground#0E171A
  • button.background#C7B8FF
  • button.foreground#0C0C12
  • editor.background#0C0C12
  • editor.foreground#EAEAF3
  • editor.inactiveSelectionBackground#C7B8FF22
  • editor.lineHighlightBackground#11121A
  • editor.selectionBackground#C7B8FF33
  • editorBracketMatch.background#9BE7F722
  • editorBracketMatch.border#9BE7F766
  • editorCursor.foreground#C7B8FF
  • editorGroup.border#151728
  • editorIndentGuide.activeBackground1#34384F
  • editorIndentGuide.activeBackground2#3B4160
  • editorIndentGuide.activeBackground3#444A6B
  • editorIndentGuide.background1#1B1E2C
  • editorIndentGuide.background2#21243A
  • editorIndentGuide.background3#262A43
  • editorLineNumber.foreground#6B7189
  • gitDecoration.addedResourceForeground#BFEAD5
  • gitDecoration.conflictingResourceForeground#F7C6A1
  • gitDecoration.deletedResourceForeground#F3B0B0
  • gitDecoration.ignoredResourceForeground#737A92
  • gitDecoration.modifiedResourceForeground#B9E6FF
  • gitDecoration.untrackedResourceForeground#AEE7DE
  • list.activeSelectionBackground#1C1E31
  • list.focusBackground#141628
  • list.hoverBackground#17192A
  • sideBar.background#0F1017
  • sideBar.foreground#D5D8E6
  • sideBarSectionHeader.background#0F1017
  • sideBarSectionHeader.foreground#F0F1F7
  • statusBar.background#0F1017
  • statusBar.debuggingBackground#B7A3FF
  • statusBar.foreground#D5D8E6
  • statusBarItem.remoteBackground#141627
  • tab.activeBackground#0C0C12
  • tab.activeForeground#F0F1F7
  • tab.border#151728
  • tab.inactiveBackground#0F1017
  • tab.inactiveForeground#A5ABC0
  • terminal.ansiBlack#141722
  • terminal.ansiBlue#B9E6FF
  • terminal.ansiCyan#AEE7DE
  • terminal.ansiGreen#BFEAD5
  • terminal.ansiMagenta#CBB7FF
  • terminal.ansiRed#F3B0B0
  • terminal.ansiWhite#EEF0FA
  • terminal.ansiYellow#FBE8A1
  • terminal.background#0C0C12
  • terminal.foreground#EAEAF3

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9BA1B3italic
string, constant.other.symbol#F7B3D0
keyword, storage.type, storage.modifier#C7B8FF
entity.name.function, support.function#B9E6FF
variable, meta.object-literal.key, property#FBE8A1
entity.name.type, support.class, support.type#AEE7DE
constant.numeric, constant.language.boolean#F3B0B0
punctuation, meta.brace, meta.delimiter#D5D8E6
markup.heading.markdown#C7B8FFbold
markup.bold.markdownbold
markup.italic.markdownitalic
invalid, invalid.illegal#FFFFFF

Shiki preview

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

Loading...

Unicorn VS Code Theme - Coding Theme