Skip to content
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

New Theme: Nord for Beeper v3 #40

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

New Theme: Nord for Beeper v3 #40

wants to merge 1 commit into from

Conversation

NSPC911
Copy link

@NSPC911 NSPC911 commented Feb 22, 2025

After a day of messing around, I present to you, Nord v3!

It's a very accurate representation of the Nord palette inspired by refact0r/midnight-discord's Nord theme

Screenshot
image with a ton of blurring, I really don't want to dox myself

For the censoring theme, I have a snippet at https://github.com/NSPC911/beeper-css/blob/main/showcase.css

Link to the theme

Variables

:root {
    --colormix: in oklab; /* recommend oklab, whatever your choice */
    --beeper-theme-color: color-mix(var(--colormix), var(--nord9) 50%, var(--nord10) 50%);
    --use-3d-toggles: 0; /* set to 1 to enable */
    --transition-duration: 0.125s; /* set to 0 to disable */
    --chatview__message_self__backgroundcolor: var(--nord10);
    --chatview__backgroundcolor: var(--nord0);
    --chatview__composer__backgroundcolor: var(--nord1);
}

@NSPC911
Copy link
Author

NSPC911 commented Feb 22, 2025

I'm also working on v4 (using Beeper Beta's current DOM) (shout out to the front end devs there, the classes are finally nicely named)

@NSPC911
Copy link
Author

NSPC911 commented Feb 22, 2025

(also fixed bubbly and windows 95 links)

@NSPC911
Copy link
Author

NSPC911 commented Feb 25, 2025

https://blog.beeper.com/2025/02/24/try-out-the-new-beeper-desktop-and-ios-beta/

will start with the v4 themeing soon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant