Go to file
Hugo 73d7591ef4
Update blueberries.css
Added "moved account" rules.
2023-06-13 13:27:20 -03:00
blueberries.css Update blueberries.css 2023-06-13 13:27:20 -03:00
LICENSE.txt Add the name of the creator in the LICENSE 2022-11-19 22:55:48 +01:00
README.org Add README.org 2023-05-28 14:04:55 +00:00

Blueberries Mastodon UI user theme

Mastodon UI user theme by HugoBDesigner and Brodokk but purple mode

Feature

  • Hue customization (default to blueberries - purple)
  • glitch-soc support (BETA)

Installation

First you need to set, if not already, mastodon theme in Mastodon (Dark) (In Settings > Preferences > Appearance > Site theme)

Then install this theme via one of this providers:

More screenshoots

Customization

The customization is pretty simple, if you just want to just change the general them color. The the top of the file change the CURRENT HUE in the :root css rule to what you want, avocado by @HugoBDesigner is also available:

:root {
    /* DEFAULT HUE */
    /*     --hue: 240deg; */
    /* AVOCADO HUE */
    /*     --hue: 90deg; */
    /* BLUEBERRIES HUE */
    /*     --hue: 300deg; */
    /* CURRENT HUE */
    --hue: 300deg;
}

Credits

License

Code released under the CC-BY license.