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#222830
  • activityBar.foreground#d8dee9
  • activityBarBadge.background#4e9b9b
  • activityBarBadge.foreground#fff
  • badge.background#303540
  • badge.foreground#d8dee9
  • button.background#4e9b9b
  • button.hoverBackground#458b8b
  • dropdown.background#1d2026
  • dropdown.border#1d2026
  • dropdown.foreground#ffffff
  • editor.background#222830
  • editor.foreground#cdd3de
  • editor.lineHighlightBackground#65737e55
  • editor.selectionBackground#4f5b66
  • editorCursor.foreground#c0c5ce
  • editorGroupHeader.tabsBackground#1d2026
  • editorGroupHeader.tabsBorder#222830
  • editorSuggestWidget.background#1d2026
  • editorSuggestWidget.border#505a64
  • editorSuggestWidget.selectedBackground#222830
  • editorWhitespace.foreground#65737e
  • errorForeground#ec5f67
  • focusBorder#1d2026
  • input.background#0F1114
  • inputValidation.errorBackground#ec5f67
  • inputValidation.infoBackground#99c794
  • list.activeSelectionBackground#303540
  • list.focusBackground#303540
  • list.hoverBackground#303540
  • list.inactiveFocusBackground#303540
  • list.inactiveSelectionBackground#303540
  • notificationCenterHeader.background#222830
  • notifications.background#1d2026
  • sideBar.background#1d2026
  • sideBarSectionHeader.background#222830
  • statusBar.background#1d2026
  • statusBar.border#1d2026
  • statusBar.noFolderBackground#1d2026
  • statusBar.noFolderBorder#222830
  • tab.activeBackground#222830
  • tab.activeBorder#4e9b9b
  • tab.border#1d2026
  • tab.hoverBackground#222830
  • tab.inactiveBackground#1d2026
  • terminal.ansiBlack#1d2026
  • terminal.ansiBlue#6699cc
  • terminal.ansiBrightBlack#65737e
  • terminal.ansiBrightBlue#6699cc
  • terminal.ansiBrightCyan#5fb3b3
  • terminal.ansiBrightGreen#99c794
  • terminal.ansiBrightMagenta#c594c5
  • terminal.ansiBrightRed#ec5f67
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fac863
  • terminal.ansiCyan#5fb3b3
  • terminal.ansiGreen#99c794
  • terminal.ansiMagenta#c594c5
  • terminal.ansiRed#ec5f67
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#fac863
  • terminal.background#222830
  • terminal.foreground#c0c5ce
  • terminal.selectionBackground#4f5b66
  • terminalCursor.background#1d2026
  • terminalCursor.foreground#c0c5ce
  • titleBar.activeBackground#dadada
  • titleBar.activeForeground#222
  • titleBar.inactiveBackground#f6f6f6
  • titleBar.inactiveForeground#b2b2b3

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
Global settings#cdd3de
comment, punctuation.definition.comment#65737e
variable, meta.object-literal.key#cdd3de
keyword, storage, storage.type, storage.type.property.js, storage.type.property.ts, storage.type.property.tsx#c594c5
meta.decorator punctuation.decorator.ts, meta.decorator punctuation.decorator.tsx#6699cc
punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.separator.inheritance.php, punctuation.section.embedded, punctuation.section.property-list, punctuation.separator.key-value.css, punctuation.terminator.rule.css, punctuation.separator.comma, punctuation.definition.binding-pattern, punctuation.separator.parameter, punctuation.separator.key-value, punctuation.definition.typeparameters, punctuation.definition.block, meta.type.tuple.ts, meta.type.tuple.tsx#3f8383
keyword.operator, constant.other.color, meta.tag, punctuation.section.embedded, keyword.other.template, keyword.other.substitution, meta.objectliteral#5fb3b3
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#eb606b
entity.name.function, variable.function, support.function, keyword.other.special-method, meta.block-level#6699cc
meta.brace.round, punctuation.definition.parameters, meta.array.literal, meta.indexer.declaration#3f8383
support.other.variable, string.other.link#f2777a
constant.numeric, constant.language, support.constant, constant.character, variable.parameter, keyword.other.unit#f99157
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#99c794
entity.name.class, entity.name.type.class, support.type, support.class, support.orther.namespace.use.php, meta.use.php, entity.name.type.ts, entity.name.type.tsx, entity.name.type.module.ts, entity.name.type.module.tsx, support.other.namespace.php, markup.changed.git_gutter#fac863
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#ec5f67
variable.language#ec5f67italic
entity.name.method.js#d8dee9
meta.method.js entity.name.function.js, variable.function.constructor#d8dee9
entity.other.attribute-name#bb80b3
markup.inserted#99c794
markup.deleted#ec5f67
markup.changed#bb80b3
string.regexp#5fb3b3
constant.character.escape#5fb3b3
*url*, *link*, *uri*underline
constant.numeric.line-number.find-in-files - match#ab7967
entity.name.filename.find-in-files#99c794
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#6699ccitalic
source.js constant.other.object.key.js string.unquoted.label.js#ec5f67italic
punctuation.definition.array.begin.json, punctuation.definition.array.end.json, punctuation.definition.dictionary.begin.json, punctuation.definition.dictionary.end.json, punctuation.separator.dictionary.key-value.json, punctuation.separator.dictionary.pair.json, punctuation.definition.string.begin.json, punctuation.definition.string.end.json, punctuation.support.type.property-name.begin.json, punctuation.support.type.property-name.end.json#3f8383

Shiki preview

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

Loading...

Night Sky Theme by ChrisRu - VS Code Theme