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#392f35
  • activityBar.activeBorder#ff7e5f
  • activityBar.background#2a2024
  • activityBar.border#463a41
  • activityBar.foreground#f2e9e4
  • activityBarBadge.background#ff7e5f
  • activityBarBadge.foreground#ffffff
  • badge.background#ff7e5f
  • badge.foreground#ffffff
  • button.background#ff7e5f
  • button.foreground#ffffff
  • button.hoverBackground#feb47b
  • dropdown.background#392f35
  • dropdown.border#463a41
  • dropdown.foreground#f2e9e4
  • editor.background#2a2024
  • editor.findMatchBackground#feb47b60
  • editor.findMatchHighlightBackground#feb47b40
  • editor.foreground#f2e9e4
  • editor.lineHighlightBackground#392f35
  • editor.selectionBackground#ff7e5f40
  • editor.selectionHighlightBackground#ff7e5f30
  • editor.wordHighlightBackground#ff7e5f30
  • editor.wordHighlightStrongBackground#ff7e5f40
  • editorBracketMatch.background#ff7e5f40
  • editorBracketMatch.border#ff7e5f
  • editorCursor.foreground#ff7e5f
  • editorGroupHeader.tabsBackground#2a2024
  • editorGroupHeader.tabsBorder#463a41
  • editorIndentGuide.activeBackground1#ff7e5f
  • editorIndentGuide.background1#463a41
  • editorLineNumber.activeForeground#ff7e5f
  • editorLineNumber.foreground#d7c6bc
  • editorWhitespace.foreground#463a41
  • focusBorder#ff7e5f
  • gitDecoration.conflictingResourceForeground#ce6a57
  • gitDecoration.deletedResourceForeground#e63946
  • gitDecoration.ignoredResourceForeground#d7c6bc
  • gitDecoration.modifiedResourceForeground#feb47b
  • gitDecoration.untrackedResourceForeground#ffcaa7
  • input.background#463a41
  • input.border#463a41
  • input.foreground#f2e9e4
  • input.placeholderForeground#d7c6bc
  • inputOption.activeBorder#ff7e5f
  • inputValidation.errorBackground#e63946
  • inputValidation.errorForeground#ffffff
  • list.activeSelectionBackground#ff7e5f40
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#ff7e5f40
  • list.highlightForeground#ff7e5f
  • list.hoverBackground#392f35
  • list.inactiveSelectionBackground#392f35
  • notificationCenterHeader.background#392f35
  • notificationCenterHeader.foreground#f2e9e4
  • notifications.background#392f35
  • notifications.border#463a41
  • notifications.foreground#f2e9e4
  • panel.background#2a2024
  • panel.border#463a41
  • panelTitle.activeBorder#ff7e5f
  • panelTitle.activeForeground#f2e9e4
  • panelTitle.inactiveForeground#d7c6bc
  • progressBar.background#ff7e5f
  • scrollbar.shadow#2a2024
  • scrollbarSlider.activeBackground#ff7e5f70
  • scrollbarSlider.background#463a4150
  • scrollbarSlider.hoverBackground#463a4170
  • sideBar.background#2a2024
  • sideBar.border#463a41
  • sideBar.foreground#f2e9e4
  • sideBarSectionHeader.background#392f35
  • sideBarSectionHeader.border#463a41
  • sideBarSectionHeader.foreground#f2e9e4
  • sideBarTitle.foreground#f2e9e4
  • statusBar.background#392f35
  • statusBar.border#463a41
  • statusBar.debuggingBackground#ff7e5f
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#f2e9e4
  • statusBar.noFolderBackground#392f35
  • statusBar.noFolderForeground#f2e9e4
  • statusBarItem.activeBackground#ff7e5f40
  • statusBarItem.errorBackground#e63946
  • statusBarItem.errorForeground#ffffff
  • statusBarItem.hoverBackground#463a41
  • statusBarItem.prominentBackground#ff7e5f
  • statusBarItem.prominentForeground#ffffff
  • statusBarItem.prominentHoverBackground#feb47b
  • statusBarItem.warningBackground#feb47b
  • statusBarItem.warningForeground#2a2024
  • tab.activeBackground#392f35
  • tab.activeBorder#ff7e5f
  • tab.activeForeground#f2e9e4
  • tab.border#463a41
  • tab.inactiveBackground#2a2024
  • tab.inactiveForeground#d7c6bc
  • terminal.ansiBlack#2a2024
  • terminal.ansiBlue#ff7e5f
  • terminal.ansiBrightBlack#463a41
  • terminal.ansiBrightBlue#ff7e5f
  • terminal.ansiBrightCyan#ffad8f
  • terminal.ansiBrightGreen#ffcaa7
  • terminal.ansiBrightMagenta#ce6a57
  • terminal.ansiBrightRed#e63946
  • terminal.ansiBrightWhite#f2e9e4
  • terminal.ansiBrightYellow#feb47b
  • terminal.ansiCyan#ffad8f
  • terminal.ansiGreen#ffcaa7
  • terminal.ansiMagenta#ce6a57
  • terminal.ansiRed#e63946
  • terminal.ansiWhite#f2e9e4
  • terminal.ansiYellow#feb47b
  • terminal.background#2a2024
  • terminal.foreground#f2e9e4
  • terminal.selectionBackground#ff7e5f40
  • terminal.selectionForeground#ffffff
  • titleBar.activeBackground#2a2024
  • titleBar.activeForeground#f2e9e4
  • titleBar.border#463a41
  • titleBar.inactiveBackground#2a2024
  • titleBar.inactiveForeground#d7c6bc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#d7c6bcitalic
variable, string constant.other.placeholder#f2e9e4
constant.other.color#ffcaa7
invalid, invalid.illegal#e63946
keyword, storage.type, storage.modifier#ff7e5f
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#feb47b
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#ff7e5f
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#ffad8f
meta.block variable.other#ff7e5f
support.other.variable, string.other.link#ff7e5f
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#feb47b
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#ffcaa7
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#feb47b
support.type#ffad8f
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#ffad8f
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#e63946
variable.language#e63946italic
entity.name.method.js#ffad8fitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#ffad8f
entity.other.attribute-name#ff7e5f
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#feb47bitalic
entity.other.attribute-name.class#feb47b
source.sass keyword.control#ffad8f
markup.inserted#ffcaa7
markup.deleted#e63946
markup.changed#ff7e5f
string.regexp#feb47b
constant.character.escape#feb47b
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#ffad8fitalic
source.js constant.other.object.key.js string.unquoted.label.js#e63946italic
source.json meta.structure.dictionary.json support.type.property-name.json#ff7e5f
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#feb47b
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#ffcaa7
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#ffad8f
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#ce6a57
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#ffad8f
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#ff7e5f
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#ff7e5f
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#ffcaa7
text.html.markdown, punctuation.definition.list_item.markdown#f2e9e4
text.html.markdown markup.inline.raw.markdown#ff7e5f
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#d7c6bc
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#ffcaa7
markup.italic#ff7e5fitalic
markup.bold, markup.bold string#ff7e5fbold
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#ff7e5fbold
markup.underline#feb47bunderline
markup.quote punctuation.definition.blockquote.markdown#d7c6bc
markup.quoteitalic
string.other.link.title.markdown#ffad8f
string.other.link.description.title.markdown#ff7e5f
constant.other.reference.link.markdown#feb47b
markup.raw.block#ff7e5f
markup.raw.block.fenced.markdown#2a202450
punctuation.definition.fenced.markdown#2a202450
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#f2e9e4
variable.language.fenced.markdown#d7c6bc
meta.separator#d7c6bcbold
markup.table#f2e9e4
Sunset Horizon by fabiantrafada - VS Code Theme