Skip to main content
CodingTheme

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#ff3d7b
  • activityBar.background#09090f
  • activityBarBadge.background#8b1343
  • activityBarBadge.foreground#d4d4d4
  • badge.background#8b1343
  • badge.foreground#d4d4d4
  • button.background#1290af
  • button.foreground#101010
  • debugToolBar.background#0e0e16
  • dropdown.background#101019
  • editor.background#0a0a10
  • editor.findMatchBackground#383851
  • editor.findMatchHighlightBackground#2d2d53
  • editor.findRangeHighlightBackground#191923
  • editor.foreground#d4d4d4
  • editor.hoverHighlightBackground#09090f
  • editor.inactiveSelectionBackground#7f83ff46
  • editor.lineHighlightBackground#0a0a10
  • editor.lineHighlightBorder#191923
  • editor.rangeHighlightBackground#191923
  • editor.selectionBackground#7f83ff46
  • editor.selectionHighlightBackground#212131
  • editor.wordHighlightBackground#212131
  • editor.wordHighlightStrongBackground#19192f
  • editorError.foreground#ff3333
  • editorGroup.dropBackground#09090f7f
  • editorGroup.focusedEmptyBorder#191923
  • editorGroupHeader.tabsBackground#09090f
  • editorHoverWidget.background#09090f
  • editorLineNumber.activeForeground#c6c6c6
  • editorLineNumber.foreground#FFFFFF4d
  • editorMarkerNavigation.background#191923
  • editorMarkerNavigationError.background#ff3333
  • editorOverviewRuler.errorForeground#ff33337f
  • editorWidget.background#09090f
  • focusBorder#222236
  • foreground#d4d4d4
  • gitDecoration.conflictingResourceForeground#28283e
  • gitDecoration.deletedResourceForeground#ff3333
  • gitDecoration.ignoredResourceForeground#636363
  • gitDecoration.modifiedResourceForeground#ead653
  • gitDecoration.untrackedResourceForeground#af8bf3
  • input.background#101019
  • inputOption.activeBorder#28283e
  • list.activeSelectionBackground#191923
  • list.activeSelectionForeground#d4d4d4
  • list.dropBackground#34343c
  • list.errorForeground#ff3333
  • list.focusBackground#1b1b2c
  • list.focusForeground#d4d4d4
  • list.highlightForeground#b9e453
  • list.hoverBackground#b0b1d813
  • list.inactiveSelectionBackground#2b2a3d
  • menu.selectionBackground#8b1343
  • minimapSlider.hoverBackground#b9b9d13f
  • panel.background#09090f
  • panel.border#FFFFFF1a
  • panelTitle.activeBorder#d4d4d480
  • panelTitle.inactiveForeground#d4d4d480
  • peekView.border#ff427e
  • peekViewEditor.background#08080c
  • peekViewResult.background#09090f
  • peekViewTitle.background#0a0a10
  • pickerGroup.border#FFFFFF1a
  • progressBar.background#ead653
  • scrollbar.shadow#0a0a10
  • scrollbarSlider.activeBackground#9a9a9c7f
  • scrollbarSlider.background#34343c7f
  • scrollbarSlider.hoverBackground#7d7d807f
  • selection.background#7f83ff46
  • sideBar.background#09090f
  • sideBarSectionHeader.background#09090f
  • statusBar.background#0a0a10
  • statusBar.border#0a0a10
  • statusBar.debuggingBackground#db5516
  • statusBar.debuggingBorder#e379337f
  • statusBar.debuggingForeground#f1f1f1
  • statusBar.foreground#7d7d80
  • statusBar.noFolderBackground#0a0a10
  • statusBar.noFolderForeground#7d7d80
  • statusBarItem.activeBackground#09090f
  • statusBarItem.hoverBackground#09090f
  • statusBarItem.prominentBackground#28283e
  • statusBarItem.prominentHoverBackground#ead653
  • tab.activeBorder#ff3d7b
  • tab.activeModifiedBorder#bf2261
  • tab.border#00000033
  • tab.inactiveBackground#0e0e16
  • tab.inactiveModifiedBorder#c90c58
  • tab.unfocusedActiveModifiedBorder#bf2261
  • tab.unfocusedInactiveModifiedBorder#c90c58
  • terminal.selectionBackground#496ecc
  • titleBar.activeBackground#08080c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5C6370italic
variable, string constant.other.placeholder#FA414F
constant.other.color#70AEFF
invalid, invalid.illegal#ff3333underline
keyword, storage.type, storage.modifier#af8bf3italic
keyword.control, punctuation#af8bf3italic
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters, punctuation.definition.separator, punctuation.definition.separator, punctuation.definition.array#3DC0E1
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#FA414F
variable.function, support.function, keyword.other.special-method#3DC0E1
meta.block variable.other#70AEFF
support.other.variable, string.other.link#3DC0E1
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other#FF427Eitalic
string, 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#EAD653
entity.name, support.type, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#B9E453italic
support.type#70AEFF
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#3DC0E1
source.css support.constant.property-value, source.sass support.constant.property-value, source.scss support.constant.property-value, source.less support.constant.property-value, source.stylus support.constant.property-value, source.postcss support.constant.property-value#d4d4d4
entity.name.tag.css#B9E453
constant.numeric.css, keyword.other.unit#d4d4d4
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#FF5370italic
entity.name.method.js#3DC0E1italic
meta.class-method.js entity.name.function.js, variable.function.constructor, meta.function-call, meta.tag#af8bf3
entity.other.attribute-name#B9E453
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#ED4637
entity.other.attribute-name.class#ED4637
source.sass keyword.control#3DC0E1
markup.inserted#EAD653
markup.deleted#FA414F
markup.changed#af8bf3
string.regexp#70AEFF
constant.character.escape#70AEFF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#70AEFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json#FA414F
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FF427E
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#fd3b3b
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#e02929
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#d82c49
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#70AEFF
text.html.markdown, punctuation.definition.list_item.markdown#d4d4d4
text.html.markdown markup.inline.raw.markdown#eb2939
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#FF3333
markup.italic#af8bf3italic
markup.bold, markup.bold string#FF427Ebold
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#FF427Ebold
markup.underline#F78C6Cunderline
markup.quote punctuation.definition.blockquote.markdown#828688
markup.quoteitalic
string.other.link.title.markdown#70AEFF
string.other.link.description.title.markdown#af8bf3
constant.other.reference.link.markdown#B9E453
markup.raw.block#af8bf3
markup.raw.block.fenced.markdown#2e2e2ec2
punctuation.definition.fenced.markdown#2e2e2ec2
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#d4d4d4
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#d4d4d4
support.class.component.js#FF427E
variable.other.object.js, variable.other.property.js, variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx#3DC0E1
meta.tag.jsx, meta.jsx.children.tsx, meta.jsx.children.js.jsx#d4d4d4

Shiki preview

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

Loading...

Yami by Hatim Murtuza - VS Code Theme