Skip to main content
Coding Theme

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#2c3e50
  • activityBar.dropBackground#1abc9c3f
  • activityBar.foreground#eeeeee
  • activityBarBadge.background#ec6051
  • badge.background#ec6051
  • badge.foreground#ecf0f1
  • button.background#1abc9c
  • button.foreground#ecf0f1
  • button.hoverBackground#149178
  • descriptionForeground#ecf0f1
  • dropdown.background#2c3e50
  • dropdown.foreground#ecf0f1
  • dropdown.listBackground#2c3e50
  • editor.background#2c3e50
  • editor.findMatchBackground#1abc9c94
  • editor.findMatchHighlightBackground#1abc9c71
  • editor.findRangeHighlightBackground#ec60511c
  • editor.foreground#ecf0f1
  • editor.lineHighlightBackground#ffffff22
  • editor.lineHighlightBorder#ffffff00
  • editor.selectionBackground#1abc9c71
  • editor.selectionHighlightBackground#ec605171
  • editor.wordHighlightBackground#ec605171
  • editor.wordHighlightStrongBackground#ec605171
  • editorBracketMatch.background#ffffff38
  • editorBracketMatch.border#ffffff00
  • editorGroup.background#2c3e50
  • editorGroup.dropBackground#1abc9c3f
  • editorGroupHeader.noTabsBackground#2c3e50
  • editorGroupHeader.tabsBackground#1abc9c
  • editorGutter.addedBackground#17c984
  • editorGutter.background#ec6051
  • editorGutter.deletedBackground#eb2525
  • editorGutter.modifiedBackground#ff8b2d
  • editorIndentGuide.activeBackground#ffffff28
  • editorIndentGuide.background#ffffff18
  • editorLineNumber.activeForeground#eeeeee
  • editorLineNumber.foreground#f4bbb5
  • editorOverviewRuler.addedForeground#17c984
  • editorOverviewRuler.bracketMatchForeground#ffffff88
  • editorOverviewRuler.deletedForeground#eb2525
  • editorOverviewRuler.errorForeground#ca2121
  • editorOverviewRuler.findMatchForeground#1abc9c88
  • editorOverviewRuler.infoForeground#5dbad1
  • editorOverviewRuler.modifiedForeground#ff8b2d
  • editorOverviewRuler.selectionHighlightForeground#ec605188
  • editorOverviewRuler.warningForeground#dd9b21
  • editorOverviewRuler.wordHighlightForeground#ec605188
  • editorOverviewRuler.wordHighlightStrongForeground#ec605188
  • editorSuggestWidget.background#384f66
  • editorSuggestWidget.border#384f66
  • editorSuggestWidget.highlightForeground#1abc9c
  • editorWidget.background#384f66
  • editorWidget.border#384f66
  • errorForeground#ecf0f1
  • focusBorder#1abc9c
  • foreground#ecf0f1
  • gitDecoration.conflictingResourceForeground#eb2525
  • gitDecoration.ignoredResourceForeground#cfcfcf
  • gitDecoration.modifiedResourceForeground#ff8b2d
  • gitDecoration.untrackedResourceForeground#17c984
  • input.background#2c3e50
  • input.foreground#ecf0f1
  • input.placeholderForeground#ffffff7e
  • inputOption.activeBorder#1abc9c
  • inputValidation.errorBackground#ca2121
  • inputValidation.errorBorder#ca2121
  • inputValidation.infoBackground#5dbad1
  • inputValidation.infoBorder#5dbad1
  • inputValidation.warningBackground#dd9b21
  • inputValidation.warningBorder#dd9b21
  • list.activeSelectionBackground#ec6051
  • list.activeSelectionForeground#eeeeee
  • list.dropBackground#ec60512d
  • list.errorForeground#eb2525
  • list.focusBackground#1abc9c52
  • list.hoverBackground#00000010
  • list.inactiveSelectionBackground#ec60512d
  • list.warningForeground#dd9b21
  • notificationCenterHeader.background#1abc9c
  • notificationCenterHeader.foreground#ecf0f1
  • notificationLink.foreground#ecf0f1
  • notifications.background#2c3e50
  • notifications.foreground#ecf0f1
  • panel.background#2c3e50
  • panel.dropBackground#1abc9c3f
  • peekView.border#c25044
  • peekViewEditor.background#202d3a
  • peekViewEditor.matchHighlightBackground#1abc9c94
  • peekViewEditorGutter.background#202d3a
  • peekViewResult.background#202d3a
  • peekViewResult.matchHighlightBackground#1abc9c71
  • peekViewResult.selectionBackground#ffffff22
  • peekViewTitle.background#c25044
  • peekViewTitleDescription.foreground#ecf0f1bb
  • progressBar.background#1abc9c
  • scrollbar.shadow#00000088
  • scrollbarSlider.activeBackground#1abc9cd2
  • scrollbarSlider.background#1abc9c3f
  • scrollbarSlider.hoverBackground#1abc9cd2
  • selection.background#1abc9c
  • sideBar.background#eeeeee
  • sideBar.dropBackground#1abc9c3f
  • sideBar.foreground#5c5959
  • sideBarSectionHeader.background#2c3e50
  • sideBarSectionHeader.foreground#ecf0f1
  • sideBarTitle.foreground#2c3e50
  • statusBar.background#dddddd
  • statusBar.debuggingBackground#ec6051
  • statusBar.debuggingForeground#ecf0f1
  • statusBar.foreground#2c3e50
  • statusBar.noFolderBackground#1abc9c
  • statusBar.noFolderForeground#ecf0f1
  • statusBarItem.activeBackground#00000022
  • statusBarItem.hoverBackground#00000011
  • statusBarItem.prominentBackground#1abc9c71
  • statusBarItem.prominentHoverBackground#1abc9c94
  • tab.activeBackground#2c3e50
  • tab.border#1abc9c
  • tab.inactiveBackground#1abc9c
  • tab.inactiveForeground#eeeeee
  • tab.unfocusedActiveForeground#eeeeeec5
  • tab.unfocusedInactiveForeground#eeeeee9f
  • widget.shadow#00000088

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ecf0f1
comment, punctuation.definition.comment#7a8590
variable, string constant.other.placeholder#EEFFFF
constant.other.color#ffffff
invalid, invalid.illegal#FF5370
keyword, storage.type, storage.modifier#a887e3
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#eee
keyword.control#b294bb
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f07178
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#b294bb
meta.block variable.other#1abc9c
support.other.variable, string.other.link#f07178
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#e66255
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#f78794
entity.name, support.type, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#f0c674
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
text.html.markdown meta.dummy.line-break
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.strikestrike
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#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
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6

Shiki preview

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

Loading...

Hipster Theme - Coding Theme