Conversation
Sorry about that, should've looked closer. |
9502aae to
ea91061
Compare
|
Is this still a WIP or ready for review? |
Still WIP because I've not been able to properly test it. I keep running into OOMs now on nixos, trying to make sense of things. on |
|
happens to me if i build sable with cloudflare too, idk why building takes that much memory, might be worth looking into at some point |
In case this helps anyone, I fixed my problem by invoking node --max-old-space-size=8192 node_modules/vite/bin/vite.js buildsource: vitejs/vite#2433 |
|
Unfortunately, due to this theme's reliance on borders rather than different container colors to maximize contrast, certain elements (specifically the This isn't a major problem IMO, just something to note. |
|
Is this still a WIP? If so you should probably mark it as a draft |
I believe it's ready; I intentionally marked it as ready for review, it used to be a draft. |
Rosy-iso
left a comment
There was a problem hiding this comment.
A nice theme! I really like amoled (??) themes and this one does it well.
But there's a few things that I noticed...
First of all, all background colors are now pitch black of course, which causes space's room lists and the various settings (and probably other things) to lose their darker border that kept everything in its own little box...this is no deal breaker and it might be fine but maybe experimenting with a solution could be a good idea (maybe an outline?)
Second thing, which is more minor, I noticed the toggles and generic buttons kept their default purple...this can work but maybe they should also get the amoled treatment? Very much open to discussing all this ofc
Overall, it's a solid theme which I think works, but I'd like to discuss the above beforehand first
From what I understand, this can be solved one of two ways:
Neither of those options appeal to me very much, and I think it looks good as it is.
I think that also looks decent, and it's nice to be consistent with the normal dark theme; are you suggesting we make them brighter? That could make sense |
I suppose it makes sense for what is essentially the amoled theme to remove a detail like this, I can be okay with this I think?
I meant moreso making them...like the rest of the theme...so black with white outline maybe? Idk it just looks a bit jarring to me seeing the normal toggles and stuff alongside a near completely black theme |
It wouldn't be so bad to make it slightly grayish, if you'd prefer that? I'll try that locally
I could instead make the borders purple too? (those that are |
|
I've changed both aspects, try it out :) |
|
I'll test these soon! |
There was a problem hiding this comment.
Okay, I quite like the purple outline, makes the theme feel more unique while adding more cohesiveness with the toggles, so that's an approval from me
But for the dark gray background...it's effectively never noticeable, at least for me.
I suggest at least experimenting with brighter grays, but if you think they don't look good I am willing to discuss leaving it as is.
|
Okay, I quite like the purple outline, makes the theme feel more unique while adding more cohesiveness with the toggles, so that's an approval from me
Okay, nice! :)
But for the dark gray background...it's effectively not ever noticeable, at least from me.
I suggest at least experimenting with brighter grays, but if you think they don't look I am willing to discuss leaving it as is.
I have experimented with brighter grays before pushing that, and I feel like it takes away from the black theme quite a bit. I'm for either leaving it as-is or even reverting the change which gives it a bit of gray.
… Message ID: ***@***.***>
|
Understandable, I am okay with leaving it as-is then. |
Rosy-iso
left a comment
There was a problem hiding this comment.
(This approval is purely UI wise, the code should still be audited and reviewed separately by someone else!)
> [!IMPORTANT] > Merging this PR will create a new release. ## Features * Add ability to click on usernames in member and state events to view user info ([#536](#536) by @thundertheidiot) * Add black theme ([#437](#437) by @Elec3137) * added a limited compatibility with `pk;member` commands ([#550](#550) by @dozro) * Add /location sharing command, and a /sharemylocation command. ([#509](#509) by @nushea) * added option to use shorthands to send a message with a Persona, for example `✨:test` ([#550](#550) by @dozro) * Add quick reply keybinds by using <kbd>ctrl</kbd>+<kbd>up</kbd> / <kbd>ctrl</kbd>+<kbd>down</kbd> you can now cycle through the message you are replying to with keybinds ([#524](#524) by @CodeF53) * Adds a `/html` command to send HTML messages ([#560](#560) by @Vespe-r) * Add room abbreviations with hover tooltips: moderators define term/definition pairs in room settings; matching terms are highlighted in messages. ([#514](#514) by @Just-Insane) * Add support for timestamps, playlists and youtube music links for the youtube embeds ([#534](#534) by @thundertheidiot) * Add settings sync across devices via Matrix account data, with JSON export/import ([#515](#515) by @Just-Insane) ## Fixes * Add detailed error messages to forwarding failures. ([#532](#532) by @7w1) * Cap unread badge numbers at `1k+`, and something extra :) ([#484](#484) by @hazre) * Fix scroll-to-bottom after room navigation, timeline pagination reliability, and URL preview deduplication. ([#529](#529) by @Just-Insane) * Fixes the most recent pmp message in encrypted rooms not consistently rendering the pmp and not grouping with previous pmps. ([#526](#526) by @7w1) * fixed sending sticker and attachments while having a persona selected ([#525](#525) by @dozro) * Fix push notifications missing sender/room avatar and showing stale display names when using event_id_only push format. ([#551](#551) by @Just-Insane) * Sanitize formatted reply previews before rendering to prevent unsafe HTML from being parsed in reply snippets. ([#569](#569) by @Just-Insane) * Fix broken link to Sliding Sync known issues — now points to #39 instead of the old repository. ([#519](#519) by @Just-Insane) * Fix service worker authenticated media requests returning 401 errors after SW restart or when session data is missing/stale. ([#516](#516) by @Just-Insane) * rephrased the command describtion for `/usepmp` and made `/usepmp reset` actually reset the room association of the pmp ([#550](#550) by @dozro) * Fix confusing ui with `Client Side Embeds in Encrypted Rooms` setting ([#535](#535) by @thundertheidiot) * fix forwarding metadata by removing the `null` value ([#540](#540) by @dozro) * fix forwarding issue for users on synapse homeservers, by removing the relation ([#558](#558) by @dozro) * fixed the syntax issues regarding `/addpmp` and `usepmp` (note that the syntax for `/usepmp` has changed) ([#550](#550) by @dozro) * fix the display of jumbo emojis on messages sent with a persona ([#530](#530) by @dozro) * Fix sidebar notification badge positioning so unread and unverified counts align consistently. ([#484](#484) by @hazre) * Use the browser's native compact number formatting for room and member counts. ([#484](#484) by @hazre) * fix(sentry): scrub percent-encoded Matrix IDs and opaque base64url tokens from Sentry URLs ([#531](#531) by @Just-Insane) ## Notes * new/changed bios will now also be saved in the format MSC4440 expects ([#559](#559) by @dozro) * moved the setting for filtering pronouns by language from experimental to the appearance setting ([#521](#521) by @dozro)
Description
Adds a black theme (high contrast dark theme)
I used 7w1/sable@6f2d630 as a reference of how to do this.
Type of change
Checklist: