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#E6F6FF
  • activityBar.foreground#DB7093
  • activityBarBadge.background#FF6B94
  • activityBarBadge.foreground#FFFFFF
  • button.background#FF6B94
  • button.foreground#FFFFFF
  • dropdown.background#FFFFFF
  • dropdown.foreground#2A0A18
  • editor.background#E6F6FF
  • editor.foreground#DB7093
  • editor.lineHighlightBackground#E6F6FF
  • editor.selectionBackground#FFB6C1
  • editor.selectionHighlightBackground#FFB6C180
  • editor.wordHighlightBackground#FFB6C180
  • editorCursor.foreground#FF3B6F
  • editorGroupHeader.tabsBackground#E6F6FF
  • editorIndentGuide.activeBackground#ADD8E6
  • editorIndentGuide.background#CFEAFB
  • editorWhitespace.foreground#CFEAFB
  • focusBorder#FF6B94
  • input.background#FFFFFF
  • input.foreground#2A0A18
  • input.placeholderForeground#7A5B6A
  • list.activeSelectionBackground#FFF0F6
  • list.activeSelectionForeground#2A0A18
  • list.hoverBackground#E6F6FF
  • list.hoverForeground#2A0A18
  • sideBar.background#E6F6FF
  • sideBar.foreground#2A0A18
  • sideBarTitle.foreground#FF6B94
  • statusBar.background#E6F6FF
  • statusBar.foreground#2A0A18
  • statusBar.noFolderBackground#E6F6FF
  • tab.activeBackground#FFFFFF
  • tab.activeForeground#DB7093
  • tab.inactiveBackground#E6F6FF
  • tab.inactiveForeground#7A5B6A
  • terminal.ansiBlack#E6F6FF
  • terminal.ansiBlue#DB7093
  • terminal.ansiBrightBlack#E6F6FF
  • terminal.ansiBrightBlue#E35A8F
  • terminal.ansiBrightCyan#FF9AAC
  • terminal.ansiBrightGreen#D87093
  • terminal.ansiBrightMagenta#D45A88
  • terminal.ansiBrightRed#FF2F66
  • terminal.ansiBrightWhite#000000
  • terminal.ansiBrightYellow#FFB6C1
  • terminal.ansiCyan#FF85A2
  • terminal.ansiGreen#C75B7C
  • terminal.ansiMagenta#C96385
  • terminal.ansiRed#FF4F7A
  • terminal.ansiWhite#2A0A18
  • terminal.ansiYellow#FF96B5
  • terminal.background#E6F6FF
  • terminal.foreground#2A0A18
  • titleBar.activeBackground#E6F6FF
  • titleBar.activeForeground#2A0A18

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#C79BB1italic
string, string.quoted, string.template, constant.character#FF6B94
constant.numeric, constant.language, constant.other#C75B7C
variable, variable.other, variable.parameter#DB7093
keyword, keyword.control, keyword.operator, storage.type, storage.modifier#E35A8Fbold
entity.name.function, entity.name.method, support.function, meta.function-call#D45A88
entity.name.type, entity.name.class, entity.name.struct, entity.name.enum, support.class#FF77A8bold
entity.name.tag, punctuation.definition.tag#DB7093
entity.other.attribute-name, support.type.property-name#C96385
support.type.primitive, support.type.builtin, keyword.type#E35A8F
markup.heading#FF3B6Fbold
markup.boldbold
markup.italicitalic
support.variable.property, variable.other.property#D87093
keyword.operator, meta.decorator, meta.annotation#D45A88