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#33393b
  • activityBar.foreground#e8e8e7
  • activityBarBadge.background#215d9c
  • activityBarBadge.foreground#ffffff
  • badge.background#232729
  • button.background#404754
  • debugToolBar.background#232729
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#1d1f23
  • dropdown.border#181A1F
  • editor.background#1d1f21
  • editor.findMatchHighlightBackground#314365
  • editor.foreground#c5c8c6
  • editor.lineHighlightBackground#282a2e
  • editor.selectionBackground#373b41
  • editor.selectionHighlightBackground#484e5b
  • editor.wordHighlightBackground#484e5b
  • editor.wordHighlightStrongBackground#96989626
  • editorCursor.foreground#81a2be
  • editorError.foreground#cc6666
  • editorGroup.background#181A1F
  • editorGroup.border#181A1F
  • editorGroupHeader.tabsBackground#232729
  • editorHoverWidget.background#232729
  • editorHoverWidget.border#181A1F
  • editorIndentGuide.background#33393b
  • editorLineNumber.foreground#969896aa
  • editorMarkerNavigation.background#232729
  • editorRuler.foreground#96989626
  • editorSuggestWidget.background#232729
  • editorSuggestWidget.border#181A1F
  • editorSuggestWidget.selectedBackground#215d9c
  • editorWhitespace.foreground#62646666
  • editorWidget.background#232729
  • input.background#1d1f23
  • list.activeSelectionBackground#215d9c
  • list.activeSelectionForeground#e8e8e7
  • list.focusBackground#383E4A
  • list.highlightForeground#C5C5C5
  • list.hoverBackground#c0c0c055
  • list.inactiveSelectionBackground#215d9c88
  • list.inactiveSelectionForeground#e8e8e7
  • notification.background#232729
  • peekViewEditor.matchHighlightBackground#29244b
  • scrollbarSlider.activeBackground#215d9c
  • scrollbarSlider.background#c0c0c044
  • scrollbarSlider.hoverBackground#c0c0c0
  • sideBar.background#232729
  • sideBarSectionHeader.background#33393b
  • statusBar.background#232729
  • statusBar.debuggingBackground#232729
  • statusBar.foreground#e0e0e0
  • statusBar.noFolderBackground#232729
  • statusBarItem.hoverBackground#215d9c
  • tab.activeBackground#232729
  • tab.border#181A1F
  • tab.inactiveBackground#33393b
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#81a2be
  • terminal.ansiBrightBlack#1d1f21
  • terminal.ansiBrightBlue#81a2be
  • terminal.ansiBrightCyan#8abeb7
  • terminal.ansiBrightGreen#b5bd68
  • 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#ffffff
  • terminal.ansiYellow#f0c674
  • terminal.background#1d1f21
  • terminal.foreground#c5c8c6
  • titleBar.activeBackground#33393b
  • titleBar.activeForeground#9da5b4
  • titleBar.inactiveBackground#33393bee
  • titleBar.inactiveForeground#6B717D

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c5c8c6
variable.parameter.function#c5c8c6
comment, punctuation.definition.comment#969896
punctuation.definition.string, punctuation.definition.variable, punctuation.definition.string, punctuation.definition.parameters, punctuation.definition.string, punctuation.definition.array#c5c8c6
none#c5c8c6
keyword.operator#c5c8c6
keyword#b294bb
variable#cc6666
entity.name.function, meta.require, support.function.any-method#81a2be
support.class, entity.name.class, entity.name.type.class#f0c674
meta.class#ffffff
keyword.other.special-method#81a2be
storage#b294bb
support.function#8abeb7
string, constant.other.symbol, entity.other.inherited-class#b5bd68
constant.numeric#de935f
none#de935f
none#de935f
constant#de935f
entity.name.tag#cc6666
entity.other.attribute-name#de935f
entity.other.attribute-name.id, punctuation.definition.entity#81a2be
meta.selector#b294bb
none#de935f
markup.heading punctuation.definition.heading, entity.name.section#81a2be
keyword.other.unit#de935f
markup.bold, punctuation.definition.bold#f0c674bold
markup.italic, punctuation.definition.italicnormal
markup.raw.inline#b5bd68
string.other.link, punctuation.definition.string.end.markdown#cc6666
meta.link#de935f
markup.list#cc6666
markup.quote#de935f
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

Shiki preview

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

Loading...

Adwaita Base16 by Costas Smaragdakis - VS Code Theme