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#2F333D
  • activityBar.foreground#D7DAE0
  • activityBarBadge.background#528bff
  • activityBarBadge.foreground#F8FAFD
  • button.background#528bff
  • diffEditor.insertedTextBackground#66f0c213
  • dropdown.background#1d1f23
  • dropdown.border#181A1F
  • editor.background#282c34
  • editor.editor.findMatchBackground#42557B
  • editor.findMatchHighlightBackground#314365
  • editor.lineHighlightBackground#383E4A
  • editor.selectionBackground#3E4451
  • editorCursor.foreground#f8f8f0
  • editorError.foreground#c24038
  • editorGroup.background#181A1F
  • editorGroup.border#181A1F
  • editorGroupHeader.tabsBackground#21252B
  • editorHoverWidget.background#21252B
  • editorHoverWidget.border#181A1F
  • editorIndentGuide.background#3B4048
  • editorLineNumber.foreground#495162
  • editorRuler.foreground#484848
  • editorSuggestWidget.background#21252B
  • editorSuggestWidget.border#181A1F
  • editorSuggestWidget.selectedBackground#2c313a
  • editorWhitespace.foreground#3B4048
  • editorWidget.background#21252B
  • input.background#1d1f23
  • list.activeSelectionBackground#2c313a
  • list.activeSelectionForeground#d7dae0
  • list.focusBackground#383E4A
  • list.highlightForeground#C5C5C5
  • list.hoverBackground#292d35
  • list.inactiveSelectionBackground#2c313a
  • list.inactiveSelectionForeground#d7dae0
  • notification.background#21252b
  • progressBar.background#ffcc66
  • scrollbarSlider.activeBackground#747D9180
  • scrollbarSlider.background#4E566680
  • scrollbarSlider.hoverBackground#5A637580
  • sideBar.background#21252b
  • sideBar.foreground#8695b7
  • sideBarSectionHeader.background#282c34
  • statusBar.background#21252B
  • statusBar.debuggingBackground#21252B
  • statusBar.foreground#9da5b4
  • statusBar.noFolderBackground#21252B
  • statusBarItem.hoverBackground#2c313a
  • tab.activeBackground#2c313a
  • tab.border#181A1F
  • tab.inactiveBackground#21252B
  • titleBar.activeBackground#282c34
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#282C34
  • titleBar.inactiveForeground#6B717D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
text.html.markdown, punctuation.definition.list_item.markdown#a2aabc
text.html.markdown markup.raw.inline, text.html.markdown markup.inline.raw.string.markdown#5ccfe6
text.html.markdown meta.dummy.line-break#a2aabc
markdown.heading, markup.heading, markup.heading entity.name, markup.heading.markdown, punctuation.definition.heading.markdown#bae67e
markup.quote, punctuation.definition.blockquote.markdown#5ccfe6italic
string.other.link.title.markdown#ffcc66underline
markup.raw.block.fenced.markdown#d7dce2
punctuation.definition.fenced.markdown, variable.language.fenced.markdown#a2aabc
variable.language.fenced.markdown#a2aabc
meta.separator#a2aabc
#abb2bf
comment#5c6370italic
html.doctype#5c6370italic
string#98c379
string.embedded.begin, string.embedded.end#e06c75
string.embedded#56b6c2
constant.numeric#AC58FF
constant.language#E95293
constant.character, constant.other#E95293
variable.language#c678dd
variable.readwrite, variable.block, variable.support#e06c75
variable.readwrite.var-single-variable.js#59f2f7
variable.readwrite.js#abb2bf
keyword, keyword.operator.logical, keyword.operator.constructor, keyword.operator.new#E95293
keyword.operator#61afef
storage#c678dd
storage.type.function#c678dd
entity.name.class, entity.name.module, entity.name.type#82C600
entity.other.inherited-class#82C600
entity.name.tag#e06c75
entity.other.attribute-name#d19a66
entity.name.function#61afef
variable.parameter#85AC3Aitalic
entity.name.function-call#abb2bf
function.support.builtin, function.support.core#56b6c2
support.function#56b6c2
support.constant#e5c07b
support.class#e5c07b
support.type#61afef
support.dictionary.json#56b6c2
support.type.property-name.css, support.type.property-name.scss, support.type.property-name.less, support.type.property-name.sass#abb2bf
support.constant.css, support.constant.scss, support.constant.less, support.constant.sass#56b6c2
variable.css, variable.scss, variable.less, variable.sass#5ccfe6
variable.css.string, variable.scss.string, variable.less.string, variable.sass.string#98c379
unit.css, unit.scss, unit.less, unit.sass#d19a66
function.css, function.scss, function.less, function.sass#56b6c2
variable.other.property, variable.other.object, variable.other.block#98c379
jade.import.variable, pug.import.variable#56b6c2
invalid#F8F8F0
invalid.deprecated#F8F8F0
structure.dictionary.property-name.json#56b6c2
string.detected-link#c678dd
meta.diff, meta.diff.header#75715E
markup.deleted#c678dd
markup.inserted#e5c07b
markup.changed#98c379
constant.numeric.line-number.find-in-files - match#56b6c2A0
entity.name.filename.find-in-files#98c379

Shiki preview

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

Loading...

G by jennygao - VS Code Theme