Skip to content
| Marketplace
Sign in
Visual Studio Code>Themes>NeonHeartNew to Visual Studio Code? Get it now.
NeonHeart

NeonHeart

vincent-the-gamer

|
307 installs
| (1) | Free
An opinionated Visual Studio Code theme.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VS Code Theme NeonHeart

An opinionated Visual Studio Code theme.

Visual Studio Marketplace Version

Let the neon lights colorize your heart. (๑•̀ㅂ•́)و✧

Installation

Search neonheart in VS Code extension menu.

Enable Code Glowing (Yeeeeeah!!!!)

From v0.1.8, you don't need to install Custom CSS and JS plugin, because NeonHeart has bundled it !!!

All you need to do is configuring your path to glow.css in settings.json.

[!WARNING] file:// is required!!!!

macOS:

"neonheart.imports": [
    "file:///Users/{USER_NAME}/.vscode/extensions/vincent-the-gamer.neonheart-{plugin-version}/glow.css"
],

Windows:

"neonheart.imports": [
    "file://C:/Users/{USER_NAME}/.vscode/extensions/vincent-the-gamer.neonheart-{plugin-version}/glow.css"
],

Linux:

"neonheart.imports": [
    "file:///home/{USER_NAME}/.vscode/extensions/vincent-the-gamer.neonheart-{plugin-version}/glow.css"
],

Then, run Enable NeonHeart Glowing

  • Ctrl + Shift + P or Command + Shift + P

  • Input enable neonheart glowing

    enable

And happy hacking~~~ ☆´∀`☆

Preview

Normal

theme

Glowing

glowing

Publish

pnpm run build
pnpm run publish

Changelog

View Changelog

License

MIT

Special Thanks

Custom CSS and JS Loader: be5invis/vscode-custom-css

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft