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.activeBackground#084453
  • activityBar.background#136070
  • activityBar.foreground#e8df5b
  • activityBarBadge.background#084453
  • badge.background#136070
  • banner.background#136070
  • banner.foreground#e8df5b
  • breadcrumb.activeSelectionForeground#eadc18
  • breadcrumb.background#136070
  • breadcrumb.focusForeground#eadc18
  • breadcrumb.foreground#eadc18
  • breadcrumbPicker.background#136070
  • button.background#78780a
  • button.border#78780a
  • button.foreground#f0e655
  • button.hoverBackground#136070
  • debugExceptionWidget.background#084453
  • debugIcon.breakpointCurrentStackframeForeground#eadc18
  • debugIcon.breakpointDisabledForeground#eadc18
  • debugIcon.breakpointForeground#eadc18
  • debugIcon.breakpointStackframeForeground#eadc18
  • debugIcon.breakpointUnverifiedForeground#eadc18
  • debugIcon.continueForeground#eadc18
  • debugIcon.disconnectForeground#eadc18
  • debugIcon.pauseForeground#eadc18
  • debugIcon.restartForeground#eadc18
  • debugIcon.startForeground#eadc18
  • debugIcon.stepBackForeground#eadc18
  • debugIcon.stepIntoForeground#eadc18
  • debugIcon.stepOutForeground#eadc18
  • debugIcon.stepOverForeground#eadc18
  • debugIcon.stopForeground#eadc18
  • debugToolBar.background#136070
  • editor.background#136070
  • editor.foreground#58af54
  • editor.lineHighlightBorder#136070
  • editorGroup.emptyBackground#136070
  • editorGroupHeader.tabsBackground#084453
  • editorWarning.border#084453
  • editorWidget.background#136070
  • editorWidget.foreground#eadc18
  • input.background#136070
  • input.foreground#e8df5b
  • input.placeholderForeground#e8df5b
  • inputOption.activeBorder#084453
  • list.activeSelectionBackground#136070
  • list.activeSelectionForeground#eadc18
  • list.focusAndSelectionOutline#136070
  • list.hoverBackground#136070
  • list.inactiveFocusBackground#084453
  • list.inactiveSelectionBackground#136070
  • menu.background#136070
  • menu.border#136070
  • menu.foreground#f0e655
  • menu.selectionBackground#084453
  • menu.selectionForeground#eadc18
  • menu.separatorBackground#142b4f
  • menubar.selectionBackground#084453
  • menubar.selectionForeground#eadc18
  • panel.background#084453
  • panelSectionHeader.background#084453
  • panelTitle.activeForeground#e8df5b
  • peekViewEditor.background#136070
  • peekViewResult.background#084453
  • peekViewResult.fileForeground#e8df5b
  • peekViewResult.lineForeground#e8df5b
  • peekViewTitle.background#084453
  • peekViewTitleDescription.foreground#78780a
  • peekViewTitleLabel.foreground#e8df5b
  • sideBar.background#084453
  • sideBar.foreground#eadc18
  • sideBarTitle.foreground#eadc18
  • statusBar.background#084453
  • statusBar.foreground#e8df5b
  • tab.activeBackground#136070
  • tab.activeForeground#eadc18
  • tab.border#136070
  • tab.hoverBackground#136070
  • tab.hoverForeground#eadc18
  • tab.inactiveBackground#084453
  • tab.unfocusedActiveBackground#084453
  • tab.unfocusedHoverBackground#136070
  • tab.unfocusedInactiveBackground#084453
  • terminal.background#084453
  • terminal.foreground#e8df5b
  • terminalCursor.background#136070
  • titleBar.activeBackground#eadc18
  • titleBar.activeForeground#084453
  • welcomePage.background#136070

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable, string constant.other.placeholder#919139
constant.other.color#eadc18
invalid, invalid.illegal#d44545
keyword, storage.type, storage.modifier#C792EA
keyword.control, constant.other.color, punctuation, meta.tag, 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#89DDFF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#50b452
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#eadc18
meta.block variable.other#f07178
support.other.variable, string.other.link#f07178
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#F78C6C
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#C3E88D
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#FFCB6B
support.type#B2CCD6
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#B2CCD6
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370
variable.language#FF5370italic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#C792EA
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
entity.other.attribute-name.class#FFCB6B
source.sass keyword.control#82AAFF
markup.inserted#C3E88D
markup.deleted#FF5370
markup.changed#C792EA
string.regexp#89DDFF
constant.character.escape#89DDFF
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#FF5370italic
source.json meta.structure.dictionary.json support.type.property-name.json#C792EA
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B
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#F78C6C
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#FF5370
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#C17E70
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#82AAFF
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#f07178
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#C792EA
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#C3E88D
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
text.html.markdown markup.inline.raw.markdown#C792EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#f07178italic
markup.bold, markup.bold string#f07178bold
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#f07178bold
markup.underline#F78C6Cunderline
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#82AAFF
string.other.link.description.title.markdown#C792EA
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#C792EA
markup.raw.block.fenced.markdown#136070
punctuation.definition.fenced.markdown#136070
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#136070
meta.separator#136070bold
markup.table#EEFFFF

Shiki preview

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

Loading...

VS Code-背景控制器 by zhizhemodi - VS Code Theme