Decided to try my hand at bringing my favorite theme to Lemmy. It’s very rough right now but I figured I would share with the community. You can install it in Stylus here to test. I welcome all feedback and suggestions!

  • @suprjami
    link
    English
    31 year ago

    This is really well done, thank you!

    Is it possible to make the font configurable? That can be done in the header like:

    @var select user-font "Font" ["Comic Sans MS", "Comic Neue", "PT Sans", "PT Serif"]
    

    Then later use it like:

    html {
        font-family: var(--user-font);
    }
    

    Full working example at my Discord Solarized Dark Comic Sans MS theme.