An open API service indexing awesome lists of open source software.

https://github.com/easonwong-de/Adaptive-Tab-Bar-Colour

Changes the colour of Firefox theme to match the website’s appearance.
https://github.com/easonwong-de/Adaptive-Tab-Bar-Colour

addon browser-extension dark-theme extension firefox firefox-addon firefox-extension

Last synced: 29 days ago
JSON representation

Changes the colour of Firefox theme to match the website’s appearance.

Awesome Lists containing this project

README

        

![Icon](https://github.com/easonwong-de/Adaptive-Tab-Bar-Colour/blob/main/scr/images/ATBC_128.png)
![Mozilla Add-on Users](https://img.shields.io/amo/users/adaptive-tab-bar-colour)
![Mozilla Add-on Rating](https://img.shields.io/amo/stars/adaptive-tab-bar-colour)
![Mozilla Add-on](https://img.shields.io/amo/v/adaptive-tab-bar-colour?color=blue&label=version)
![Sponsors](https://img.shields.io/badge/sponsors-20-green)

# Adaptive Tab Bar Colour

Changes the colour of Firefox theme to match the website’s appearance.




## What Does the Add-on Do?

While you browse the web, this add-on changes the theme of Firefox to match the appearance of the website you are viewing — just like how macOS Safari tints its tab bar.


## Works Well With:


  1. Dark Reader

  2. Stylish

  3. Dark Mode Website Switcher

  4. automaticDark


## Incompatible With:


  1. Firefox versions older than 112.0 (released in April 2023)

  2. Adaptive Theme Creator

  3. Chameleon Dynamic Theme

  4. VivaldiFox

  5. Envify

  6. and any other add-on that changes the Firefox theme


## If You’re Using a CSS Theme:

A CSS theme can work with ATBC (Adaptive Tab Bar Colour) when system colour variables are used (e.g. `--lwt-accent-color` for tab bar colour). [This](https://github.com/easonwong-de/WhiteSurFirefoxThemeMacOS) is an example of an ATBC-compatible CSS theme.


## If You’re Using Linux with a GTK Theme:

Firefox’s titlebar buttons may revert to the Windows style. To prevent this, open Advanced Preferences (`about:config`) and set `widget.gtk.non-native-titlebar-buttons.enabled` to `false`. (Thanks to [@anselstetter](https://github.com/anselstetter/))


## Safety Reminder:

Beware of malicious web UIs: Please distinguish between the browser’s UI and the web UI, see The Line of Death. (Thanks to u/KazaHesto)