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.

  • breadcrumb.foreground#494958
  • editor.background#222222
  • editor.lineHighlightBackground#333333
  • editorGroupHeader.tabsBackground#222222
  • editorIndentGuide.activeBackground1#444444
  • editorIndentGuide.background1#282828
  • editorLineNumber.activeForeground#FFFFFF
  • editorLineNumber.foreground#555
  • editorOverviewRuler.border#FFFFFF00
  • panel.dropBorder#FFFFFF00
  • scrollbar.shadow#FFFFFF00
  • scrollbarSlider.activeBackground#5b9
  • scrollbarSlider.background#5b92
  • scrollbarSlider.hoverBackground#5b94
  • sideBar.background#222222
  • statusBar.background#222222
  • tab.activeBackground#222222
  • tab.activeForeground#FFFFFF
  • tab.activeModifiedBorder#00000000
  • tab.inactiveBackground#222222
  • tab.inactiveForeground#777777
  • tab.inactiveModifiedBorder#00000000
  • tab.unfocusedActiveForeground#CCCCCC
  • tab.unfocusedActiveModifiedBorder#00000000
  • tab.unfocusedInactiveForeground#888888
  • titleBar.activeBackground#222222
  • widget.shadow#FFFFFF00
  • window.activeBorder#5b9

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
variable, variable.parameter, variable.other#eeeeee
constant.numeric#adf0ff
keyword, storage.type, storage.modifier#95e7babold
constant.language.null#aaaaaa
comment, punctuation.definition.comment#666666italic
string, constant.character, constant.other.symbol#ADD8E6
entity.name.method, support.function.method, meta.method-call, entity.name.type.class, support.class, support.class.component, entity.name.tag, constant.language.boolean#FFFFFFbold
entity.name.function, support.function, meta.function-call#ecbbec

Shiki preview

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

Loading...