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#161719
  • editor.background#1d1f21
  • editor.foreground#c5c8c6
  • editor.lineHighlightBackground#282a2e
  • editor.selectionBackground#373b41
  • editorCursor.foreground#c5c8c6
  • editorError.foreground#d13b2e
  • editorGroup.emptyBackground#161719
  • editorGroupHeader.tabsBackground#161719
  • editorGutter.addedBackground#b5bd68
  • editorGutter.deletedBackground#cc6666
  • editorGutter.modifiedBackground#de935f
  • editorIndentGuide.background#282a2e
  • editorLink.activeForeground#81a2be
  • editorSuggestWidget.selectedBackground#1d1f21
  • editorWarning.foreground#de935f
  • editorWhitespace.foreground#626466
  • gitDecoration.conflictingResourceForeground#6494ed
  • gitDecoration.deletedResourceForeground#ff6347
  • gitDecoration.ignoredResourceForeground#696d71
  • gitDecoration.modifiedResourceForeground#e2c08d
  • gitDecoration.untrackedResourceForeground#73c990
  • list.activeSelectionBackground#222426
  • list.activeSelectionForeground#d9dbde
  • list.errorForeground#d13b2e
  • list.focusBackground#222426
  • list.focusForeground#d9dbde
  • list.hoverBackground#222426
  • list.inactiveSelectionBackground#222426
  • list.inactiveSelectionForeground#d9dbde
  • list.warningForeground#de935f
  • peekView.border#81a2be
  • peekViewEditor.background#161719
  • peekViewTitle.background#161719
  • quickInput.background#161719
  • quickInput.foreground#a3a8ae
  • sideBar.background#161719
  • sideBar.foreground#a3a8ae
  • statusBar.background#161719
  • statusBar.foreground#c5c8c6
  • tab.activeBackground#1d1f21
  • tab.inactiveBackground#161719
  • terminal.ansiBlack#1D1F21
  • terminal.ansiBlue#81A2BE
  • terminal.ansiBrightBlack#969896
  • terminal.ansiBrightBlue#81A2BE
  • terminal.ansiBrightCyan#8ABEB7
  • terminal.ansiBrightGreen#B5BD6C
  • terminal.ansiBrightMagenta#B294BB
  • terminal.ansiBrightRed#CC6666
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#F0C674
  • terminal.ansiCyan#8ABEB7
  • terminal.ansiGreen#B5BD68
  • terminal.ansiMagenta#B294BB
  • terminal.ansiRed#CC6666
  • terminal.ansiWhite#C5C8C6
  • terminal.ansiYellow#F0C674

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
meta.class#c5c8c6
variable.parameter.function#c5c8c6
comment, punctuation.definition.comment#969896italic
punctuation.definition.variable, punctuation.definition.parameters, punctuation.definition.array, punctuation.definition.block, punctuation.separator, punctuation.accessor, meta.template.expression, meta.array.literal, storage.type.function.arrow#c5c8c6
none#c5c8c6
keyword.operator#c5c8c6
keyword#b294bb
meta.decorator#c5c8c6
variable, support.variable, support.type.property-name, entity.name.variable#cc6666
meta.object-literal.key#c5c8c6
support.class, entity.name.class, entity.name.type.class#f0c674
entity.name.type, storage.type.cs#f0c674
support.constant#f0c674
support.type.primitive, support.type.builtin, keyword.type#c5c8c6
meta.definition.method#c5c8c6
meta.function-call, meta.require, variable.language.super, keyword.other.special-method, entity.name.function#81a2be
storage#b294bb
support.function#8abeb7
string, punctuation.definition.string, constant.other.symbol, entity.other.inherited-class#b5bd68
constant.numeric#de935f
none#de935f
none#de935f
constant#de935f
entity.other.attribute-name#de935fitalic
entity.name.tag#cc6666
entity.other.attribute-name.id#81a2be
meta.selector#b294bb
none#de935f
support.type.property-name.css#c5c8c6
support.constant.property-value.css#de935f
markup.heading punctuation.definition.heading, entity.name.section#cc6666
keyword.other.unit#de935f
punctuation.definition.boldbold
markup.bold#de935fbold
punctuation.definition.italicitalic
markup.italic#b294bbitalic
markup.inline.raw, markup.fenced_code.block#b5bd68
meta.link, string.other.link#81a2be
string.other.link.title#8abeb7
beginning.punctuation.definition.list#cc6666
markup.quote#969896
meta.separator#c5c8c6
markup.inserted#b5bd68
markup.deleted#cc6666
markup.changed#b294bb
constant.other.color#8abeb7
string.regexp#8abeb7
constant.character.escape#8abeb7
punctuation.section.embedded, variable.interpolation#a3685a
invalid.illegal#ffffff
invalid.broken#1d1f21
invalid.deprecated#ffffff
invalid.unimplemented#ffffff
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...

Base16 Tomorrow Dark+ - Coding Theme