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#d6d8f5
  • activityBar.foreground#2b3fd4
  • activityBarBadge.background#2b3fd4
  • activityBarBadge.foreground#eaecfb
  • editor.background#eaebfa
  • editor.foreground#090d2a
  • editor.inactiveSelectionBackground#ffffff00
  • editor.selectionBackground#b3bbe6
  • editorCursor.foreground#d02f80
  • editorIndentGuide.activeBackground1#2b3fd4
  • editorIndentGuide.background1#d5d9f6
  • editorLineNumber.activeForeground#2b3fd4
  • editorLineNumber.foreground#aab2ee
  • notificationLink.foreground#8ca6ed
  • notifications.background#dde4fa
  • notifications.border#8ca6ed
  • notifications.foreground#030714
  • notificationsErrorIcon.foreground#e03d5c
  • notificationsInfoIcon.foreground#8ca6ed
  • notificationsWarningIcon.foreground#eaebfa
  • sideBar.background#eaebfa
  • sideBar.foreground#1a267f
  • sideBarSectionHeader.background#d6d8f5
  • sideBarTitle.foreground#2b3fd4
  • statusBar.background#2b3fd4
  • statusBar.debuggingBackground#d02f80
  • statusBar.debuggingForeground#eaecfb
  • statusBar.foreground#eaecfb
  • tab.activeBackground#d6d8f5
  • tab.activeForeground#2b3fd4
  • tab.inactiveBackground#eaebfa
  • tab.inactiveForeground#5665dc
  • titleBar.activeBackground#d6d8f5
  • titleBar.activeForeground#2b3fd4
  • titleBar.inactiveBackground#eaebfa
  • titleBar.inactiveForeground#5665dc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#aab2eeitalic
string, constant.other.symbol#bf9140
constant.numeric#d02f80
keyword, storage.type, storage.modifier#4055bf
entity.name.function, support.function#d02f80
variable, string constant.other.placeholder#2b3fd4
entity.name.type, entity.name.class, support.type#4055bf
constant, variable.other.constant#bf9140
invalid, invalid.illegal#d02f80underline
keyword.operator#5665dc
entity.name.tag#da5899
entity.other.attribute-name#997433
markup.heading.markdown#d12e80bold
markup.bold.markdown#4055bf
markup.italic.markdown#e382b3italic
markup.inline.raw.string.markdown#bf9140
markup.underline.link.markdown#edabccunderline
text.html.markdown#abb3ed

Shiki preview

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

Loading...