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.activeBorder#906958
  • activityBar.background#2A2F32
  • activityBar.border#2A2F32
  • activityBarBadge.background#2A2F32
  • button.background#906958
  • debugToolBar.background#2A2F32
  • debugToolBar.border#2A2F32
  • editor.background#2A2F32
  • editor.foreground#EEE9E8
  • editorCodeLens.foreground#EEE9E8
  • editorError.border#EEE9E8
  • editorError.foreground#EEE9E8
  • editorGroup.border#2A2F32
  • editorGroup.dropBackground#2A2F32
  • editorGroupHeader.noTabsBackground#2A2F32
  • editorGroupHeader.tabsBackground#2A2F32
  • editorGroupHeader.tabsBorder#2A2F32
  • editorGutter.addedBackground#2A2F32
  • editorGutter.background#2A2F32
  • editorGutter.deletedBackground#2A2F32
  • editorGutter.modifiedBackground#2A2F32
  • editorHint.border#2A2F32
  • editorHint.foreground#2A2F32
  • editorHoverWidget.background#2A2F32
  • editorHoverWidget.border#2A2F32
  • editorIndentGuide.activeBackground#906958
  • editorIndentGuide.background#3c4d5861
  • editorInfo.border#2A2F32
  • editorInfo.foreground#2A2F32
  • editorLineNumber.activeForeground#906958
  • editorLineNumber.foreground#49565E
  • editorMarkerNavigation.background#2A2F32
  • editorMarkerNavigationError.background#2A2F32
  • editorMarkerNavigationInfo.background#2A2F32
  • editorMarkerNavigationWarning.background#2A2F32
  • editorOverviewRuler.addedForeground#2A2F32
  • editorOverviewRuler.border#2A2F32
  • editorOverviewRuler.deletedForeground#2A2F32
  • editorOverviewRuler.errorForeground#2A2F32
  • editorOverviewRuler.findMatchForeground#2A2F32
  • editorOverviewRuler.infoForeground#2A2F32
  • editorOverviewRuler.modifiedForeground#2A2F32
  • editorOverviewRuler.selectionHighlightForeground#2A2F32
  • editorOverviewRuler.warningForeground#2A2F32
  • editorOverviewRuler.wordHighlightForeground#2A2F32
  • editorOverviewRuler.wordHighlightStrongForeground#2A2F32
  • editorRuler.foreground#2A2F32
  • editorSuggestWidget.background#2A2F32
  • editorSuggestWidget.border#2A2F32
  • editorSuggestWidget.focusHighlightForeground#906958
  • editorSuggestWidget.foreground#EEE9E8
  • editorSuggestWidget.highlightForeground#788A94
  • editorSuggestWidget.selectedBackground#2A2F32
  • editorWarning.border#a0a1a7
  • editorWarning.foreground#a0a1a7
  • editorWhitespace.foreground#2A2F32
  • editorWidget.background#2A2F32
  • editorWidget.border#2A2F32
  • editorWidget.resizeBorder#2A2F32
  • input.border#906958
  • list.activeSelectionBackground#3c4d58
  • list.focusOutline#3c4d58
  • list.inactiveFocusBackground#3c4d58
  • list.inactiveSelectionBackground#3c4d58
  • menu.background#2A2F32
  • menu.selectionBackground#3c4d58
  • menu.selectionForeground#906958
  • minimap.background#2A2F32
  • minimapSlider.background#2A2F32
  • panel.border#2A2F32
  • panelTitle.activeBorder#906958
  • peekView.border#2A2F32
  • peekViewEditor.background#2A2F32
  • peekViewEditor.matchHighlightBackground#2A2F32
  • peekViewEditorGutter.background#2A2F32
  • peekViewResult.background#2A2F32
  • peekViewResult.matchHighlightBackground#2A2F32
  • peekViewTitle.background#2A2F32
  • peekViewTitleDescription.foreground#EEE9E8
  • peekViewTitleLabel.foreground#EEE9E8
  • scrollbar.shadow#2A2F32
  • scrollbarSlider.activeBackground#906958
  • scrollbarSlider.background#3c4d58
  • scrollbarSlider.hoverBackground#3c4d58
  • settings.checkboxBackground#2A2F32
  • settings.checkboxBorder#2A2F32
  • settings.checkboxForeground#EEE9E8
  • settings.dropdownBackground#2A2F32
  • settings.dropdownBorder#2A2F32
  • settings.dropdownForeground#EEE9E8
  • settings.focusedRowBackground#2A2F32
  • settings.focusedRowBorder#2A2F32
  • settings.headerForeground#EEE9E8
  • settings.modifiedItemIndicator#2A2F32
  • settings.numberInputBackground#2A2F32
  • settings.numberInputBorder#2A2F32
  • settings.numberInputForeground#EEE9E8
  • settings.textInputBackground#2A2F32
  • settings.textInputBorder#2A2F32
  • settings.textInputForeground#EEE9E8
  • sideBar.background#2A2F32
  • sideBar.border#2A2F32
  • sideBar.dropBackground#2A2F32
  • sideBarSectionHeader.background#2A2F32
  • sideBarTitle.foreground#EEE9E8
  • statusBar.background#2A2F32
  • tab.activeBackground#2A2F32
  • tab.activeBorderTop#906958
  • tab.activeForeground#EEE9E8
  • tab.border#2A2F32
  • tab.hoverBackground#3c4d58
  • tab.hoverForeground#EEE9E8
  • tab.inactiveBackground#2A2F32
  • tab.inactiveForeground#EEE9E8
  • textLink.activeForeground#906958
  • textLink.foreground#906958
  • titleBar.activeBackground#2A2F32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#666666italic
variable, string constant.other.placeholder#a0a1a7—
constant.other.color#FFFFFF—
invalid, invalid.illegal#FF5370—
keyword, storage.type, storage.modifier#906958italic bold
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#788A94—
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#906958—
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#906958—
meta.block variable.other#788A94—
support.other.variable, string.other.link#F07178—
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#C7C8CC—
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#c3c3c3ca—
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#C7C8CC—
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#788A94—
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#788A94—
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
entity.other.attribute-name.class#906958—
source.sass keyword.control#906958—
markup.inserted#C3E88D—
markup.deleted#FF5370—
markup.changed#C792EA—
string.regexp#F9F2F1—
constant.character.escape#F9F2F1—
*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#C7C8CC—
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#F9F2F1—
text.html.markdown markup.inline.raw.markdown#906958—
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#C7C8CC—
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#3C4D58—
markup.italic#788A94italic
markup.bold, markup.bold string#D8D4D6bold
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#AAADB3bold
markup.underline#F78C6Cunderline
markup.quote punctuation.definition.blockquote.markdown#65737E—
markup.quote—italic
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—
LayonUno by layon-extensions - VS Code Theme