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.activeBackground#D4A8C7
  • activityBar.activeBorder#FF8DC7
  • activityBar.activeFocusBorder#a62e1e
  • activityBar.background#E8C5DD
  • activityBar.border#E8C5DD
  • activityBar.foreground#de479e
  • activityBar.inactiveForeground#A89BB5
  • activityBarBadge.background#de479e
  • activityBarBadge.border#00000000
  • activityBarBadge.foreground#FFFFFF
  • badge.background#f27ec1
  • badge.border#00000000
  • badge.foreground#42454a
  • breadcrumb.activeSelectionForeground#FF8DC7
  • breadcrumb.border#FEEBF6
  • breadcrumb.focusForeground#6A5F7A
  • breadcrumb.foreground#A089B5
  • checkbox.border#00000000
  • debugConsole.errorForeground#FF5370
  • debugConsole.infoForeground#6BA5E7
  • debugConsole.sourceForeground#C792EA
  • debugConsole.warningForeground#FFB366
  • diffEditor.insertedLineBackground#82C99E20
  • diffEditor.insertedTextBackground#82C99E30
  • diffEditor.removedLineBackground#FF537020
  • diffEditor.removedTextBackground#FF537030
  • dropdown.border#00000000
  • editor.background#F7EBF2
  • editor.foreground#5C5470
  • editor.inactiveSelectionBackground#bd1c11
  • editor.lineHighlightBackground#FFEFF6
  • editor.lineHighlightBorder#FEEBF6
  • editor.selectionBackground#FFB7D580
  • editorBracketHighlight.foreground1#FF8DC7
  • editorBracketHighlight.foreground2#89DDFF
  • editorBracketHighlight.foreground3#82C99E
  • editorBracketHighlight.foreground4#FFB366
  • editorBracketHighlight.foreground5#C792EA
  • editorBracketHighlight.foreground6#6BA5E7
  • editorBracketHighlight.unexpectedBracket.foreground#FF5370
  • editorBracketMatch.background#FFD9EC99
  • editorBracketMatch.border#FF8DC7
  • editorCursor.foreground#FF8DC7
  • editorGroup.border#F7EBF2
  • editorGroup.focusedEmptyBorder#00000000
  • editorGroupHeader.border#00000000
  • editorGroupHeader.tabsBackground#FEEBF6
  • editorGutter.addedBackground#82C99E80
  • editorGutter.deletedBackground#FF537080
  • editorGutter.modifiedBackground#6BA5E780
  • editorInlayHint.background#FFE9F440
  • editorInlayHint.foreground#B57DFF80
  • editorInlayHint.parameterBackground#FFE9F440
  • editorInlayHint.parameterForeground#FF8DC780
  • editorInlayHint.typeBackground#FFE9F440
  • editorInlayHint.typeForeground#6BA5E780
  • editorWhitespace.foreground#F2D7E8
  • focusBorder#00000000
  • gitDecoration.conflictingResourceForeground#FFB366
  • gitDecoration.deletedResourceForeground#FF5370
  • gitDecoration.ignoredResourceForeground#B8ADBD
  • gitDecoration.modifiedResourceForeground#6BA5E7
  • gitDecoration.submoduleResourceForeground#C792EA
  • gitDecoration.untrackedResourceForeground#82C99E
  • input.border#00000000
  • notificationCenter.border#00000000
  • notificationLink.foreground#6BA5E7
  • notifications.background#FFE9F4
  • notifications.border#FF8DC7
  • panel.background#F7E1EE
  • panel.border#00000000
  • peekView.border#FF8DC7
  • peekViewEditor.background#FFF7FB
  • peekViewResult.background#FFE9F4
  • peekViewTitle.background#FFD9EC
  • pickerGroup.border#FF8DC7
  • pickerGroup.foreground#A855C6
  • quickInput.background#FEEBF6
  • quickInput.foreground#5C5470
  • quickInputList.focusBackground#FFD9EC
  • quickInputList.focusForeground#5C5470
  • quickInputList.focusIconForeground#FF8DC7
  • quickInputTitle.background#E8C5DD
  • scrollbarSlider.background#FFC7E644
  • scrollbarSlider.hoverBackground#FFC7E666
  • sideBar.background#F7E1EE
  • sideBar.border#FEEBF6
  • sideBar.foreground#6A5F7A
  • statusBar.background#E8C5DD
  • statusBar.foreground#5C5470
  • tab.activeBackground#F7EBF2
  • tab.activeBorder#00000000
  • tab.activeBorderTop#f27ec1
  • tab.border#00000000
  • tab.hoverBackground#00000000
  • tab.hoverBorder#00000000
  • tab.inactiveBackground#F7E1EE
  • tab.indicator#00000000
  • tab.unfocusedActiveBorder#00000000
  • terminal.ansiBlack#5C5470
  • terminal.ansiBlue#6BA5E7
  • terminal.ansiBrightBlack#8A7F9D
  • terminal.ansiBrightBlue#8FC2FF
  • terminal.ansiBrightCyan#A8F0FF
  • terminal.ansiBrightGreen#A0E6B8
  • terminal.ansiBrightMagenta#DDA9F5
  • terminal.ansiBrightRed#FF6B8A
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFCC88
  • terminal.ansiCyan#89DDFF
  • terminal.ansiGreen#82C99E
  • terminal.ansiMagenta#C792EA
  • terminal.ansiRed#FF5370
  • terminal.ansiWhite#EFE8FF
  • terminal.ansiYellow#FFB366
  • terminal.background#F7E1EE
  • terminal.border#00000000
  • terminal.foreground#5C5470
  • titleBar.activeBackground#E8C5DD
  • titleBar.activeForeground#5C5470
  • titleBar.border#00000000
  • titleBar.inactiveBackground#FEEBF6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9B8AA8italic
variable, string constant.other.placeholder#5C5470
constant.other.color#8B5A8D
invalid, invalid.illegal#FF5370
keyword, storage.type, storage.modifier#A855C6
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#0D93C4
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#D6336C
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#1E7FD4
meta.block variable.other#D6336C
support.other.variable, string.other.link#D6336C
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#E8568B
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#2D9856
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#C77F00
support.type#5885A8
source.css support.type.property-name, source.sass support.type.property-name, source.scss support.type.property-name, source.less support.type.property-name, source.stylus support.type.property-name, source.postcss support.type.property-name#5885A8
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#D6336C
variable.language#D6336Citalic
entity.name.method.js#1E7FD4italic
meta.class-method.js entity.name.function.js, variable.function.constructor#1E7FD4
entity.other.attribute-name#A855C6
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#C77F00italic
entity.other.attribute-name.class#C77F00
source.sass keyword.control#1E7FD4
markup.inserted#2D9856
markup.deleted#D6336C
markup.changed#A855C6
string.regexp#0D93C4
constant.character.escape#0D93C4
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#1E7FD4italic
source.js constant.other.object.key.js string.unquoted.label.js#D6336Citalic
source.json meta.structure.dictionary.json support.type.property-name.json#A855C6
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#C77F00
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#E8568B
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#D6336C
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#8B5A8D
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#1E7FD4
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#D6336C
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#A855C6
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#2D9856
text.html.markdown, punctuation.definition.list_item.markdown#5C5470
text.html.markdown markup.inline.raw.markdown#A855C6
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#9B8AA8
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#2D9856
markup.italic#D6336Citalic
markup.bold, markup.bold string#D6336Cbold
markup.bold markup.italic, markup.italic markup.bold, markup.quote markup.bold, markup.bold markup.italic string, markup.italic markup.bold string, markup.quote markup.bold string#D6336Cbold
markup.underline#E8568Bunderline
markup.quote punctuation.definition.blockquote.markdown#9B8AA8
markup.quoteitalic
string.other.link.title.markdown#1E7FD4
string.other.link.description.title.markdown#A855C6
constant.other.reference.link.markdown#C77F00
markup.raw.block#A855C6
markup.raw.block.fenced.markdown#5C547080
punctuation.definition.fenced.markdown#5C547080
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#5C5470
variable.language.fenced.markdown#9B8AA8
meta.separator#9B8AA8bold
markup.table#5C5470

Shiki preview

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

Loading...