Why YSK: Because that’s friggin awesome?!

Screenshots (themes also have dark versions):

Default:

Default-compact:

“Vaporwave”:

There’s also an odd “i386” theme, along with a “pure black” darkly.

  • bdonvrOPA
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 year ago

    Yeah I’d be on VaporWave if the font wasn’t awful (imho)

    • Kabe@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      ·
      edit-2
      1 year ago

      This is an easy fix if you’re using a browser extension that enables custom CSS. I use the Stylus plugin for Firefox.

      Create a new style for your instance (e.g. thelemmyclub.com) and add the following lines of code:

      body {
      font-family: ‘fontname’, sans-serif;
      }

      And replace fontname with the name of the desired font.

      I’ve found that Roboto or IBM Plex Sans work particularly well.