feat(themes): Online Themes CSS Override - #3017
Open
yuna0x0 wants to merge 1 commit into
Open
Conversation
yuna0x0
force-pushed
the
online-theme-override
branch
5 times, most recently
from
November 15, 2024 22:23
241836f to
b59f39e
Compare
Contributor
|
I think it'd be better as a modal rather than an inline, inline (at least, from my experience) has always been a lot more messy and hard to use |
yuna0x0
force-pushed
the
online-theme-override
branch
from
November 16, 2024 00:28
b59f39e to
7152417
Compare
Contributor
Author
yuna0x0
force-pushed
the
online-theme-override
branch
4 times, most recently
from
November 16, 2024 20:44
eb3d5c1 to
1fa8aa3
Compare
yuna0x0
force-pushed
the
online-theme-override
branch
12 times, most recently
from
November 18, 2024 00:10
8402dd2 to
f7d3dd4
Compare
Contributor
Author
|
Added handly icon buttons for quick edit and reset. vencord-pr-3017-demo.mp4 |
yuna0x0
force-pushed
the
online-theme-override
branch
4 times, most recently
from
November 18, 2024 03:30
4c1f7fa to
5d97b5a
Compare
yuna0x0
force-pushed
the
online-theme-override
branch
3 times, most recently
from
November 24, 2024 04:32
7f1e4bf to
30c7740
Compare
yuna0x0
force-pushed
the
online-theme-override
branch
3 times, most recently
from
November 30, 2024 01:42
cc3af12 to
f869d40
Compare
yuna0x0
force-pushed
the
online-theme-override
branch
4 times, most recently
from
December 10, 2024 05:33
61840f4 to
0a8cbdb
Compare
yuna0x0
force-pushed
the
online-theme-override
branch
from
December 19, 2024 08:34
0a8cbdb to
191e382
Compare
yuna0x0
force-pushed
the
online-theme-override
branch
from
March 14, 2025 11:27
191e382 to
c84399b
Compare
|
Any update of this? look like Vencord is not accepting new features |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Resolves #1466.
This PR implemented an online theme CSS override feature, which allows user to configure their online theme using CSS override.
Related PR
Vencord/vencord.dev#69
Limitation
@importCSS at-rule in the remote stylesheet, those imported stylesheets' CSS rules won't be visible. It will make things more complex if we want to fetch and parse those stylesheets recursively.Screenshots