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#0e0d0c
  • activityBar.dropBorder#0e0d0c
  • activityBar.foreground#f5a250
  • activityBar.inactiveForeground#DDD1BE
  • activityBarBadge.background#FF5462
  • badge.background#8842c2
  • badge.foreground#1D1A15
  • button.background#cd8fff
  • button.border#cd8fff
  • button.foreground#280a41
  • button.hoverBackground#662c96
  • debugIcon.breakpointForeground#d62c7b
  • editor.background#1D1A15
  • editor.foreground#eeffff
  • editor.hoverHighlightBackground#423a2b
  • editor.selectionBackground#3f3b27
  • editor.selectionForeground#1D1A15
  • editor.selectionHighlightBackground#756957
  • editor.selectionHighlightBorder#927953
  • editorBracketHighlight.foreground1#DDD1BE
  • editorBracketHighlight.foreground2#DDD1BE
  • editorBracketHighlight.foreground3#DDD1BE
  • editorBracketHighlight.foreground4#DDD1BE
  • editorBracketHighlight.foreground5#DDD1BE
  • editorBracketHighlight.foreground6#DDD1BE
  • editorBracketHighlight.unexpectedBracket.foreground#FF5462
  • editorBracketMatch.background#3c165c
  • editorBracketMatch.border#dcb1ff
  • editorCursor.foreground#efff14
  • editorGroupHeader.tabsBackground#0e0d0c
  • editorGroupHeader.tabsBorder#1D1A15
  • editorLineNumber.activeForeground#DDD1BE
  • editorLineNumber.foreground#6A604D
  • editorLink.activeForeground#dcb1ff
  • icon.foreground#d1c7c7
  • input.background#1D1A15
  • input.border#1D1A15
  • input.foreground#DDD1BE
  • input.placeholderForeground#615848
  • list.activeSelectionBackground#0e0d0c
  • list.hoverBackground#0e0d0c
  • list.hoverForeground#e9e8e7
  • menu.background#0e0d0c
  • menu.border#8842c2
  • menu.foreground#DDD1BE
  • menu.selectionBackground#8842c2
  • menu.selectionBorder#1D1A15
  • menu.selectionForeground#DDD1BE
  • menubar.selectionBackground#8842c2
  • menubar.selectionBorder#8842c2
  • menubar.selectionForeground#DDD1BE
  • notificationCenter.border#662c96
  • notificationCenterHeader.background#662c96
  • notificationCenterHeader.foreground#cd8fff
  • notificationLink.foreground#cd8fff
  • notifications.background#662c96
  • notifications.foreground#cd8fff
  • notificationToast.border#662c96
  • panel.border#423a2b
  • panelTitle.activeForeground#c5b393
  • scrollbarSlider.activeBackground#312b21
  • scrollbarSlider.background#312b21
  • scrollbarSlider.hoverBackground#423a2b
  • sideBar.background#0e0d0c
  • sideBar.border#3a352c
  • sideBar.dropBackground#dcb1ff
  • sideBar.foreground#83796a
  • sideBarSectionHeader.background#1D1A15
  • sideBarSectionHeader.border#1D1A15
  • sideBarSectionHeader.foreground#DDD1BE
  • sideBarTitle.foreground#f5a250
  • statusBar.background#8842c2
  • statusBar.border#8842c2
  • statusBar.debuggingBackground#662c96
  • statusBar.debuggingBorder#662c96
  • statusBar.debuggingForeground#fce9b7
  • statusBar.foreground#f7efc2
  • statusBarItem.activeBackground#662c96
  • statusBarItem.hoverBackground#ff97ee
  • statusBarItem.prominentBackground#662c96
  • statusBarItem.prominentForeground#bfa2d6
  • statusBarItem.prominentHoverBackground#ff97ee
  • tab.activeBackground#1D1A15
  • tab.activeForeground#DDD1BE
  • tab.hoverForeground#ffffff
  • tab.inactiveBackground#0e0d0c
  • tab.inactiveForeground#615848
  • terminal.ansiBrightCyan#607e6c
  • terminal.ansiBrightYellow#dcb1ff
  • terminal.ansiCyan#607e6c
  • terminal.ansiYellow#dcb1ff
  • terminal.background#1D1A15
  • terminal.border#1D1A15
  • terminal.foreground#DDD1BE
  • terminalCursor.foreground#84884b
  • titleBar.activeBackground#0e0d0c
  • titleBar.activeForeground#DDD1BE
  • titleBar.border#0e0d0c
  • titleBar.inactiveBackground#0e0d0c
  • titleBar.inactiveForeground#DDD1BE
  • toolbar.hoverBackground#8842c2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4b443aitalic bold
variable, string constant.other.placeholder#DDD1BE
constant.other.color#DDD1BE
invalid, invalid.illegal#FF5462
keyword, storage.type, storage.modifier#8d89acbold
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#e5c6ff
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#ffffff
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#b1b697
meta.block variable.other#7877d1
support.other.variable, string.other.link#ffffff
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#d89999
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#7a7070
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#e8ebe0
support.type#ffffff
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#4e4646
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#ffffff
variable.language#ffffffitalic
entity.name.method.js#ffffffitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#ffffff
entity.other.attribute-name#616da5italic bold
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#869695italic
entity.other.attribute-name.class#86b3b3
source.sass keyword.control#b386ad
markup.inserted#ffffff
markup.deleted#ffffff
markup.changed#ffffff
string.regexp#86b3b3
constant.character.escape#ffffff
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#ffffffitalic
source.js constant.other.object.key.js string.unquoted.label.js#ffffffitalic
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#899494
text.html.markdown markup.inline.raw.markdown#ffffff
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#ffffff
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#ffffff
markup.italic#ffffffitalic
markup.bold, markup.bold string#ffffffbold
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#ffffffbold
markup.underline#ffffffunderline
markup.quote punctuation.definition.blockquote.markdown#ffffff
markup.quoteitalic
string.other.link.title.markdown#ffffff
string.other.link.description.title.markdown#ffffff
constant.other.reference.link.markdown#fffffe
markup.raw.block#fefdff
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
dogsBark by Pets Roar - VS Code Theme