Skip to content

Latest commit

 

History

History
80 lines (56 loc) · 1.88 KB

README.md

File metadata and controls

80 lines (56 loc) · 1.88 KB

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