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#2d2c2a
  • activityBar.activeBorder#ff6600
  • activityBar.background#232220
  • activityBar.border#21201e
  • activityBarBadge.background#ff6600
  • breadcrumb.background#00000044
  • button.background#0066ffaa
  • button.hoverBackground#0066ff
  • diffEditor.diagonalFill#404040
  • diffEditor.insertedTextBackground#33ff990b
  • diffEditor.removedTextBackground#ff339920
  • editor.background#232220
  • editor.findMatchBackground#00000088
  • editor.findMatchBorder#0066ff
  • editor.findMatchHighlightBackground#00000044
  • editor.findMatchHighlightBorder#606060
  • editor.foreground#c0c0c0
  • editor.inactiveSelectionBackground#404040
  • editor.lineHighlightBackground#00000011
  • editor.lineHighlightBorder#00000011
  • editor.selectionBackground#000000
  • editor.selectionForeground#ffe600
  • editor.selectionHighlightBackground#000000
  • editor.selectionHighlightBorder#404040
  • editor.wordHighlightBackground#00000044
  • editor.wordHighlightStrongBackground#000000
  • editor.wordHighlightStrongBorder#404040
  • editorCursor.foreground#ff6600
  • editorGroupHeader.noTabsBackground#262524
  • editorGroupHeader.tabsBackground#262524
  • editorIndentGuide.activeBackground#666666
  • editorIndentGuide.background#2b2b2b
  • focusBorder#ffffff44
  • foreground#c0c0c0
  • gitDecoration.addedResourceForeground#0099ff
  • gitDecoration.conflictingResourceForeground#cc00ff
  • gitDecoration.ignoredResourceForeground#505050
  • gitDecoration.modifiedResourceForeground#ffeeaadd
  • gitDecoration.untrackedResourceForeground#00ff88
  • icon.foreground#fff
  • input.background#21201e
  • input.border#404040
  • list.activeSelectionBackground#404040
  • list.filterMatchBackground#0066ff
  • list.focusOutline#606060
  • list.hoverBackground#00000022
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#2d2c2a
  • list.inactiveSelectionForeground#ffffff
  • listFilterWidget.background#21201e
  • listFilterWidget.noMatchesOutline#cc00ff
  • listFilterWidget.outline#0066ff
  • menu.background#151C28
  • menu.border#21201e
  • menu.foreground#c0c0c0
  • menu.selectionBackground#00000044
  • menu.selectionBorder#797979
  • menu.selectionForeground#ffffff
  • menu.separatorBackground#21201e
  • minimap.background#21201e
  • panel.background#151C28
  • panel.border#21201e
  • panelTitle.inactiveForeground#ffffff44
  • scrollbar.shadow#222
  • sideBar.background#2d2c2a
  • sideBar.border#21201e
  • sideBarSectionHeader.background#232220
  • sideBarSectionHeader.border#21201e
  • sideBarSectionHeader.foreground#ffffff44
  • sideBarTitle.foreground#ffffff44
  • statusBar.background#2d2c2a
  • statusBar.border#21201e
  • tab.activeBorderTop#ff6600
  • tab.border#21201e
  • tab.hoverBackground#00000022
  • tab.hoverBorder#ffffff10
  • tab.hoverForeground#fff
  • tab.inactiveBackground#262524
  • terminal.background#0e131a
  • terminal.border#161c26
  • textLink.activeForeground#fff
  • textLink.foreground#ffeecc
  • titleBar.activeBackground#21201e
  • titleBar.border#21201e
  • titleBar.inactiveBackground#21201e
  • titleBar.inactiveForeground#606060

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#606060italic
variable, string constant.other.placeholder, source.python, meta.function-call.arguments.python#ffffff
constant.other.color#ffffff
invalid, invalid.illegal#cc00ff
keyword, keyword.control#c0c0c0italic
keyword.control.conditional, keyword.control.flow.python#ffeeaadditalic
storage.type, storage.modifier, keyword.other.special-method.dockerfile, keyword.other.sql, keyword.control.import.python#ff77aa
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#606060
punctuation.accessor.optional, punctuation.separator.slice.python#ffaadddd
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#33aaeeitalic
text.html.derivative#ffffff
meta.function-call, variable.function, support.function, keyword.other.special-method#c0c0c0italic
meta.decorator#c0c0c0italic
meta.block variable.other#ffffff
support.other.variable, string.other.link#f07178
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#fff
string, punctuation.definition.string.end, punctuation.definition.string.begin#eae2b7
constant.other.symbol, constant.other.key#f00
entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#ffffff
entity.name, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types, meta.function-call.generic.python#ffbb88
support.type#eae2b7italic
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#c0c0c0italic
variable.language.this#44aaffitalic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#ff77aa
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#ff77aa
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#33AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json#ff77aa
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#ff77aa
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#ff77aa
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#ff77aa
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#ff77aa
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
source.yaml keyword.control.flow.block-scalar.literal.yaml, source.yaml storage.modifier.chomping-indicator.yaml
source.python keyword.operator.comparison.python
RedBarba, The Theme by redbarba - VS Code Theme