From d7f6563c1baa9ebfb2ffc067ccfdc57c15f72886 Mon Sep 17 00:00:00 2001 From: brodokk Date: Sat, 19 Nov 2022 20:23:28 +0100 Subject: [PATCH] Add README --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5915a11 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# Blueberries Mastodon UI user theme + +This is a Mastodon UI user theme by @brodokk heavly based on a work from +@HugoBDesigner who can be found here: https://gist.github.com/HugoBDesigner/1a784bf782b5994efecfb9e3adf85fc6 + +Its for being use with the web extension stylus https://add0n.com/stylus.html +(who is a fork of Stylish). This theme is also available on userstyles.org: +https://userstyles.org/styles/254893/blueberries-mastodon-ui-user-theme + +## 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; +} +``` + +## Screenshoots + +![Simple view](https://userstyles.org/style_screenshots/254893_after.png) +![Advanced view](https://userstyles.org/style_screenshots/254893_additional_41579.png)