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.activeBackground#131327
  • activityBar.activeBorder#f39c12
  • activityBar.background#17141e
  • activityBar.border#2e4881
  • activityBar.dropBorder#f39c12
  • activityBar.foreground#f39c12
  • activityBar.inactiveForeground#8a5809
  • activityBarBadge.background#f39c12
  • activityBarBadge.foreground#15152b
  • badge.background#2c2c3b
  • badge.foreground#a2b6f7
  • button.background#181821
  • button.border#f39c12
  • button.foreground#f39c12
  • button.hoverBackground#282836
  • button.secondaryBackground#181821
  • button.secondaryForeground#2e4881
  • button.secondaryHoverBackground#172441
  • checkbox.background#8a5809
  • checkbox.border#f39c12
  • checkbox.foreground#f39c12
  • descriptionForeground#A599E9
  • diffEditor.insertedTextBackground#00FF000E
  • diffEditor.insertedTextBorder#00FF009A
  • diffEditor.removedTextBackground#FF000D1A
  • diffEditor.removedTextBorder#FF000D81
  • dropdown.background#8a5809
  • dropdown.border#f39c12
  • dropdown.foreground#FFFFFF
  • dropdown.listBackground#8a5809
  • editor.background#1A1B26
  • editor.findMatchBackground#FF730056
  • editor.findMatchHighlightBackground#fbff0336
  • editor.findRangeHighlightBackground#FFFF0336
  • editor.foreground#ee5d43
  • editor.hoverHighlightBackground#FF730056
  • editor.inactiveSelectionBackground#1e2f5388
  • editor.lineHighlightBackground#181821
  • editor.lineHighlightBorder#2e488188
  • editor.linkedEditingBackground#3b2e8188
  • editor.rangeHighlightBackground#3b2e8188
  • editor.selectionBackground#2e488188
  • editor.selectionHighlightBackground#99710450
  • editor.wordHighlightBackground#99710450
  • editor.wordHighlightStrongBackground#FFFFFF0D
  • editorBracketMatch.background#7085fc46
  • editorBracketMatch.border#7085fc46
  • editorCodeLens.foreground#A599E9
  • editorCursor.foreground#ffffff
  • editorError.foreground#EC3A37F5
  • editorGroup.border#2e4881
  • editorGroup.dropBackground#2e4881D0
  • editorGroupHeader.border#1F1F41
  • editorGroupHeader.noTabsBackground#181821
  • editorGroupHeader.tabsBackground#181821
  • editorGroupHeader.tabsBorder#1F1F41
  • editorHoverWidget.background#161633
  • editorHoverWidget.border#161633
  • editorIndentGuide.activeBackground#A599E942
  • editorIndentGuide.background#A599E90F
  • editorLineNumber.foreground#8a5809
  • editorLink.activeForeground#A599E9
  • editorOverviewRuler.border#A599E91C
  • editorOverviewRuler.commonContentForeground#FFC60055
  • editorOverviewRuler.currentContentForeground#EE3A4355
  • editorOverviewRuler.incomingContentForeground#3AD90055
  • editorRuler.foreground#A599E91C
  • editorSuggestWidget.background#181821
  • editorSuggestWidget.border#2e4881
  • editorSuggestWidget.foreground#99ace9
  • editorSuggestWidget.highlightForeground#8a5809
  • editorSuggestWidget.selectedBackground#2c2c3b
  • editorWarning.border#FFFFFF00
  • editorWarning.foreground#FAD000
  • editorWidget.background#2c2c3b
  • editorWidget.border#99ace9
  • editorWidget.foreground#99ace9
  • selection.background#8a5809
  • settings.checkboxBackground#181821
  • settings.checkboxBorder#f39c12
  • settings.checkboxForeground#f39c12
  • settings.dropdownBackground#181821
  • settings.dropdownBorder#f39c12
  • settings.dropdownForeground#f39c12
  • sideBar.background#181821
  • sideBar.border#2e4881
  • sideBar.foreground#99ace9
  • sideBarSectionHeader.background#242431
  • sideBarSectionHeader.border#383e53
  • sideBarSectionHeader.foreground#99ace9
  • sideBarTitle.foreground#f39c12
  • statusBar.background#181821
  • statusBar.border#2e4881
  • statusBar.debuggingBackground#181821
  • statusBar.debuggingBorder#2e4881
  • statusBar.debuggingForeground#99ace9
  • statusBar.focusBorder#2e4881
  • statusBar.foreground#f39c12
  • tab.activeBackground#242431
  • tab.activeBorder#8a5809
  • tab.activeForeground#99ace9
  • tab.activeModifiedBorder#A599E9
  • tab.border#2e4881
  • tab.inactiveBackground#17141e
  • tab.inactiveForeground#A599E9
  • tab.inactiveModifiedBorder#A599E966
  • tab.unfocusedActiveForeground#A599E9
  • tab.unfocusedActiveModifiedBorder#A599E966
  • tab.unfocusedInactiveForeground#A599E9
  • tab.unfocusedInactiveModifiedBorder#A599E966
  • titleBar.activeBackground#181821
  • titleBar.activeForeground#888ca8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A599E9italic
variable, string constant.other.placeholder#FF5370
source.dart#a2b6f7
entity.name.function.dart#ee5d43
constant.other.color#ffffff
invalid, invalid.illegal#FF5370
keyword, storage.type, storage.modifier#C792EA
constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#89DDFF
punctuation.definition.parameters.end.js, punctuation.definition.parameters.begin.js#89DDFF
punctuation.definition.tag.end.js, punctuation.definition.tag.begin.js#ee5d43
variable.other.constant.js, variable.other.readwrite.js#f39c12
keyword.control#0DB9D7
punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#ba3c97
support.class.component.js#f39c12
meta.block.js#f39c12
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f7768e
variable.parameter.js#06ac2f
entity.name.tag.js#f39c12
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#ee5d43
meta.block variable.other#f07178
support.other.variable, string.other.link#f07178
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#0DB9D7
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#9ECE6A
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#f39c12
support.type#B2CCD6
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#B2CCD6
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#FF5370italic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#C792EA
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#f39c12italic
entity.other.attribute-name.class#FFCB6B
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.derivative#f39c12
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, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF
My Dark Colorful Night by hackingDNA - VS Code Theme