Skip to main content
Coding Theme

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#050505
  • activityBar.border#1A1A2E
  • activityBar.foreground#F8F9FA
  • activityBar.inactiveForeground#F8F9FA80
  • activityBarBadge.background#B266FF
  • activityBarBadge.foreground#050505
  • badge.background#B266FF
  • badge.foreground#050505
  • button.background#B266FF
  • button.foreground#050505
  • button.hoverBackground#C888FF
  • button.secondaryBackground#1A1A2E
  • button.secondaryForeground#F8F9FA
  • button.secondaryHoverBackground#2A2A4E
  • diffEditor.insertedTextBackground#00E67620
  • diffEditor.removedTextBackground#FF005520
  • dropdown.background#0a0a0a
  • dropdown.border#1A1A2E
  • dropdown.foreground#F8F9FA
  • editor.background#050505
  • editor.foreground#F8F9FA
  • editor.lineHighlightBackground#0a0a0a
  • editor.selectionBackground#1A1A2E
  • editor.selectionHighlightBackground#1A1A2E80
  • editor.wordHighlightBackground#1A1A2E80
  • editorBracketHighlight.foreground1#00D1FF
  • editorBracketHighlight.foreground2#4A8CFF
  • editorBracketHighlight.foreground3#8070FF
  • editorBracketHighlight.foreground4#B266FF
  • editorBracketHighlight.foreground5#B266FF
  • editorBracketHighlight.foreground6#B266FF
  • editorBracketHighlight.unexpectedBracket.foreground#FF0055
  • editorCursor.foreground#00D1FF
  • editorGroup.border#1A1A2E
  • editorGroupHeader.tabsBackground#050505
  • editorGutter.addedBackground#00E676
  • editorGutter.deletedBackground#FF0055
  • editorGutter.modifiedBackground#00D1FF
  • editorIndentGuide.activeBackground#1A1A2E
  • editorIndentGuide.background#1A1A2E80
  • editorLineNumber.activeForeground#00D1FF
  • editorLineNumber.foreground#F8F9FA40
  • editorOverviewRuler.border#1A1A2E
  • editorOverviewRuler.bracketMatchForeground#B266FF
  • editorOverviewRuler.errorForeground#FF0055
  • editorOverviewRuler.findMatchForeground#00D1FF80
  • editorOverviewRuler.infoForeground#00D1FF
  • editorOverviewRuler.warningForeground#FFB800
  • editorSuggestWidget.background#0a0a0a
  • editorSuggestWidget.border#1A1A2E
  • editorSuggestWidget.selectedBackground#1A1A2E
  • editorWidget.background#0a0a0a
  • editorWidget.border#1A1A2E
  • focusBorder#00D1FF
  • input.background#0a0a0a
  • input.border#1A1A2E
  • input.foreground#F8F9FA
  • inputOption.activeBorder#00D1FF
  • inputValidation.errorBackground#FF005540
  • inputValidation.errorBorder#FF0055
  • list.activeSelectionBackground#1A1A2E
  • list.activeSelectionForeground#F8F9FA
  • list.focusBackground#1A1A2E
  • list.focusForeground#00D1FF
  • list.highlightForeground#00D1FF
  • list.hoverBackground#0a0a0a
  • list.hoverForeground#F8F9FA
  • list.inactiveSelectionBackground#1A1A2E80
  • list.inactiveSelectionForeground#F8F9FA
  • minimap.errorHighlight#FF0055
  • minimap.findMatchHighlight#00D1FF
  • minimap.selectionHighlight#1A1A2E
  • minimap.warningHighlight#FFB800
  • minimapGutter.addedBackground#00E676
  • minimapGutter.deletedBackground#FF0055
  • minimapGutter.modifiedBackground#00D1FF
  • panel.background#050505
  • panel.border#1A1A2E
  • panelTitle.activeBorder#00D1FF
  • panelTitle.activeForeground#F8F9FA
  • panelTitle.inactiveForeground#F8F9FA80
  • scrollbar.shadow#050505
  • scrollbarSlider.activeBackground#00D1FF80
  • scrollbarSlider.background#1A1A2E80
  • scrollbarSlider.hoverBackground#1A1A2E
  • sideBar.background#050505
  • sideBar.border#1A1A2E
  • sideBar.foreground#F8F9FA
  • sideBarSectionHeader.background#0a0a0a
  • sideBarSectionHeader.foreground#F8F9FA
  • statusBar.background#1A1A2E
  • statusBar.border#1A1A2E
  • statusBar.debuggingBackground#B266FF
  • statusBar.debuggingForeground#050505
  • statusBar.foreground#F8F9FA
  • statusBar.noFolderBackground#050505
  • tab.activeBackground#050505
  • tab.activeBorder#00D1FF
  • tab.activeForeground#F8F9FA
  • tab.border#1A1A2E
  • tab.inactiveBackground#0a0a0a
  • tab.inactiveForeground#F8F9FA80
  • terminal.ansiBlack#050505
  • terminal.ansiBlue#00D1FF
  • terminal.ansiBrightBlack#1A1A2E
  • terminal.ansiBrightBlue#33DDFF
  • terminal.ansiBrightCyan#33DDFF
  • terminal.ansiBrightGreen#33FFAA
  • terminal.ansiBrightMagenta#C888FF
  • terminal.ansiBrightRed#FF3377
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD133
  • terminal.ansiCyan#00D1FF
  • terminal.ansiGreen#00E676
  • terminal.ansiMagenta#B266FF
  • terminal.ansiRed#FF0055
  • terminal.ansiWhite#F8F9FA
  • terminal.ansiYellow#FFB800
  • terminal.background#050505
  • terminal.foreground#F8F9FA
  • terminalCursor.foreground#00D1FF
  • titleBar.activeBackground#050505
  • titleBar.activeForeground#F8F9FA
  • titleBar.inactiveBackground#050505
  • titleBar.inactiveForeground#F8F9FA80

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#F8F9FA66italic
variable, string constant.other.placeholder#F8F9FA
constant.other.color#00D1FF
invalid, invalid.illegal#B266FF
keyword, storage.type, storage.modifier#B266FFbold
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#B266FF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#00D1FF
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#00D1FF
meta.block variable.other#F8F9FA
support.other.variable, string.other.link#F8F9FA
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#00D1FF
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#00D1FF
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#00D1FFbold
support.type#B266FF
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#00D1FF
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#F8F9FA
variable.language#B266FFitalic
entity.name.method.js#00D1FFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#00D1FF
entity.other.attribute-name#B266FF
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#00D1FFitalic
entity.other.attribute-name.class#00D1FF
source.sass keyword.control#00D1FF
markup.inserted#00D1FF
markup.deleted#B266FF
markup.changed#B266FF
string.regexp#00D1FF
constant.character.escape#00D1FF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#00D1FFitalic
source.js constant.other.object.key.js string.unquoted.label.js#B266FFitalic
source.json meta.structure.dictionary.json support.type.property-name.json#00D1FF
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#B266FF
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#F8F9FA
text.html.markdown, punctuation.definition.list_item.markdown#F8F9FA
text.html.markdown markup.inline.raw.markdown#B266FF
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#00D1FF
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#00D1FF
markup.italic#B266FFitalic
markup.bold, markup.bold string#B266FFbold
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#B266FFbold italic
markup.underline#00D1FFunderline
markup.quote punctuation.definition.blockquote.markdown#00D1FF
markup.quote#B266FFitalic
string.other.link.title.markdown#00D1FF
string.other.link.description.title.markdown#B266FF
constant.other.reference.link.markdown#00D1FF
markup.raw.block#B266FF
Quantum Fluidity by i4cdeath - VS Code Theme