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#1b1a20
  • activityBarBadge.background#5e5e80
  • activityBarBadge.foreground#c5c5c5
  • badge.background#5e5e80
  • badge.foreground#c5c5c5
  • breadcrumb.background#1b1a20
  • button.background#3e3e5c
  • button.secondaryBackground#1f1f20
  • dropdown.background#1b1a20
  • dropdown.border#3a3a3c
  • editor.background#1b1a20
  • editor.findMatchBackground#3a3a3c
  • editor.foreground#c5c5c5
  • editor.selectionBackground#3a3a3c
  • editorError.foreground#DF6C7F
  • editorGroupHeader.noTabsBackground#1b1a20
  • editorGroupHeader.tabsBackground#1b1a20
  • editorInfo.foreground#9999d4
  • editorLightBulb.foreground#D6B88D
  • editorLightBulbAutoFix.foreground#D6B88D
  • editorLineNumber.activeForeground#cccccc95
  • editorLineNumber.foreground#cccccc60
  • editorSuggestWidget.background#27252e
  • editorSuggestWidget.border#27252e
  • editorSuggestWidget.foreground#c5c5c5
  • editorSuggestWidget.highlightForeground#d6b88d
  • editorSuggestWidget.selectedBackground#3e3e5c
  • editorSuggestWidget.selectedForeground#c5c5c5
  • editorWarning.foreground#d6b88d
  • editorWidget.background#1b1a20
  • focusBorder#9999d4
  • input.background#1b1a20
  • input.border#9999d4
  • input.foreground#c5c5c5
  • list.activeSelectionBackground#3e3e5c
  • list.errorForeground#DF6C7F
  • list.foreground
  • list.hoverBackground#3e3e5c
  • list.inactiveSelectionBackground#1b1a20
  • menu.background#1b1a20
  • notifications.background#27252e
  • panel.background#1b1a20
  • problemsErrorIcon.foreground#DF6C7F
  • quickInput.background#27252e
  • settings.modifiedItemIndicator#3e3e5c
  • sideBar.background#1b1a20
  • sideBar.border#1b1a20
  • sideBar.foreground#c5c5c5
  • sideBarSectionHeader.background#1b1a20
  • sideBarTitle.foreground#c5c5c5
  • statusBar.background#3e3e5c
  • statusBar.debuggingBackground#3e3e5c
  • statusBar.foreground#c5c5c5
  • statusBar.noFolderBackground#3e3e5c
  • statusBarItem.activeBackground#1f1f20
  • statusBarItem.prominentBackground#1f1f20
  • statusBarItem.remoteBackground#3e3e5c
  • symbolIcon.arrayForeground#D6B88D
  • symbolIcon.booleanForeground#DF6C7F
  • symbolIcon.classForeground#B2CCD6
  • symbolIcon.colorForeground#c5c5c5
  • symbolIcon.constantForeground#B2A0C7
  • symbolIcon.constructorForeground#ca9f9d
  • symbolIcon.enumeratorForeground#B2CCD6
  • symbolIcon.eventForeground#d6b88d
  • symbolIcon.fieldForeground#c5c5c5
  • symbolIcon.fileForeground#c5c5c5
  • symbolIcon.folderForeground#c5c5c5
  • symbolIcon.functionForeground#ca9f9d
  • symbolIcon.interfaceForeground#B2CCD6
  • symbolIcon.keyForeground#c5c5c5
  • symbolIcon.keywordForeground#6f838b
  • symbolIcon.methodForeground#9999d4
  • symbolIcon.moduleForeground#DF6C7F
  • symbolIcon.namespaceForeground#B2CCD6
  • symbolIcon.nullForeground#DF6C7F
  • symbolIcon.numberForeground#b2a0c7
  • symbolIcon.objectForeground#c5c5c5
  • symbolIcon.operatorForeground#919191
  • symbolIcon.packageForeground#c5c5c5
  • symbolIcon.propertyForeground#B2CCD6
  • symbolIcon.referenceForeground#D6B88D
  • symbolIcon.snippetForeground#B2A0C7
  • symbolIcon.stringForeground#d6b88d
  • symbolIcon.structForeground#B2CCD6
  • symbolIcon.textForeground#c5c5c5
  • symbolIcon.typeParameterForeground#B2CCD6
  • symbolIcon.unitForeground#b2a0c7
  • symbolIcon.variableForeground#c5c5c5
  • tab.activeBackground#1b1a20
  • tab.activeForeground#c5c5c5
  • tab.inactiveBackground#1b1a20
  • terminal.background#1b1a20
  • textLink.activeForeground#acacd1
  • textLink.foreground#9999d4
  • titleBar.activeBackground#1b1a20
  • titleBar.inactiveBackground#1b1a20

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
source.js, source.ts, punctuation, keyword.operator, cast.expr.ts, 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, keyword.operator.type.annotation.ts, punctuation.definition.parameter.end.ts, storage.type.function.arrow, meta.brace.round, meta.brace.square#919191
comment, punctuation.definition.comment#cccccc90
keyword.operator.new, entity.other.attribute-name, source.json meta.structure.dictionary.json support.type.property-name.json#A5A2B8
variable, variable.other.constant, string constant.other.placeholder, meta.object-literaly.key, meta.object.member, meta.var.expr.ts, meta.function, markup.table, markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end, entity.name.label.ts, meta.tag#c5c5c5
constant.language, string, punctuation.definition.string.end, punctuation.definition.string.begin, constant.numeric, 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, meta.import, meta.var-single-variable.expr.ts, constant.other.color#d6b88d
variable.language.this.ts, variable.language.super, constant.language.null, constant.language.undefined, constant.language.boolean.false, constant.language.boolean.true#DF6C7Fbold
support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other, markup.changed.git_gutter#b2a0c7
property, interface, enum, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, support.type.sys-types, entity.name.type.instance.jsdoc, entity.name.type.ts, entity.other.attribute-name.class, source.sass keyword.control, string.other.link.title.markdown#B2CCD6
support.type.primitive.ts#B2CCD6bold
variable.defaultLibrary, markup.deleted, markup.italic, entity.name.module.js, variable.import.parameter.js, variable.other.class.js#DF6C7F
entity.name.function#ca9f9d
markup.inserted#a2b18c
keyword, storage.type, storage.modifier, punctuation.definition.block.tag.jsdoc, entity.name.tag#76848f
*url*, *link*, *uri*underline
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name, tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js, markup.quote#B2CCD6italic
markup.bold, markup.bold string, 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, meta.separator#DF6C7Fbold
markup.underline#F78C6Cunderline
invalid, invalid.illegal#FF5370
dull-pine by alejandro9frescas - VS Code Theme