lucy-vscode-theme
lucy-vscode-theme copied to clipboard
PrismJS version? 😍
I just wanna say I LOVE LUCY!!
I've been using it for about 3 years and I still can't get enough of it.
Sometimes I think: I need change, and I try another theme. But usually I come back to Lucy within the month! 😅
PrismJS
So there's this very famous syntax highlight library for JS, to integrate into HTML called: PrismJS
It uses a very simple CSS file to add the colours:
https://github.com/PrismJS/prism/blob/master/themes/prism-tomorrow.css
I wanted to ask if it's possible to create the LUCY theme for PrismJS? I'd love to integrate this in some front-end websites.
Thanks so much!!
Seems possible! I don't have the capacity to do this myself, but it should be relatively straightforward. I'd copy a prism theme that looks decent & replace its colours with the ones in src/colors.mjs
.
If you'd like to do that, I'd be happy to merge a PR.
This would prob help: https://themer.dev/
will get to this during Q1 2021