Skip to main content
CodingTheme

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#15181e
  • activityBar.foreground#b9bdc6
  • activityBarBadge.background#007acc
  • activityBarBadge.foreground#ffffff
  • badge.background#363d49
  • dropdown.background#363d49
  • dropdown.border#363d49
  • editor.background#15181e
  • editor.foreground#bac4d6
  • editor.inactiveSelectionBackground#333842
  • editor.lineHighlightBackground#1f232a
  • editor.lineHighlightBorder#1f232a
  • editor.selectionBackground#333842
  • editor.selectionHighlightBackground#3e4551
  • editorBracketHighlight.foreground1#fac863
  • editorBracketHighlight.foreground2#5bb3b3
  • editorBracketHighlight.foreground3#f99157
  • editorBracketHighlight.foreground4#ec5f67
  • editorBracketHighlight.foreground5#bb80b3
  • editorBracketHighlight.foreground6#98c379
  • editorBracketMatch.border#44638b
  • editorBracketPairGuide.background1#fac86321
  • editorBracketPairGuide.background2#5bb3b321
  • editorBracketPairGuide.background3#f9915721
  • editorBracketPairGuide.background4#ec5f6721
  • editorBracketPairGuide.background5#bb80b321
  • editorBracketPairGuide.background6#98c37921
  • editorCodeLens.foreground#505762
  • editorCursor.foreground#528bff
  • editorGroupHeader.noTabsBackground#15181e
  • editorGroupHeader.tabsBackground#15181e
  • editorHoverWidget.background#363d49
  • editorHoverWidget.border#363d49
  • editorLineNumber.foreground#505762
  • editorSuggestWidget.background#15181e
  • editorSuggestWidget.border#15181e00
  • editorSuggestWidget.foreground#bac4d6
  • editorSuggestWidget.highlightForeground#e3e5e8
  • editorSuggestWidget.selectedBackground#323843
  • editorWhitespace.foreground#303641
  • editorWidget.background#15181e
  • focusBorder#33384200
  • foreground#bac4d6
  • input.background#363d49
  • input.border#363d49
  • inputValidation.errorBackground#5f0d0d
  • inputValidation.errorBorder#15181e
  • inputValidation.infoBackground#1970b8
  • inputValidation.infoBorder#1970b8
  • inputValidation.warningBackground#b85119
  • inputValidation.warningBorder#b85119
  • list.activeSelectionBackground#15181e
  • list.dropBackground#007acc
  • list.focusBackground#15181e
  • list.hoverBackground#15181e
  • list.inactiveSelectionBackground#15181e
  • panel.border#1f242d
  • panelTitle.activeBorder#ffffff
  • panelTitle.inactiveForeground#818998
  • peekView.border#15181e
  • peekViewEditor.background#15181e
  • peekViewEditor.matchHighlightBackground#333942
  • peekViewEditorGutter.background#15181e
  • peekViewResult.background#15181e
  • peekViewResult.fileForeground#818998
  • peekViewResult.lineForeground#abb0ba
  • peekViewResult.matchHighlightBackground#333842
  • peekViewResult.selectionBackground#15181e
  • peekViewResult.selectionForeground#d5d7dd
  • peekViewTitle.background#15181e
  • peekViewTitleDescription.foreground#818998
  • peekViewTitleLabel.foreground#ffffff
  • scrollbarSlider.activeBackground#6f7a9035
  • scrollbarSlider.background#6f7a9035
  • scrollbarSlider.hoverBackground#9aa2b135
  • sideBar.background#15181e
  • sideBar.foreground#abb0ba
  • sideBarSectionHeader.background#15181e
  • sideBarSectionHeader.foreground#babec4
  • sideBarTitle.foreground#8a95a8
  • statusBar.background#15181e
  • statusBar.debuggingBackground#15181e
  • statusBar.debuggingForeground#4fb0ff
  • statusBar.foreground#babec4
  • statusBar.noFolderBackground#15181e
  • statusBar.noFolderForeground#babec4
  • tab.border#15181e00
  • tab.inactiveBackground#111418
  • tab.inactiveForeground#818998
  • terminal.ansiBlack#1d2025
  • terminal.ansiBlue#4fb0ff
  • terminal.ansiBrightBlack#4f6695
  • terminal.ansiBrightBlue#4fb0ff
  • terminal.ansiBrightCyan#50cddd
  • terminal.ansiBrightGreen#9ac181
  • terminal.ansiBrightMagenta#db7f99
  • terminal.ansiBrightRed#e06c75
  • terminal.ansiBrightWhite#e3e5e8
  • terminal.ansiBrightYellow#edd6a3
  • terminal.ansiCyan#50cddd
  • terminal.ansiGreen#9ac181
  • terminal.ansiMagenta#db7f99
  • terminal.ansiRed#e06c75
  • terminal.ansiWhite#bac4d6
  • terminal.ansiYellow#edd6a3
  • titleBar.activeBackground#15181e
  • titleBar.activeForeground#aaaaaa
  • titleBar.inactiveBackground#15181e
  • titleBar.inactiveForeground#aaaaaa
  • widget.shadow#00000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.comment#565F6Ditalic
string#EDD6A3
constant.numeric#E9A463
string.embedded.begin, string.embedded.end#E9A463
punctuation.definition.string#aca45e
punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#9fe4ff
string.embedded#9CC284
constant.language#4FB0FF
constant.character, constant.other, variable.other.constant#9CC284
variable.language#4FB0FF
variable.readwrite, variable.readwrite.other.block#BAC4D6
keyword#4FB0FF
keyword.control#8c98ff
keyword.control.loop#ffa78c
keyword.control.flow#e5ff9d
punctuation.terminator#8a8a8a
storage.type.js#65ddec
keyword.operator.relational#ffe3b0
punctuation.accessor#628dc5
variable.language.this, variable.language.this.js#E3E5E8
keyword.operator#BAC4D6
keyword.operator.assignment.js#BAC4D6
storage#4FB0FF
storage.type#4FB0FF
source.cs storage.type#50CDDD
entity.name.class, entity.name.module, entity.name.type, storage.identifier, support.class#50CDDD
variable.other.object#BAC4D6
variable.other.block#BAC4D6
support.variable.property, variable.other.property, variable.other.object.property#8DA7FF
variable.other.readwrite#BAC4D6
variable.other.readwrite.alias#BAC4D6
entity.other.inherited-class#BAC4D6
entity.name.function#DB7F99
variable.parameter#9CC284
entity.name.function-call#DB7F99
function.support.builtin, function.support.core#DB7F99
entity.name.tag, entity.name.tag.class.js, entity.name.tag.class.jsx#4FB0FF
entity.name.tag.class#DB7F99
meta.tag.sgml.doctype.html#4FB0FF
entity.other.attribute-name#DB7F99
support.function#DB7F99
support.constant#50CDDD
support.type, support.variable#50CDDD
support.dictionary.json, source.json support.type#BAC4D6
source.json string#EDD6A3
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#899AA9
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#DB7F99
variable.css, variable.scss, variable.less, variable.sass#F1DE60
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#BAC4D6
unit.css, unit.scss, unit.less, unit.sass#B9794F
meta.property-value.css constant.numeric.css, meta.property-value.scss constant.numeric.scss, meta.property-value.less constant.numeric.less, meta.property-value.sass constant.numeric.sass#E9A463
source.css constant.other#E9A463
source.css support.constant#DB7F99
function.css, function.scss, function.less, function.sass#DB7F99
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass, meta.property-list.scss, entity.name.tag.css, entity.name.tag.scss, entity.name.tag.less#80a8cc
entity.name.tag.sass, entity.name.tag.css#50CDDD
entity.other.attribute-name.css, entity.other.attribute-name.scss, entity.other.attribute-name.less, entity.other.attribute-name.sasscss#4FB0FF
entity.other.attribute-name.class.css, entity.other.attribute-name.class.scss, entity.other.attribute-name.class.less, entity.other.attribute-name.class.sass#81EF97
entity.other.attribute-name.id.css, entity.other.attribute-name.id.scss, entity.other.attribute-name.id.less, entity.other.attribute-name.id.sass#9CC284
entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-class.scss, entity.other.attribute-name.pseudo-class.less, entity.other.attribute-name.pseudo-class.sass#8DA7FF
entity.other.attribute-name.pseudo-element.css, entity.other.attribute-name.pseudo-element.scss, entity.other.attribute-name.pseudo-element.less, entity.other.attribute-name.pseudo-element.sass#8DA7FF
meta.at-rule.media.css, meta.at-rule.media.scss, meta.at-rule.media.less, meta.at-rule.media.sass#4FB0FF
source.css keyword, source.css keyword.operator.logical, source.css keyword.operator.constructor, source.scss keyword, source.scss keyword.operator.logical, source.scss keyword.operator.constructor, source.less keyword, source.less keyword.operator.logical, source.less keyword.operator.constructor, source.sass keyword, source.sass keyword.operator.logical, source.sass keyword.operator.constructor#4FB0FF
source.css keyword.other.unit#B9794F
source.css support.type.vendored.property-name.css#565F6D
source.css support.function#DB7F99
source.css variable.parameter#D4C19B
source.css variable.other#9CC284
support.other.variable
invalid#F8F8F0
invalid.deprecated#F8F8F0
string.detected-link#4FB0FF
meta.diff, meta.diff.header#4B525B
markup.deleted#E06C75
markup.inserted#9CC284
markup.changed#D1BF94
constant.numeric.line-number.find-in-files - match#50CDDDA0
entity.name.filename.find-in-files#D0D0D0
entity.name.tag.xml, entity.name.tag.xml.html,entity.name.tag.html#4FB0FF
entity.name.tag.namespace.xml, entity.other.attribute-name.namespace.xml#9CC284
punctuation.definition.tag.xml,punctuation.definition.tag.html, punctuation.definition.tag#BAC4D6
entity.name.tag.localname.xml#4FB0FF
entity.other.attribute-name.xml, entity.other.attribute-name.localname.xml,entity.other.attribute-name.html#DB7F99
keyword.other.entitytype.xml, keyword.other.entity.xml, keyword.other.page-props.xml#E5C07B
meta.attribute-with-value.id.html meta.toc-list.id.html, meta.attribute-with-value.id.html string.quoted.double.html#9CC284
token.info-token#6796E6
token.warn-token#CD9731
token.error-token#F44747
token.debug-token#B267E6
comment, keyword, storage.modifier, storage.type.class.js, storage.type.js, entity.other.attribute-nameitalic
keyword.control.conditional, keyword.operator

Shiki preview

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

Loading...

Dark Filk Theme by Philip Park - VS Code Theme