Skip to main content
CodingTheme

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#00001f
  • activityBar.foreground#bbbbff
  • activityBar.inactiveForeground#bbbbff98
  • activityBarBadge.background#9090ff
  • badge.background#9090ff
  • badge.foreground#ffffff
  • breadcrumb.foreground#bbbbff
  • button.background#4b4b97
  • button.hoverBackground#6464bbf6
  • debugToolBar.background#242447
  • debugToolBar.border#2a2a52
  • dropdown.background#282858
  • dropdown.border#bbbbff28
  • dropdown.foreground#bbbbff
  • dropdown.listBackground#202047
  • editor.background#0D0221
  • editor.findMatchBackground#a085ff69
  • editor.findMatchHighlightBackground#c1b0ff8c
  • editor.foreground#bbbbff
  • editor.lineHighlightBackground#7070bb36
  • editor.selectionBackground#bbbbff36
  • editor.selectionHighlightBackground#bbbbff36
  • editorBracketMatch.background#18f0ff18
  • editorBracketMatch.border#18f0ff70
  • editorCodeLens.foreground#6d51a1e5
  • editorCursor.foreground#d3d3ff
  • editorGroup.border#bbbbff8e
  • editorGroup.dropBackground#bbbbff5b
  • editorGroupHeader.border#bbbbff1e
  • editorGroupHeader.tabsBackground#000120
  • editorIndentGuide.activeBackground#18f0ff75
  • editorIndentGuide.background#4747c975
  • editorLineNumber.foreground#9595ff75
  • editorSuggestWidget.selectedBackground#bbbbff36
  • editorWarning.foreground#fff2009a
  • editorWidget.background#191938
  • editorWidget.border#bbbbff7c
  • editorWidget.foreground#bbbbff
  • extensionButton.prominentBackground#4b4b97
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#6464bbf6
  • focusBorder#bbbbff70
  • foreground#bbbbffd8
  • icon.foreground#bbbbff
  • input.background#282858
  • input.foreground#bbbbff
  • input.placeholderForeground#bbbbff9f
  • list.activeSelectionBackground#bbbbff48
  • list.activeSelectionForeground#e3e3ff
  • list.focusBackground#9090ff3d
  • list.highlightForeground#ffaaf1
  • list.hoverBackground#9090ff3d
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#bbbbff2c
  • list.inactiveSelectionForeground#c4c4ffce
  • menu.background#1d1e44
  • minimap.background#000120
  • notifications.background#242447
  • notifications.foreground#bbbbff
  • panelTitle.activeForeground#bbbbff
  • peekView.border#bbbbff44
  • peekViewEditor.background#000120
  • peekViewEditor.matchHighlightBackground#aa92ff38
  • peekViewResult.background#191938
  • peekViewResult.lineForeground#ffffff
  • peekViewResult.matchHighlightBackground#7c6bdd
  • peekViewResult.selectionBackground#4a4a94
  • peekViewTitle.background#191938
  • peekViewTitleDescription.foreground#bbbbffb2
  • progressBar.background#bbbbff
  • quickInput.background#242447
  • quickInput.foreground#bbbbff
  • quickInputList.focusBackground#4a4a86
  • scrollbarSlider.activeBackground#bbbbff
  • scrollbarSlider.background#bbbbff7c
  • scrollbarSlider.hoverBackground#bbbbffa6
  • selection.background#bbbbff36
  • settings.headerForeground#bbbbff
  • sideBar.background#00001f
  • sideBar.border#bbbbff49
  • sideBar.foreground#bbbbff
  • sideBarSectionHeader.background#232346
  • sideBarTitle.foreground#bbbbff
  • statusBar.background#615eff
  • tab.activeBackground#000120
  • tab.activeForeground#d5d5ff
  • tab.inactiveBackground#bbbbff21
  • tab.inactiveForeground#bbbbffa9
  • terminal.ansiMagenta#e838ff
  • terminal.foreground#bbbbff
  • terminal.selectionBackground#bbbbff
  • textLink.foreground#6c9aff
  • titleBar.activeBackground#00001f
  • titleBar.activeForeground#bbbbff
  • titleBar.border#bbbbff38
  • tree.indentGuidesStroke#bbbbff63
  • widget.shadow#a5a5ec4f

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
text.html.derivative#7abaee
variable.other.object.js, variable.parameter, variable.argument, meta.method.body, meta.indexed-name, source.cpp meta.parameter.initialization, variable.other.object.ts, entity.name.variable.parameter.cs#a70fc5
variable.other.definition, variable.other.objectasdasd, string constant.other.placeholder, variable.other.property.js, variable.other.constant.js, meta.object-literal.key.js, variable.other.object.property, meta.attribute, source.python, source.c meta.block.c, meta.body.function.definition.cpp, meta.body.class.cpp, variable.object.property, variable.other.property.ts, variable.other.constant.ts, meta.object-literal.key.ts, variable.css, variable.other.readwrite.js, variable.other.php, variable.other.property.php, entity.name.variable.property.cs, variable.other.readwrite.cs, entity.name.variable.local.cs#f32f84
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#f32f84
punctuation.definition.string#FFD285
string.quoted, constant.numeric, string.template.js#FFA60B
punctuation.definition.arguments, punctuation.definition.parameters, punctuation.section.arguments, punctuation.section.parameters, meta.brace.round, punctuation.bracket.square, punctuation.definition.dict, punctuation.section.parens, punctuation.definition.begin, punctuation.definition.end, punctuation.section.array-initializer, punctuation.section.function, source.cpp punctuation.separator.scope-resolution, meta.brace.square, punctuation.section.array#0048ff
comment, punctuation.definition.comment#6d51a1e5italic
meta.brace, 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#5454c7c2
storage.modifier, storage.type.class.python, storage.type.function.python, storage.type.class.js, entity.name.tag.html, storage.type.js, storage.type.class, storage.type.modifier.access.control, storage.type.interface, storage.type.ts, storage.type.function.js, storage.type.function.php, source.cs keyword.other#5321C9italic
constant.other.color#2fe0ff
keyword.operator, punctuation.separator.key-value, support.constant.property-value.css, constant.language, keyword.other.unit.px.css, storage.type.function.arrow.js, punctuation.definition.variable.php#2FCEFFbold
source.java storage.type, meta.method.identifier, meta.method.return-type, support.type, storage.type.object, source.c storage.type, source.cpp storage.type, entity.name.scope-resolution, source.css punctuation.definition, keyword.other.type.php, keyword.type.cs#2fe0ff
entity.name.function, variable.function, support.function, keyword.other.special-method, entity.other.attribute-name, meta.method.declaration.js storage.type.js, storage.type.property, meta.function-call.python, keyword.other.get.cs, keyword.other.set.cs#ec00e5
meta.import, storage.modifier.import, punctuation.definition.directive, keyword.control.directive.include#FF9060
entity.name.type, entity.name.tag.css, source.css entity.other.attribute-name, entity.other.attribute-name.id.css, source.css keyword.control.at-rule, support.class#FD9845
variable.language.this, keyword.control.java, keyword.control.new.java, variable.language.special, keyword.control.flow, keyword.control.return, source.js keyword.control, entity.name.tag, keyword.other.new.php, keyword.other.new.cs#760194italic
#
#EEFFFF
invalid, invalid.illegal#FF5370
meta.tag.sgml, markup.deleted.git_gutter#f07178
#82AAFF
support.other.variable, string.other.link#f07178
support.constant, constant.character, constant.escape, keyword.other.unit#F78C6C
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#C3E88D
support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#FFCB6B
#B2CCD6
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
source.sass keyword.control#82AAFF
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#C792EA
string.regexp#89DDFF
constant.character.escape#89DDFF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json#C792EA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B
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#F78C6C
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#FF5370
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#C17E70
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#82AAFF
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#f07178
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#C792EA
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#C3E88D
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
text.html.markdown markup.inline.raw.markdown#C792EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#f07178italic
markup.bold, markup.bold string#f07178bold
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#f07178bold
markup.underline#F78C6Cunderline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#82AAFF
string.other.link.description.title.markdown#C792EA
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#C792EA
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF

Shiki preview

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

Loading...

Real Synth 2 by Adler Ribeiro - VS Code Theme