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#263238
  • activityBar.foreground#FFF
  • activityBarBadge.background#80CBC4
  • activityBarBadge.foreground#000000
  • button.background#485f6a
  • button.foreground#FFF
  • button.hoverBackground#ffffff80
  • debugExceptionWidget.border#999
  • debugToolBar.background#3e515b
  • debugToolBar.border#999
  • dropdown.background#485f6a
  • dropdown.border#999
  • dropdown.foreground#fff
  • editor.background#263238
  • editor.foreground#FFF
  • editor.lineHighlightBackground#00000050
  • editor.selectionBackground#555
  • editorCursor.foreground#FFCC00
  • editorGroup.background#FFF
  • editorGroup.border#CCC
  • editorGroupHeader.noTabsBackground#999
  • editorGroupHeader.tabsBackground#263238
  • editorHoverWidget.background#263238
  • editorIndentGuide.background#999
  • editorLineNumber.foreground#ddd
  • editorLink.activeForeground#fff
  • editorSuggestWidget.background#263238
  • editorSuggestWidget.border#CCC
  • editorSuggestWidget.foreground#FFF
  • editorSuggestWidget.highlightForeground#CCC
  • editorSuggestWidget.selectedBackground#485f6a
  • editorWhitespace.foreground#999
  • editorWidget.background#3e515b
  • errorForeground#FF5370
  • focusBorder#FFFFFF00
  • foreground#FFF
  • input.background#485f6a
  • input.border#999
  • input.foreground#FFF
  • input.placeholderForeground#ccc
  • inputOption.activeBorder#fff
  • inputValidation.errorBorder#FF5370
  • inputValidation.infoBorder#82AAFF
  • inputValidation.warningBorder#FFCB6B
  • list.activeSelectionBackground#485f6a
  • list.activeSelectionForeground#fff
  • list.focusBackground#666
  • list.highlightForeground#999
  • list.hoverBackground#485f6a
  • list.inactiveSelectionBackground#34444c
  • panel.background#1f292e
  • panel.border#CCC
  • panelTitle.activeBorder#CCC
  • panelTitle.activeForeground#FFF
  • panelTitle.inactiveForeground#aaa
  • pickerGroup.border#999
  • pickerGroup.foreground#CCC
  • scrollbar.shadow#fff
  • scrollbarSlider.activeBackground#99999980
  • scrollbarSlider.background#99999980
  • scrollbarSlider.hoverBackground#ffffff80
  • selection.background#bbb
  • sideBar.background#1f292e
  • sideBar.border#999
  • sideBarSectionHeader.background#232E33
  • sideBarTitle.foreground#FFF
  • statusBar.background#485f6a
  • statusBar.debuggingBackground#F06651
  • statusBar.foreground#FFF
  • statusBar.noFolderBackground#485f6a
  • tab.activeBackground#1f292e
  • tab.activeForeground#FFF
  • tab.border#CCC
  • tab.inactiveBackground#1f292e
  • tab.inactiveForeground#999
  • tab.unfocusedActiveForeground#bbb
  • tab.unfocusedInactiveForeground#666
  • terminal.ansiBlack#000
  • terminal.ansiBlue#82AAFF
  • terminal.ansiBrightBlack#546E7A
  • terminal.ansiBrightBlue#82AAFF
  • terminal.ansiBrightCyan#89DDFF
  • terminal.ansiBrightGreen#C3E88D
  • terminal.ansiBrightMagenta#C792EA
  • terminal.ansiBrightRed#FF5370
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#FFCB6B
  • terminal.ansiCyan#89DDFF
  • terminal.ansiGreen#C3E88D
  • terminal.ansiMagenta#C792EA
  • terminal.ansiRed#FF5370
  • terminal.ansiWhite#fff
  • terminal.ansiYellow#FFCB6B
  • titleBar.activeBackground#263238
  • titleBar.activeForeground#546E7A
  • titleBar.inactiveBackground#263238
  • titleBar.inactiveForeground#546E7A
  • widget.shadow#ffffff11

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#32CD32
variable, string constant.other.placeholder#EEFFFF
constant.other.color#ffffff
invalid, invalid.illegal, invalid.broken#ffffff
invalid.unimplemented#ffffff
invalid.deprecated#ffffff
keyword, storage.type, storage.modifier#F1F1AB
Keyword, Storageitalic
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#89DDFF
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method, meta.block-level#89DDFF
support.other.variable, string.other.link#f07178
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit#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.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#FFA2B4
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#FFF
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FFA2B4
variable.language#FFA2B4
entity.name.method.js#89DDFF
meta.class-method.js entity.name.function.js, variable.function.constructor#89DDFF
entity.other.attribute-name#F1F1AB
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFA2B4
entity.other.attribute-name.class#FFA2B4
source.sass keyword.control#89DDFF
markup.inserted#C3E88D
markup.deleted#FFA2B4
markup.changed#F1F1AB
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#89DDFF
source.js constant.other.object.key.js string.unquoted.label.js#FFA2B4
source.json meta.structure.dictionary.json support.type.property-name.json#89DDFF
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#89DDFF
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#89DDFF
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#89DDFF
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#89DDFF
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#89DDFF
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#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 meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#f07178
text.html.markdown, punctuation.definition.list_item.markdown#EEFFFF
text.html.markdown markup.inline.raw.markdown#F1F1AB
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
text.html.markdown meta.dummy.line-break#000
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D
markup.italic#FFA2B4italic
markup.bold, markup.bold string#FFA2B4bold
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#FFA2B4bold
markup.underline#F78C6Cunderline
markup.strike#FF5370
markup.quote punctuation.definition.blockquote.markdown#65737E
markup.quoteitalic
string.other.link.title.markdown#89DDFF
string.other.link.description.title.markdown#F1F1AB
constant.other.reference.link.markdown#FFA2B4
markup.raw.block#F1F1AB
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF

Shiki preview

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

Loading...

Zeal Theme by kq.adem - VS Code Theme