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

Jinx

vincent-the-gamer

|
20 installs
| (0) | Free
Yet another glowing VSCode theme.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

VSCode Theme Jinx

Yet another VSCode glowing theme.

Visual Studio Marketplace Version

There's a「Jinx」on your computer, lol😄.

Installation

Search jinx in VSCode extension menu.

Enable Glowing Effect

Provide your path to glow.css in settings.json.

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

macOS:

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

Windows:

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

Linux:

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

Then, run Enable Jinx Glowing

  • Ctrl + Shift + P or Command + Shift + P
  • Input enable jinx glowing

And happy hacking~~~ ☆´∀`☆

Add a background image

Please use Background extension.

Download pic from the top of this document, then add these codes to settings.json.

"background.fullscreen": {
    "images": ["file:///path/to/pic"],
    "opacity": 0.18,
    "size": "cover",
    "position": "center",
    "interval": 0
},
"background.editor": {
    "background-position": "100% 100%",
    "background-size": "cover",
    "opacity": 0.3
},

Additionally, change your comment color.

"editor.tokenColorCustomizations": {
    "comments": {
        "foreground": "#ffd9c4",
        "fontStyle": "bold"
    }
},

Then your Code will look like my preview pic.

Preview

Normal

theme

Glowing

glowing

Publish

pnpm run build
pnpm run publish

Changelog

View Changelog

License

MIT

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