Closed Moodzz1 closed 1 month ago
The outer background is
BACKGROUND_PRIMARY
Use of BACKGROUND_PRIMARY
is retained from Vendetta:
https://github.com/vendetta-mod/Vendetta/blob/rewrite/src/ui/safeMode.tsx#L18-L22
How could the change affect the consistency? Is this something recently affected or it has been a while? And why should it be BG_BASE_SECONDARY
?
CARD_PRIMARY_BG
- plugin/theme cards
The colors of these cards are decided by Discord itself, I'm can't see how it could be inconsistent and trying to change this color would be hacky somewhat. Do they differ from Discord's use?
The outer background is
BACKGROUND_PRIMARY
Use of
BACKGROUND_PRIMARY
is retained from Vendetta: https://github.com/vendetta-mod/Vendetta/blob/rewrite/src/ui/safeMode.tsx#L18-L22 How could the change affect the consistency? Is this something recently affected or it has been a while? And why should it beBG_BASE_SECONDARY
?BG_BASE_SECONDARY is used across settings pages, members list, profiles and even bunny's own pages. It would be more consistent in that case
As far as I'm aware the only things that still uses background_primary are is the search page and "jump to message"
CARD_PRIMARY_BG
- plugin/theme cardsThe colors of these cards are decided by Discord itself, I'm can't see how it could be inconsistent and trying to change this color would be hacky somewhat. Do they differ from Discord's use?
Not sure what you mean by this (sorry)
Also there are themes, such as catppuccin, which follow strict colour pallets and getting around the backgrounds being the same colour seems impossible to me lol. Catppuccin isn't the only theme like this probably
Not sure what you mean by this (sorry)
Card
is not our own component, rather Discord's. We don't define its colors.
Oh right. Well either way themers can still change the colour of CARD_PRIMARY_BG
. Just like the other string it's used by discord in many places and even on bunny's own pages
Describe the change It's for the new crash screen merged from dev
The outer background is
BACKGROUND_PRIMARY
The inner background isBG_BASE_PRIMARY
I am requesting for the outer background to be changed to
BG_BASE_SECONDARY
and inner background toCARD_PRIMARY_BG
BG_BASE_SECONDARY
- outer background for settings pagesCARD_PRIMARY_BG
- plugin/theme cards This change is a very small and probably dumb one but for the sake of consistency and theming purposes it would genuinely help.