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#e8e3df
  • activityBar.border#e8e3df
  • activityBar.foreground#4A453F
  • badge.background#9C9793
  • badge.foreground#F3ECE5
  • button.background#9C9793
  • button.foreground#4A453F
  • button.hoverBackground#B0AAA4
  • editor.background#f1ede6
  • editor.findMatchBackground#9c9793
  • editor.findMatchHighlightBackground#d8d5cf
  • editor.findRangeHighlightBackground#d8d5cf
  • editor.foreground#000000
  • editor.hoverHighlightBackground#d8d5cf
  • editor.lineHighlightBackground#e8e3df
  • editor.selectionBackground#d4ccc6
  • editor.wordHighlightBackground#d8d5cf
  • editor.wordHighlightStrongBackground#d8d5cf
  • editorBracketMatch.background#e9e3d0
  • editorBracketMatch.border#d8d5cf
  • editorCursor.background#ffffff
  • editorCursor.foreground#4A453F
  • editorError.foreground#e41507
  • editorGroup.background#e8e3df
  • editorGroup.emptyBackground#e8e3df
  • editorGroupHeader.tabsBackground#e8e3df
  • editorLineNumber.foreground#000000
  • editorLink.activeForeground#2981ca
  • editorOverviewRuler.findMatchForeground#d8d5cf
  • editorSuggestWidget.selectedBackground#f1ede6
  • editorWhitespace.foreground#e8e3df
  • editorWidget.background#e8e3df
  • errorForeground#e41507
  • extensionButton.prominentBackground#9C9793
  • extensionButton.prominentHoverBackground#B0AAA4
  • input.background#F3EEE8
  • input.border#9c9793
  • input.foreground#000000
  • list.activeSelectionBackground#F3ECE5
  • list.activeSelectionForeground#000000
  • list.focusBackground#F3ECE5
  • list.focusForeground#000000
  • list.highlightForeground#000000
  • list.hoverForeground#000000
  • list.inactiveFocusBackground#F3EEE8
  • list.inactiveFocusForeground#000000
  • list.inactiveSelectionBackground#F3EEE8
  • list.inactiveSelectionForeground#000000
  • notification.background#e8e3df
  • notification.buttonBackground#9C9793
  • notification.buttonForeground#ffffff
  • notification.buttonHoverBackground#B0AAA4
  • notification.errorBackground#e41507
  • notification.errorForeground#ffffff
  • notification.foreground#000000
  • notification.infoBackground#2981ca
  • notification.infoForeground#ffffff
  • notification.warningBackground#FAEE10
  • notification.warningForeground#000000
  • panel.background#e8e3df
  • panel.border#e8e3df
  • sideBar.background#e8e3df
  • sideBar.dropBackground#DBD5CF
  • sideBar.foreground#000000
  • statusBar.background#e8e3df
  • statusBar.debuggingBackground#d8d5cf
  • statusBar.foreground#000000
  • statusBar.noFolderBackground#d8d5cf
  • tab.border#e8e3df
  • tab.inactiveBackground#e8e3df
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#2981ca
  • terminal.ansiBrightBlack#505050
  • terminal.ansiBrightBlue#4190F7
  • terminal.ansiBrightCyan#20DDDD
  • terminal.ansiBrightGreen#62B135
  • terminal.ansiBrightMagenta#BA65DB
  • terminal.ansiBrightRed#FF675D
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#E6BB00
  • terminal.ansiCyan#2E998E
  • terminal.ansiGreen#329033
  • terminal.ansiMagenta#9805AE
  • terminal.ansiRed#e41507
  • terminal.ansiWhite#DDDDDD
  • terminal.ansiYellow#9E7400
  • terminal.background#e8e3df
  • terminal.foreground#000000
  • terminalCursor.background#ffffff
  • terminalCursor.foreground#4a453f
  • textLink.activeForeground#4190f7
  • textLink.foreground#2981ca
  • titleBar.activeBackground#e8e3df
  • titleBar.inactiveBackground#e9e3d0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#333333
comment, punctuation.definition.comment#329033
comment.block.preprocessor#000000bold
comment.documentation, comment.block.documentation#448C27
invalid.deprecated
invalid.illegal#660000
keyword.operator, keyword.control.preprocessor, keyword.other.colon, keyword.other.double-colon#e41507
meta.pattern-match, meta.type-definition#e41507
keyword, storagebold
storage.type, support.type#000000bold
constant.language, support.constant, variable.language#000000italic
variable, support.variable#000000
variable.parameteritalic
entity.name.function, support.function#000000
entity.name.type, entity.other.inherited-class, support.class#2981cabold
entity.name.exception#660000
entity.name.sectionbold
constant.numeric, constant.character, constant#2981ca
string#194E00
constant.character.escape#2981ca
constant.other.symbol#808080
punctuation, comment.punctuation, meta.brace, meta.bracket, meta.paren, meta.paren-group#ec444f
string source, text source
meta.tag.sgml.doctype, meta.tag.sgml.doctype string, meta.tag.sgml.doctype entity.name.tag, meta.tag.sgml punctuation.definition.tag.html#AAAAAA
meta.tag, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html#e41507
entity.name.tag#000000bold
meta.tag entity.other.attribute-name, entity.other.attribute-name.html#000000
constant.character.entity, punctuation.definition.entity#202020
meta.selector, meta.selector entity, meta.selector entity punctuation, entity.name.tag.css#000000bold
meta.property-name, support.type.property-name#000000
meta.property-value, meta.property-value constant.other, support.constant.property-value#202020
keyword.other.importantbold
markup.changed#000000
markup.deleted#000000
markup.italicitalic
markup.error#660000
markup.inserted#000000
meta.link#2981ca
markup.output, markup.raw#777777
markup.prompt#777777
markup.heading#000000bold
markup.boldbold
markup.traceback#660000
markup.underlineunderline
markup.quote#202020
markup.list#2981ca
markup.bold, markup.italic#000000bold
markup.inline.raw#000000italic
meta.diff.range, meta.diff.index, meta.separator#434343
meta.diff.header.from-file#434343
meta.diff.header.to-file#434343

Shiki preview

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

Loading...

Parchment Theme by lumiknit - VS Code Theme