Skip to main content
Coding Theme

Color themes

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#99A29E
  • activityBar.background#141716
  • activityBar.border#141716
  • activityBar.foreground#99A29E
  • activityBar.inactiveForeground#66736D
  • activityBarBadge.background#FF91CC
  • activityBarBadge.foreground#141716
  • badge.background#FF91CC
  • badge.foreground#141716
  • breadcrumb.background#141716
  • breadcrumb.focusForeground#99A29E
  • breadcrumb.foreground#99A29E99
  • button.background#FF91CC
  • button.foreground#141716
  • button.hoverBackground#FF91CCCC
  • debugToolBar.background#1D1D1F
  • debugToolBar.border#1D1D1F00
  • diffEditor.insertedLineBackground#FFFFFF15
  • diffEditor.insertedTextBackground#FFFFFF15
  • diffEditor.removedLineBackground#FF808015
  • diffEditor.removedTextBackground#FF808015
  • editor.background#141716
  • editor.foreground#eeffff
  • editor.selectionBackground#FFFFFF25
  • editor.selectionHighlightBackground#FFFFFF25
  • editorBracketHighlight.foreground1#99A29E
  • editorBracketHighlight.foreground2#99A29E
  • editorBracketHighlight.foreground3#99A29E
  • editorBracketHighlight.foreground4#99A29E
  • editorBracketHighlight.foreground5#99A29E
  • editorBracketHighlight.foreground6#99A29E
  • editorBracketHighlight.unexpectedBracket.foreground#FF8080
  • editorError.foreground#FF8080
  • editorGroupHeader.tabsBackground#141716
  • editorGutter.addedBackground#FFFFFF
  • editorGutter.deletedBackground#FF8080
  • editorGutter.modifiedBackground#FF91CC
  • editorHoverWidget.background#191D1B
  • editorHoverWidget.border#1F2421
  • editorInlayHint.background#1D1D1F
  • editorInlayHint.foreground#ADADB890
  • editorLineNumber.activeForeground#99A29E
  • editorLineNumber.foreground#66736D
  • editorOverviewRuler.border#101010
  • editorRuler.foreground#1D1D1F
  • editorWarning.foreground#FF91CC
  • editorWidget.background#141716
  • editorWidget.foreground#99A29E
  • editorWidget.resizeBorder#66736D88
  • focusBorder#FF91CCa1
  • foreground#ECEEED
  • input.background#ffffff05
  • input.border#14171600
  • input.foreground#ADADB8
  • input.placeholderForeground#99A29E88
  • list.activeSelectionBackground#1D1D1F
  • list.activeSelectionForeground#FF91CC
  • list.activeSelectionIconForeground#FF91CC
  • list.focusBackground#1D1D1F
  • list.focusForeground#99A29E
  • list.highlightForeground#FF91CC
  • list.hoverBackground#1D1D1F
  • list.hoverForeground#99A29E
  • list.inactiveSelectionBackground#1D1D1F
  • list.inactiveSelectionForeground#99A29E
  • menu.background#191D1B
  • menu.border#14171600
  • menu.foreground#99A29E
  • menu.selectionBackground#66736D33
  • menu.separatorBackground#66736D33
  • progressBar.background#FF91CC
  • selection.background#FF70BC
  • settings.modifiedItemIndicator#FF91CC
  • sideBar.background#141716
  • sideBar.border#141716
  • sideBar.foreground#99A29E
  • sideBarSectionHeader.background#141716
  • sideBarSectionHeader.border#141716
  • sideBarSectionHeader.foreground#99A29E
  • sideBarTitle.foreground#99A29E
  • statusBar.background#141716
  • statusBar.debuggingBackground#FF7300
  • statusBar.debuggingForeground#FFF
  • statusBar.foreground#A0A0A0
  • statusBarItem.remoteBackground#FF91CC
  • statusBarItem.remoteForeground#000
  • tab.activeBackground#56565c29
  • tab.activeBorder#141716
  • tab.activeBorderTop#141716
  • tab.activeForeground#ADADB8
  • tab.border#141716
  • tab.inactiveBackground#141716
  • textLink.activeForeground#FF91CC
  • textLink.foreground#FF91CC
  • titleBar.activeBackground#141716
  • titleBar.activeForeground#ADADB8
  • titleBar.border#141716
  • titleBar.inactiveBackground#141716
  • tree.inactiveIndentGuidesStroke#56565c80
  • tree.indentGuidesStroke#66736D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#8b8b8b94
variable, string constant.other.placeholder, entity.name.tag#FFF
constant.other.color#FFF
invalid, invalid.illegal#FF8080
keyword, storage.type, storage.modifier#A0A0A0
keyword.control, constant.other.color, 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#A0A0A0
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#FF91CC
entity.name.function, variable.function, support.function, keyword.other.special-method#FF91CC
meta.block variable.other#FFF
support.other.variable, string.other.link#FFF
constant.numeric, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other, constant.language.boolean#FF91CC
string, constant.other.symbol, constant.other.key, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#ffffff
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#FF91CC
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, source.postcss support.type.property-name, support.type.vendored.property-name.css, source.css.scss entity.name.tag, variable.parameter.keyframe-list.css, meta.property-name.css, variable.parameter.url.scss, meta.property-value.scss, meta.property-value.css#FFF
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF8080
variable.language#A0A0A0
entity.name.method.js#FFFF
meta.class-method.js entity.name.function.js, variable.function.constructor#FFFF
entity.other.attribute-name, meta.property-list.scss, meta.attribute-selector.scss, meta.property-value.css, entity.other.keyframe-offset.css, meta.selector.css, entity.name.tag.reference.scss, entity.name.tag.nesting.css, punctuation.separator.key-value.css#A0A0A0
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FF91CC
entity.other.attribute-name.class, entity.other.attribute-name.id, meta.attribute-selector.scss, variable.parameter.misc.css#FF91CC
source.sass keyword.control, meta.attribute-selector.scss#FFFFFF
markup.inserted#FFFFFF
markup.deleted#FF8080
markup.changed#A0A0A0
string.regexp#A0A0A0
constant.character.escape#A0A0A0
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#FFFF
source.js constant.other.object.key.js string.unquoted.label.js#FF8080italic
source.json meta.structure.dictionary.json support.type.property-name.json#FF91CC
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FF91CC
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#FF91CC
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#FF91CC
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#FF91CC
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#FF91CC
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#FF91CC
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#FF91CC
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#FF91CC
text.html.markdown, punctuation.definition.list_item.markdown#FFF
text.html.markdown markup.inline.raw.markdown#A0A0A0
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#FFF
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading, markup.inserted.git_gutter#FF91CC
markup.italic#FFFitalic
markup.bold, markup.bold string#FFFbold
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#FFFbold
markup.underline#FF91CCunderline
markup.quote punctuation.definition.blockquote.markdown#FFF
markup.quote
string.other.link.title.markdown#FFFF
string.other.link.description.title.markdown#A0A0A0
constant.other.reference.link.markdown#FF91CC
markup.raw.block#A0A0A0
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#FFF
variable.language.fenced.markdown#FFF
meta.separator#65737Ebold
markup.table#FFF

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Seren - Coding Theme