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.activeBorder#84868a
  • activityBar.background#171719
  • activityBar.border#000
  • activityBar.dropBorder#141416
  • activityBar.foreground#84868a
  • activityBar.inactiveForeground#4e5357
  • activityBarBadge.background#84868a
  • activityBarBadge.foreground#171719
  • breadcrumb.activeSelectionForeground#c4c6ca
  • breadcrumb.background#1c1c1e
  • breadcrumb.focusForeground#c4c6ca
  • breadcrumb.foreground#84868a
  • breadcrumbPicker.background#19191b
  • button.background#171719
  • button.foreground#84868a
  • dropdown.background#202021
  • dropdown.border#000
  • dropdown.foreground#c4c6ca
  • dropdown.listBackground#19191b
  • editor.background#1c1c1e
  • editor.lineHighlightBackground#242426
  • editor.selectionBackground#34333a
  • editor.selectionHighlightBorder#34333a
  • editorCursor.foreground#c4c6ca
  • editorError.foreground#f37f8f
  • editorGroup.dropBackground#19191b
  • editorGroupHeader.tabsBackground#171719
  • editorGutter.addedBackground#86EFAC
  • editorGutter.deletedBackground#f86363
  • editorGutter.modifiedBackground#93C5FD
  • editorIndentGuide.activeBackground#4c4c4e
  • editorIndentGuide.background#333335
  • editorLineNumber.activeForeground#6c6c6e
  • editorLineNumber.foreground#4c4c4e
  • editorRuler.foreground#333335
  • editorWarning.foreground#eed881
  • editorWidget.background#19191b
  • editorWidget.border#000
  • editorWidget.foreground#84868a
  • focusBorder#84868a
  • foreground#84868a
  • gitDecoration.addedResourceForeground#BEF264
  • gitDecoration.deletedResourceForeground#FCA5A5
  • gitDecoration.ignoredResourceForeground#54565a
  • gitDecoration.modifiedResourceForeground#93C5FD
  • gitDecoration.untrackedResourceForeground#86EFAC
  • icon.foreground#84868a
  • input.background#171719
  • input.border#000
  • input.foreground#c4c6ca
  • input.placeholderForeground#84868a
  • list.activeSelectionBackground#28282a
  • list.activeSelectionForeground#c4c6ca
  • list.dropBackground#171719
  • list.errorForeground#f37f8f
  • list.focusBackground#202021
  • list.focusForeground#c4c6ca
  • list.hoverBackground#242426
  • list.hoverForeground#c4c6ca
  • list.inactiveSelectionBackground#1c1c1e
  • list.inactiveSelectionForeground#c4c6ca
  • list.warningForeground#eed881
  • panel.background#171719
  • panel.border#000
  • panelTitle.activeForeground#84868a
  • panelTitle.inactiveForeground#4e5357
  • sideBar.background#19191b
  • sideBar.border#000
  • sideBar.dropBackground#19191b
  • sideBar.foreground#84868a
  • sideBarSectionHeader.background#171719
  • sideBarSectionHeader.border#000
  • sideBarSectionHeader.foreground#84868a
  • statusBar.background#171719
  • statusBar.border#000
  • statusBar.foreground#84868a
  • statusBarItem.hoverBackground#1c1c1e
  • tab.activeBackground#1c1c1e
  • tab.activeBorderTop#84868a
  • tab.activeForeground#c4c6ca
  • tab.border#171719
  • tab.hoverBackground#1c1c1e
  • tab.hoverForeground#c4c6ca
  • tab.inactiveBackground#171719
  • tab.inactiveForeground#84868a
  • terminal.ansiBlack#0f172a
  • terminal.ansiBlue#bfdbfe
  • terminal.ansiBrightBlack#334155
  • terminal.ansiBrightBlue#60a5fa
  • terminal.ansiBrightCyan#22d3ee
  • terminal.ansiBrightGreen#4ade80
  • terminal.ansiBrightMagenta#e879f9
  • terminal.ansiBrightRed#f87171
  • terminal.ansiBrightWhite#f8fafc
  • terminal.ansiBrightYellow#facc15
  • terminal.ansiCyan#a5f3fc
  • terminal.ansiGreen#bbf7d0
  • terminal.ansiMagenta#f5d0fe
  • terminal.ansiRed#fca5a5
  • terminal.ansiWhite#e2e8f0
  • terminal.ansiYellow#fef08a
  • terminal.background#19191b
  • terminal.border#000
  • terminal.foreground#84868a
  • titleBar.activeBackground#171719
  • titleBar.activeForeground#84868a
  • titleBar.border#000
  • titleBar.inactiveBackground#171719
  • titleBar.inactiveForeground#84868a
  • tree.indentGuidesStroke#333335

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
strongbold
markup.underlineunderline
source#c4c6ca
invalid#f37f8f
punctuation.definition.tag#a4a8aa
comment#5f5f61
entity.other.attribute-name#a0c8e2
emphasis, markup.italicitalic
markup.bold, markup.heading#C4B5FDbold
entity.name.function.tagged-template, entity.name.operator.custom-literal, meta.function-call, source.powershell variable.other.member, support.constant.handlebars#6de6a3
markup.deleted, markup.inline.raw, meta.embedded.assembly, meta.preprocessor.string, punctuation.definition.string.template.begin, punctuation.definition.string.template.end, string, string.tag, string.value#eedb8e
constant.character.escape, entity.name.tag.css, entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.scss, keyword.operator.quantifier.regexp, source.css.less entity.other.attribute-name.id#87ccf5
keyword.operator.type.annotation, entity.name.type.enum, entity.name.type.module, entity.name.variable, meta.definition.variable.name, meta.object-literal.key, meta.structure.dictionary.key.python, punctuation.accessor, source, source.coffee.embedded, support.function.git-rebase, support.type.property-name, support.type.vendored.property-name, support.variable, text, variable, variable.css, variable.other.constant, variable.other.enummember, variable.other.less, variable.scss#d4d8da
constant.character.character-class.regexp, constant.character.set.regexp, constant.language, constant.numeric, constant.other.character-class.regexp, constant.other.character-class.set.regexp, constant.sha.git-rebase, keyword.operator.minus.exponent, keyword.operator.plus.exponent, keyword.other.unit, markup.inserted, meta.preprocessor.numeric, string.regexp, variable.other.enummember#b69af7
constant.other.color.rgb-value, constant.other.rgb-value, keyword.control.anchor.regexp, keyword.operator.negation.regexp, keyword.operator.or.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, punctuation.definition.character-class.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.group.regexp, support.constant.color, support.constant.font-name, support.constant.media, support.constant.media-type, support.constant.property-value, support.other.parenthesis.regexp#73eba9
constant.character, entity.name.function.preprocessor, entity.name.operator, entity.name.tag, keyword, keyword.control, keyword.control, keyword.operator, markup.changed, meta.diff.header, meta.preprocessor, punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded, punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php, source.cpp keyword.operator.new, storage, storage.modifier, storage.modifier.import.java, storage.modifier.package.java, storage.type, variable.language, variable.language.wildcard.java#f17787
entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.type, entity.other.attribute, entity.other.inherited-class, meta.return-type, meta.type.cast.expr, meta.type.new.expr, storage.type.annotation.groovy, storage.type.annotation.java, storage.type.boolean.go, storage.type.byte.go, storage.type.cs, storage.type.error.go, storage.type.generic.cs, storage.type.generic.groovy, storage.type.generic.java, storage.type.groovy, storage.type.java, storage.type.modifier.cs, storage.type.numeric.go, storage.type.object.array.groovy, storage.type.object.array.java, storage.type.parameters.groovy, storage.type.primitive.array.groovy, storage.type.primitive.array.java, storage.type.primitive.groovy, storage.type.primitive.java, storage.type.rune.go, storage.type.string.go, storage.type.token.java, storage.type.uintptr.go, storage.type.variable.cs, support.class, support.constant.dom, support.constant.json, support.constant.math, support.type, support.type.property-name.json#73ccff
Duskwood by Gabriel Toll Stålbom - VS Code Theme