this post was submitted on 16 Jun 2023
20 points (100.0% liked)

Lemmy

2172 readers
1 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

Hello everyone, I didn't really like the darkly lemmy theme, so I've decided to port Catppuccin Macchiato Pink. You should be able to see it in action by going to my instance, as I've set it to be the default there.

I've shared both the final CSS that you can use as a custom theme if you're an instance owner and as a theme for the https://github.com/openstyles/stylus extension, and the _variables.scss file if you want to modify something using https://bootstrap.build

https://gist.github.com/n3oney/21716419d84a1c777910327f404231fd

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago (3 children)

Sweet. Do you plan on making the others flavors and suggest it to be added to other Catppuccin ports ? (Would doubt as i think it's more of a personal one, but still asking)

[–] [email protected] 1 points 1 year ago (1 children)

Coming soon to a GitHub repository near you... :P

[–] [email protected] 1 points 1 year ago (1 children)

update: I've figured out a build process for this. I pretty much only need to copy the colors for each variant now (Latte, Frappé, Macchiato, Mocha) into scss, create helper files that alias the $primary variable to a color, and then generate the combinations of them.

And then make some script that just builds all.

[–] [email protected] 1 points 1 year ago

I've added catppuccin macchiato rosewater to my instance. Seems to work fine.

[–] [email protected] 1 points 1 year ago

I would be willing to give my findings for someone to maintain. I can’t really be bothered with maintaining all the…56? combinations

Maybe if I figure out a script to compile them automatically, that could be done.