VSCode Theme Jinx
Yet another VSCode glowing theme.
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

Glowing

Publish
pnpm run build
pnpm run publish
Changelog
View Changelog
License
MIT