-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: usercss #1700
base: dev
Are you sure you want to change the base?
feat: usercss #1700
Conversation
Parses UserCSS/UserStyle files (.user.css) but doesn't do anything special yet with the variables. This is a first step towards supporting UserCSS themes.
TODO:
WONTFIX:
|
I have written some tests that demo all of the compilers and some error resiliency in case you want to try it out. If your text goes red, it did the thing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i'm so tired
As far as I'm concerned, the actual feature implementation is now complete, so it's just refactoring and cleanup. I'll open it for review for suggestions on the aforementioned. |
This is not really the case and I sort of "fixed" it by isolating UserCSS variable configuration into their own settings subsets. In the case of vanilla CSS though (where it's injected using a |
This has not been merged yet @coolesding |
3a25da5
to
05a4044
Compare
c50208b
to
d8524b0
Compare
88319e8
to
aaba22f
Compare
2a4cdf0
to
a43d5d5
Compare
c14afb0
to
7dc1d4c
Compare
bc67db1
to
b333deb
Compare
fa092cf
to
eb63a54
Compare
Full UserCSS support for Vencord, featuring a settings dialogue, compilers for stylesheets (LESS and Stylus supported), and hot-reload (both for variable changes and when the stylesheet code is updated).