Skip to main content
CodingTheme

Color themes

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#090B10
  • activityBar.foreground#84FFFF
  • editor.background#0F111A
  • editor.foreground#A6ACCD
  • editor.lineHighlightBackground#1A1C25
  • editor.selectionBackground#1F2233
  • editor.selectionHighlightBackground#1F223350
  • editorCursor.foreground#84FFFF
  • editorIndentGuide.activeBackground#2A2D3D
  • editorIndentGuide.background#1A1C25
  • editorLineNumber.activeForeground#84FFFF
  • editorLineNumber.foreground#3B3F5C
  • focusBorder#84FFFF50
  • list.activeSelectionBackground#1F2233
  • list.hoverBackground#1A1C25
  • panel.background#0C0E15
  • sideBar.background#0C0E15
  • sideBar.foreground#717CB4
  • statusBar.background#090B10
  • statusBar.foreground#84FFFF
  • tab.activeBackground#0F111A
  • tab.inactiveBackground#090B10
  • titleBar.activeBackground#090B10
  • titleBar.activeForeground#717CB4

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage.type, storage.modifier#89DDFFbold
entity.name.function, support.function, meta.function-call#82AAFFbold
entity.name.type.class, entity.other.inherited-class, support.class#C792EAbold
variable, variable.other#A6ACCD
constant, variable.other.constant#89DDFF
string#C3E88D
comment#464B5Ditalic
comment.block.documentation, comment.block.javadoc#5C6773italic

Shiki preview

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

Loading...

AuroraWaterTheme by Aurora Theme - VS Code Theme