Tangerine UI is a vibrant, fully-featured custom theme for Mastodon's Web UI that comes in four variants: πΒ Tangerine, πͺ»Β Purple, πΒ Cherry, and π Β Lagoon.
πΉοΈ Live demo @ nileane.fr β’ π Follow Tangerine UI on Mastodon β’ π Release notes
- Overview
- Compatibility
- Installation for Mastodon instance admins
- Installation for regular users
- Accessibility
- Credits
- Support me
π Tangerine
Default variant for Tangerine UI, featuring a soft orange palette.
πͺ» Purple
For those of you who like Tangerine UI but want to stick to Mastodon's purple hue.
π Cherry
I won't be held responsible if you end up licking your screen because of this one.
π Lagoon
Soft turquoise palette that gives neon vibes at night.
π§βπ¬ Support for the advanced web interface
All variants of Tangerine UI support Mastodon's multi-column layout.
π Playful animations
The rocket flies!
π Dark mode
Tangerine UI automatically switches from light to dark mode based on your system or browser preference.1
π¬ Distinct look for DMs
It can be easy to mistake a DM for a regular post on Mastodon. Tangerine UI gives DMs a specific look, so they stand out in your timeline, and you don't make any embarrassing mistakes.
ποΈ Compact timeline
Avatars are aligned on the side, margins are properly reduced, and threads are easier to read.
β΄οΈ Phosphor icons
Tangerine UI uses a selection of icons from the beautiful Phosphor icon family
π Zoom on emojis
Custom emojis are great, but they may be difficult to distinguish when they are overly detailed. Tangerine UI allows you to hover and pause over an emoji to enlarge it.
β³οΈ and more
Tangerine UI was designed with care and great attention to detail. Feel free to explore all the changes it brings to Mastodon's UI, and feel free to message me if you ever have any feedback to share or bugs to report. :)
This is a list of known Mastodon instances on which Tangerine UI has been installed, either as the only theme or as an optional theme.2
Instance | User count | Installed as... | Default theme? |
---|---|---|---|
piaille.fr | 10K+ | an optional theme | No |
social.vivaldi.net | 7K+ | an optional theme | No |
norden.social | 5K+ | an optional theme | No |
convo.casa | 5K+ | an optional theme | No |
c.im | 3.2k+ | an optional theme | No |
masto.es | 2K+ | an optional theme | No |
vmst.io | 2K+ | an optional theme | No |
framapiaf.org | 1.5K+ | an optional theme | No |
eldritch.cafe | 1.5K+ | an optional theme | No |
octodon.social | 1K+ | an optional theme | No |
social.lol | 1K+ | an optional theme | No |
mountains.social | 550+ | an optional theme | No |
shelter.moe | 350+ | an optional theme | No |
toki.social | 200+ | an optional theme | No |
dmv.community | 200+ | an optional theme | No |
c7.io | 200+ | an optional theme | Yes (Tangerine variant) |
pipou.academy | 100+ | an optional theme | No |
indiepocalypse.social | 100+ | an optional theme | No |
town.voyager.blue | 100+ | an optional theme | Yes (Purple variant) |
tooter.social | 90+ | an optional theme | No |
pointless.chat | 50+ | an optional theme | No |
acg.mn | 50+ | an optional theme | No |
yttrx.com | 40+ | an optional theme | No |
bolha.one | 20+ | an optional theme | Yes (Tangerine variant) |
i1.no | 15+ | the only theme | Yes (Purple variant) |
zeppelin.flights | 15+ | the only theme | Yes (Tangerine variant) |
catharsis.cafe | 10+ | an optional theme | Yes (Tangerine variant) |
toulouse.social | 10+ | an optional theme | Yes (Tangerine variant) |
fedinerds.social | 10+ | an optional theme | No |
ngmx.com | 10+ | an optional theme | No |
nileane.fr | 5+ | the only theme | Yes (Tangerine variant) |
social.nah.re | 5+ | an optional theme | No |
esoteric.party | 5+ | the only theme | Yes (Tangerine variant) |
asso.lgbt | 5+ | the only theme | Yes (Purple variant) |
Buddyverse.xyz | 5+ | an optional theme | No |
isfeeling.social | 1+ | the only theme | Yes (Purple variant) |
ucn.social | 1+ | an optional theme | Yes (Tangerine variant) |
fedi.cyberwitches.club | 1+ | the only theme | Yes (Purple variant) |
mastodon.projetretro.io | 1+ | an optional theme | No |
everythingbagel.social | 1+ | an optional theme | No |
social.spicyweb.dev | 1+ | the only theme | Yes |
e5n.cc | 1+ | the only theme | Yes (Lagoon) |
β Tangerine UI (v2.x) is compatible with instances running Mastodon 4.3 and newer.3
π« Tangerine UI and Tangerine UI Legacy are not compatible with instances running Mastodon 4.0.x and older.
There are two ways to install Tangerine UI on your Mastodon instance:
- as the only theme
- as an optional theme [Recommended]
-
Check your Mastodon version. For Tangerine UI to work properly, you need to make sure you're installing the right version for your Mastodon instance. Please refer to the Compatibility section in this document before you proceed.
-
Copy & paste the contents of π
TangerineUI.css
to the 'Custom CSS' field in the administration panel on your Mastodon instance (Navigate to https://domain/admin/settings/appearance).- πͺ» For the Purple variant, copy the contents of
TangerineUI-purple.css
instead. - π For the Cherry variant, copy the contents of
TangerineUI-cherry.css
instead. - π For the Lagoon variant, copy the contents of
TangerineUI-lagoon.css
instead.
- πͺ» For the Purple variant, copy the contents of
Warning
Using the 'Custom CSS' field to apply Tangerine UI will prevent all users on your instance from being able to choose another theme in their Appearance settings (see Accessibility).
Please make sure there is a consensus among your users for doing so. If not, see below how to install Tangerine UI as an optional theme for your users.
Follow these instructions to install Tangerine UI as an optional theme on your Mastodon instance.
Your users will be able to select Tangerine UI in their settings on the web, and you will be able to set Tangerine UI as the default theme for your instance.
Install (using the included script)
A basic installation script is included in this repository.
It can be used to install Tangerine UI on your Mastodon instance for the first time, and to automate the process of updating Tangerine UI.
Run the following commands as the mastodon
user to install Tangerine UI using the included script:
- Clone the Tangerine UI repository
git clone https://github.com/nileane/TangerineUI-for-Mastodon.git ./TangerineUI
cd TangerineUI
- Copy the sample install script.
cp install.sh.sample install.sh
Make sure the Mastodon and Tangerine UI directory paths at the top of install.sh
are correct:
- Edit the line beginning with
TANGERINEUI=
to adjust the path to the Tangerine UI directory. - Edit the line beginning with
MASTODON=
to adjust the path to your Mastodon installation directory.
- Run the install script.
./install.sh
Optionally, run with --skip-confirm
to bypass all confirmation prompts:
./install.sh --skip-confirm
- [Optional] Add a localized name. You can edit each desired language's locale file in
config/locales/[lang].yml
to add a localized string name for Tangerine UI. You need to do this for every language you expect your users to use. Otherwise, in their themes list, they will see the unlocalized theme name ("tangerineui-purple"), instead of a readable theme name ("Tangerine UI (Purple)").
themes:
contrast: Mastodon (High contrast)
default: Mastodon (Dark)
mastodon-light: Mastodon (Light)
tangerineui: Tangerine UI
tangerineui-purple: Tangerine UI (Purple)
tangerineui-cherry: Tangerine UI (Cherry)
tangerineui-lagoon: Tangerine UI (Lagoon)
- Restart your Mastodon instance for the changes to take effect.
Your users should now be able to choose 'Tangerine UI', 'Tangerine UI (Purple)', 'Tangerine UI (Cherry)', or 'Tangerine UI (Lagoon)' as their site theme:
As an admin, you should also now be able to set Tangerine UI as the default theme for your instance (navigate to https://domain/admin/settings/appearance):
Install manually
-
Check your Mastodon version. For Tangerine UI to work properly, you need to make sure you're installing the correct version for your Mastodon instance. Please refer to the Compatibility section in this document before you proceed.
-
Copy the files from
mastodon/app/javascript/styles/
in this repository to your Mastodon themes directoryapp/javascript/styles/
:
# Where $REPO is this repository, and $INSTALLDIR is your Mastodon installation.
cp -r $REPO/mastodon/app/javascript/styles/* $INSTALLDIR/app/javascript/styles
- Add Tangerine UI to
themes.yml
. To make Tangerine UI available in your users' settings, you need to add a new line toconfig/themes.yml
. Here, we're adding 4 new lines, one for each variant:
default: styles/application.scss
contrast: styles/contrast.scss
mastodon-light: styles/mastodon-light.scss
tangerineui: styles/tangerineui.scss
tangerineui-purple: styles/tangerineui-purple.scss
tangerineui-cherry: styles/tangerineui-cherry.scss
tangerineui-lagoon: styles/tangerineui-lagoon.scss
- [Optional] Add a localized name. You can edit each desired language's locale file in
config/locales/[lang].yml
to add a localized string name for Tangerine UI. You need to do this for every language you expect your users to use. Otherwise, in their themes list, they will see the unlocalized theme name ("tangerineui-purple"), instead of a readable theme name ("Tangerine UI (Purple)").
themes:
contrast: Mastodon (High contrast)
default: Mastodon (Dark)
mastodon-light: Mastodon (Light)
tangerineui: Tangerine UI
tangerineui-purple: Tangerine UI (Purple)
tangerineui-cherry: Tangerine UI (Cherry)
tangerineui-lagoon: Tangerine UI (Lagoon)
- Compile assets:
RAILS_ENV=production bundle exec rails assets:precompile
- Restart your Mastodon instance for the changes to take effect.
Your users should now be able to choose 'Tangerine UI', 'Tangerine UI (Purple)', 'Tangerine UI (Cherry)', or 'Tangerine UI (Lagoon)' as their site theme:
As an admin, you should also now be able to set Tangerine UI as the default theme for your instance (navigate to https://domain/admin/settings/appearance):
Specific instructions for Glitch-soc instances
Tangerine UI does not yet support Glitch-soc's features and layout, but it can still be installed as a vanilla skin on your Glitch-soc instance:
- Copy the files from
mastodon/app/javascript/styles/
in this repository to your Mastodon themes directoryapp/javascript/styles/
:
# Where $REPO is this repository, and $INSTALLDIR is your Glitch-soc installation.
cp -r $REPO/mastodon/app/javascript/styles/* $INSTALLDIR/app/javascript/styles
- Copy the files from
mastodon/app/javascript/skins/vanilla/
in this repository to your Glitch-soc skins directoryapp/javascript/skins/vanilla/
:
# Where $REPO is this repository, and $INSTALLDIR is your Glitch-soc installation.
cp -r $REPO/mastodon/app/javascript/skins/vanilla/* $INSTALLDIR/app/javascript/skins/vanilla
- Compile assets:
RAILS_ENV=production bundle exec rails assets:precompile
- Restart your instance for the changes to take effect.
Your users should now be able to select Tangerine UI as a theme in their settings, under Flavours β Vanilla Mastodon β Skin
Even if you are not an admin on your instance, you can still use Tangerine UI with a browser extension:
- Check your Mastodon version. For Tangerine UI to work properly, you need to make sure you're using the correct version for your Mastodon instance. Please refer to the Compatibility section in this document before you proceed.
- Install a browser extension that allows you to inject CSS on a webpage, such as Stylus, or Live CSS Editor
- Copy & paste the contents of π
TangerineUI.css
to the extension's editor- πͺ» For the Purple variant, copy the contents of
TangerineUI-purple.css
instead. - π For the Cherry variant, copy the contents of
TangerineUI-cherry.css
instead. - π For the Lagoon variant, copy the contents of
TangerineUI-lagoon.css
instead.
- πͺ» For the Purple variant, copy the contents of
Important
If you are a user on a Glitch-soc instance, you must switch to the Vanilla Mastodon flavour for Tangerine UI to work properly: in your instance settings, navigate to Flavours β Vanilla Mastodon β select the 'Default' skin.
Note
Alternatively, if you wish to use a JavaScript browser extension, @Write has written a ready-to-use UserScript to load Tangerine UI on any Mastodon instance. Check out the TangerineUI-Userscript repository for instructions.
Please consider that some of your users may depend on Mastodon's High Contrast theme before setting Tangerine UI as the only theme on your instance. For this reason, unless you're running a single-user instance, I strongly recommend installing Tangerine UI as an optional/revertable theme instead.
The logo for Tangerine UI was originally designed by Younis @younishd. π
If you enjoy Tangerine UI, I would really appreciate a tip π!
Footnotes
-
Tangerine UI uses the
prefers-color-scheme
CSS media feature to detect if you have requested a light or dark theme through an operating system setting or a user agent setting. β© -
If you're an admin and have installed Tangerine UI on your instance, feel free to add yours to this list. (Make a Pull Request, or just DM me) β©
-
Tangerine UI (v2.x) is also compatible with instances running a version of Glitch-soc based on Mastodon 4.3 and newer, as long as it is installed as a vanilla theme on these instances. β©
-
The advanced web interface (multi-column layout) is not supported by Tangerine UI Legacy (v1.9) and will fall back to Mastodon's default appearance if enabled. β©
-
The Cherry variant is not available with Tangerine UI Legacy (v1.9). β©