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#292831
  • activityBar.border#29283160
  • activityBar.foreground#FBFBFB
  • activityBarBadge.background#90B7FF
  • activityBarBadge.foreground#292831
  • badge.background#292831
  • badge.foreground#ffffff
  • breadcrumb.activeSelectionForeground#76A3FF
  • breadcrumb.background#262529
  • breadcrumb.focusForeground#FBFBFB
  • breadcrumb.foreground#d1d1d1
  • breadcrumbPicker.background#292831
  • button.background#76A3FF50
  • contrastBorder#76A3FF40
  • debugToolBar.background#292831
  • diffEditor.insertedTextBackground#1C82AD15
  • diffEditor.removedTextBackground#D8921620
  • dropdown.background#292831
  • dropdown.border#FBFBFB10
  • editor.background#292831
  • editor.findMatchBackground#292831
  • editor.findMatchBorder#76A3FF
  • editor.findMatchHighlightBackground#76A3FF93
  • editor.findMatchHighlightBorder#FBFBFB30
  • editor.foreground#FBFBFB
  • editor.lineHighlightBackground#29283150
  • editor.selectionBackground#90B7FF30
  • editor.selectionHighlightBackground#76A3FF6b
  • editor.selectionHighlightBorder#fffffff0
  • editorBracketMatch.background#292831
  • editorBracketMatch.border#FEC2607f
  • editorCursor.foreground#FEC260
  • editorError.foreground#D8921670
  • editorGroup.border#29283130
  • editorGroupHeader.tabsBackground#292831
  • editorGutter.addedBackground#1C82AD60
  • editorGutter.deletedBackground#D8921660
  • editorGutter.modifiedBackground#90B7FF60
  • editorHoverWidget.background#292831
  • editorHoverWidget.border#FBFBFB10
  • editorIndentGuide.activeBackground1#397281
  • editorIndentGuide.background1#39728170
  • editorInfo.foreground#90B7FF70
  • editorLineNumber.activeForeground#90B7FF
  • editorLineNumber.foreground#c7c7c7c0
  • editorLink.activeForeground#FBFBFB
  • editorMarkerNavigation.background#FBFBFB05
  • editorOverviewRuler.border#292831
  • editorOverviewRuler.errorForeground#D8921640
  • editorOverviewRuler.findMatchForeground#76a4fffd
  • editorOverviewRuler.infoForeground#90B7FF40
  • editorOverviewRuler.warningForeground#FEC26070
  • editorRuler.foreground#397281
  • editorSuggestWidget.background#292831
  • editorSuggestWidget.border#FBFBFB10
  • editorSuggestWidget.foreground#FBFBFB
  • editorSuggestWidget.highlightForeground#FEC260
  • editorSuggestWidget.selectedBackground#76A3FF20
  • editorWarning.foreground#1C82AD
  • editorWhitespace.foreground#FBFBFB40
  • editorWidget.background#292831
  • editorWidget.border#FEC260
  • editorWidget.resizeBorder#76A3FF
  • extensionButton.prominentBackground#1C82AD90
  • extensionButton.prominentHoverBackground#D89216
  • focusBorder#FBFBFB00
  • gitDecoration.conflictingResourceForeground#FEC260
  • gitDecoration.deletedResourceForeground#D89216
  • gitDecoration.ignoredResourceForeground#76A3FF
  • gitDecoration.modifiedResourceForeground#B8B1EF
  • gitDecoration.untrackedResourceForeground#90B7FF
  • input.background#292831
  • input.border#FBFBFB10
  • input.foreground#FBFBFB
  • input.placeholderForeground#FBFBFB60
  • inputOption.activeBackground#FBFBFB30
  • inputOption.activeBorder#FBFBFB30
  • inputValidation.errorBorder#D8921650
  • inputValidation.infoBorder#90B7FF50
  • inputValidation.warningBorder#FEC26050
  • list.activeSelectionBackground#292831
  • list.activeSelectionForeground#fafafa
  • menu.background#2f2f31f8
  • menu.border#76A3FF50
  • menu.foreground#FBFBFB
  • menu.selectionBackground#155e83
  • menu.selectionBorder#ffffff30
  • menu.selectionForeground#FBFBFB
  • sideBar.background#292831
  • sideBar.border#76A3FF50
  • sideBar.foreground#f8f8f8
  • statusBar.background#576CBC
  • statusBar.border#29283160
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#76A3FF50
  • tab.border#292831
  • tab.inactiveBackground#76A3FF20
  • terminal.ansiBlack#292831
  • terminal.ansiBrightBlack#76A3FF
  • terminalCursor.background#292831
  • terminalCursor.foreground#7860fe
  • titleBar.activeBackground#292831
  • titleBar.border#29283160

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable, string constant.other.placeholder, invalid.deprecated, keyword, storage.type, storage.modifier#8fcdff
variable, string constant.other.placeholder, entity.name.function, punctuation.definition.interpolation.end.bracket.curly.scss, punctuation.definition.interpolation.begin.bracket.curly.scssitalic
punctuation.definition.interpolation.end.bracket.curly.scss, punctuation.definition.interpolation.begin.bracket.curly.scss#33ace0
constant.other.php#FEC260
constant.other.color#FBFBFB
invalid, invalid.illegal#D89216
Keyword, Storageitalic
keyword.control, constant.other.color, punctuation.definition.tag, punctuation, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution, entity.name.tag.reference.scss#fafafa
keyword.control.trycatch, keyword.control.flow, keyword.control.async, keyword.control.exception#e97070
punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, entity.name.type.module.js#7d7fee
keyword.control.at-rule#ee5858
punctuation.definition, string.quoted.single.scss#A7A8AF
keyword.controlbold
comment.line.scss, comment.line.double-slash.js, punctuation.definition.comment.scss, punctuation.definition.comment.js, punctuation.definition.comment.html, comment.block.html#6D6F7C
comment#9c9fb1
text.html.derivative#fafafa
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#7d7fee
entity.name.tag.htmlbold
variable.parameter.js, variable.parameter.keyframe-list.css#FEC260
variable.other.object.js, storage.type.js, string.other.link.title.markdown, variable.other.readwrite.js, variable.other.property.js#f1f1f1
storage.type.js#fd7c78
string, string.quoted.double.html, variable.other.constant.js, variable.other.object.property.js, string.quoted.double.json, markup.fenced_code.block.markdown, markup.inline.raw.string.markdown, variable.function, keyword.other.special-method, entity.name.function, markup.bold, markup.bold.markdown, markup.italic.markdown, meta.class-method.js entity.name.function.js, variable.function.constructor, entity.name.tag.other.html, entity.name.tag.block.any.html, source.sass keyword.control#9097ff
entity.name.function, markup.bold, markup.bold.markdown, markup.italic.markdown, meta.class-method.js entity.name.function.js, variable.function.constructor, entity.name.tag.other.html, entity.name.tag.block.any.html, source.sass keyword.control#63e0ac
punctuation.definition.string.begin.html, punctuation.definition.string.end.html#90B7FF
support.other.variable, string.other.link, markup.table#FBFBFB
constant.numeric, constant.language, constant.escape, keyword.other.unit, keyword.other#47cbe2
variable.parameter.function.language.special, variable.parameter#D89216
constant.other.symbol, constant.other.key, entity.other.inherited-class, keyword.other.unit, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly, constant.other.object.key.js, string.unquoted.label.js#e7e7e7
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types, entity.other.attribute-name.html#FEC260
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#B8B1EF
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#D89216
entity.name.method.js, tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#90B7FFitalic
entity.other.attribute-name, support.function#FEC260
entity.other.attribute-name.id, entity.other.attribute-name.class, entity.other.attribute-name.pseudo-class, entity.name.tag.css, keyword.control.conditional.js, support.constant, entity.other.attribute-name.html, string.quoted.single.js, storage.type.function.js, meta.object-literal.key#FBFBFB
keyword.control.conditional.js#e9d79b
source.scss keyword.control#FEC260
markup.inserted#1C82AD
markup.deleted#D89216
markup.changed#FEC260
string.regexp#FEC260
constant.character.escape#fee660
*url*, *link*, *uri*underline
source.js constant.other.object.key.js string.unquoted.label.js#FBFBFBitalic
support.type.property-name.json#FBFBFB
text.html.markdown, punctuation.definition.list_item.markdown#FBFBFB
text.html.markdown markup.inline.raw.markdown#FEC260
text.html.markdown markup.inline.raw.markdown, punctuation.definition.raw.markdown#76A3FF50
text.html.markdown meta.dummy.line-break
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, entity.name.section.markdown#B8B1EFbold
markup.underline#90B7FFunderline
markup.strike
markup.quote punctuation.definition.blockquote.markdown#76A3FF50
markup.quoteitalic
string.other.link.description.title.markdown#FEC260
constant.other.reference.link.markdown#FEC260
markup.raw.block#FEC260
punctuation.definition.raw.markdown, punctuation.definition.markdown#FEC260
variable.language.fenced.markdown#76A3FF
meta.separator#A7A8AFbold
token.info-token#76A3FF
token.warn-token#FEC260
token.error-token#FF293B
token.debug-token#FEC260
CoderaTheme by JaspersArt - VS Code Theme