Skip to main content
Coding Theme

AbdulHaseeb's Aesthetic Themes

Publisher: Abdul HaseebThemes in package: 5

A collection of stunning VS Code themes including Cyber Neon, Solar Sands, Pixel Retro, Moonlight Mist, and Emerald Code

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#0a0c1a
  • activityBar.foreground#ff33cc
  • dropdown.background#0d0f20
  • dropdown.foreground#e6e6e6
  • editor.background#0d0f20
  • editor.findMatchBackground#ff007c33
  • editor.findMatchHighlightBackground#ff33cc33
  • editor.foreground#e6e6e6
  • editor.lineHighlightBackground#ff007c0d
  • editor.selectionBackground#ff007c33
  • editorCursor.foreground#ff33cc
  • editorGroupHeader.tabsBackground#0a0c1a
  • editorIndentGuide.background#7777aa33
  • editorWhitespace.foreground#7777aa
  • input.background#0d0f20
  • input.border#ff007c
  • input.foreground#e6e6e6
  • list.activeSelectionBackground#ff007c33
  • list.activeSelectionForeground#ff33cc
  • list.hoverBackground#ff007c19
  • sideBar.background#0a0c1a
  • sideBar.foreground#e6e6e6
  • statusBar.background#0a0c1a
  • statusBar.foreground#ff33cc
  • tab.activeBackground#0d0f20
  • tab.activeForeground#ff33cc
  • tab.inactiveBackground#0a0c1a
  • tab.inactiveForeground#7777aa
  • titleBar.activeBackground#0a0c1a
  • titleBar.activeForeground#ff33cc

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7777aaitalic
string, string.quoted#00ffcc
constant.numeric, constant.language, constant.character, constant.other#ff33cc
variable, variable.other#00ff99
keyword, storage.type, storage.modifier#ff007c
entity.name.function, support.function#ffcc00
entity.name.type, support.type, support.class#00ffcc
string.regexp, constant.character.escape#ff33cc
punctuation.definition, punctuation.separator, punctuation.terminator#e6e6e6
entity.name.tag, punctuation.definition.tag#ff007c

Shiki preview

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

Loading...