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@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    3
    ·
    1 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.

    • sillyhatsonlyOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Thanks for the suggestion, I didn’t know this was a possibility. Just pushed an update that should now include font options!