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.

  • --vscode-tab-activeBorderToptransparent
  • --vscode-tab-borderRight#272840
  • --vscode-tab-inactiveBorderToptransparent
  • activityBar.activeBorder#272840
  • activityBar.background#02002B
  • activityBar.border#272840
  • activityBar.foreground#96A0A0
  • activityBar.inactiveForeground#586E75
  • activityBarBadge.background#007acc
  • activityBarBadge.foreground#3F95DD
  • button.background#02002B
  • button.foreground#96A0A0
  • button.hoverBackground#272840
  • button.secondaryBackground#02002B
  • button.secondaryForeground#96A0A0
  • button.secondaryHoverBackground#272840
  • contrastBorder#272840
  • dropdown.background#02002B
  • dropdown.border#272840
  • dropdown.foreground#96A0A0
  • editor.background#02002B
  • editor.findMatchBorder#272840
  • editor.findMatchHighlightBorder#272840
  • editor.foreground#d8d8df
  • editor.selectionBorder#272840
  • editor.selectionHighlightBorder#272840
  • editorGroup.border#272840
  • editorGroup.dropBackground#272840
  • editorGroup.focusedEmptyBorder#272840
  • editorGroup.tabsBackground#02002B
  • editorGroup.tabsBorder#272840
  • editorGroupHeader.border#272840
  • editorGroupHeader.tabsBackground#02002B
  • editorGroupHeader.tabsBorder#272840
  • editorOverviewRuler.border#272840
  • focusBorder#272840
  • foreground#96A0A0
  • gitDecoration.addedResourceForeground#8C8C00
  • gitDecoration.deletedResourceForeground#DC322F
  • gitDecoration.ignoredResourceForeground#586E75
  • gitDecoration.modifiedResourceForeground#3F95DD
  • gitDecoration.untrackedResourceForeground#28AC9F
  • input.background#02002B
  • input.foreground#96A0A0
  • input.placeholderForeground#586E75
  • list.activeSelectionBackground#3F95DD
  • list.activeSelectionForeground#FFFFFF
  • list.errorForeground#DC322F
  • list.focusOutline#272840
  • list.foreground#96A0A0
  • list.highlightForeground#3F95DD
  • list.hoverBackground#3F95DD80
  • list.inactiveSelectionBackground#02002B
  • list.inactiveSelectionForeground#96A0A0
  • list.warningForeground#CB5F16
  • panel.background#02002B
  • panel.border#272840
  • panelTitle.activeForeground#96A0A0
  • panelTitle.border#272840
  • panelTitle.inactiveForeground#586E75
  • sash.hoverBorder#272840
  • scrollbarSlider.activeBackground#28282CE0
  • scrollbarSlider.background#28282C80
  • scrollbarSlider.hoverBackground#3F95DD40
  • separator.background#272840
  • separator.border#272840
  • sideBar.background#02002B
  • sideBar.border#272840
  • sideBar.foreground#96A0A0
  • sideBarSectionHeader.background#02002B
  • sideBarSectionHeader.border#272840
  • sideBarSectionHeader.foreground#96A0A0
  • sideBarTitle.foreground#bbbbbb
  • statusBar.background#02002B
  • statusBar.border#272840
  • statusBar.debuggingBackground#02002B
  • statusBar.debuggingBorder#272840
  • statusBar.debuggingForeground#96A0A0
  • statusBar.foreground#96A0A0
  • statusBar.noFolderBackground#02002B
  • statusBar.noFolderBorder#272840
  • statusBarItem.activeBackground#272840
  • statusBarItem.errorBackground#272840
  • statusBarItem.hoverBackground#272840
  • statusBarItem.prominentBackground#272840
  • statusBarItem.remoteBackground#272840
  • tab.activeBackground#02002B
  • tab.activeBordeLeft#586E75
  • tab.activeBorder#41b9d1
  • tab.activeBorderBottom#586E75
  • tab.activeBorderRight#586E75
  • tab.activeBorderTop#272840
  • tab.activeForeground#96A0A0
  • tab.activeModifiedBorder#272840
  • tab.activeTabBorderRight#272840
  • tab.activeTabBorderToptransparent
  • tab.border#272840
  • tab.hoverBorder#272840
  • tab.inactiveBackground#02002B
  • tab.inactiveForeground#586E75
  • tab.inactiveTabBorderRight#272840
  • tab.inactiveTabBorderToptransparent
  • tab.lastPinnedBorder#272840
  • tab.unfocusedActiveBackground#02002B
  • tab.unfocusedActiveBorder#272840
  • tab.unfocusedActiveBorderTop#272840
  • tab.unfocusedActiveForeground#96A0A0
  • tab.unfocusedActiveModifiedBorder#272840
  • terminal.background#02002B
  • terminal.foreground#96A0A0
  • titleBar.activeBackground#02002B
  • titleBar.activeForeground#96A0A0
  • titleBar.border#272840
  • titleBar.inactiveBackground#1A1833
  • titleBar.inactiveForeground#586E75
  • toolbar.activeBackground#02002B
  • toolbar.hoverBackground#272840
  • toolbar.hoverOutline#272840
  • tree.indentGuidesStroke#28282C
  • window.activeBorder#02002B
  • window.inactiveBorder#1A1833

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#586E75italic
variable, string constant.other.placeholder#EEFFFF
constant.other.color#ffffff
invalid, invalid.illegal#FF5370
keyword, storage.type, storage.modifier#C792EA
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#89DDFF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f07178
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#82AAFF
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#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
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#FFCB6B
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#FFCB6Bitalic
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.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
entity.name.filename#96A0A0
support.type.swift#3F95DD
support.type.php#96A0A0
SolarEclipse by Inside Internet - VS Code Theme