# Base16 Everything

> Transform the web to match your Linux theme. Seamless, beautiful, and soothing color theming for indie developers and design minimalists.

Canonical page: [https://chrome-stats.com/d/base16-everything](https://chrome-stats.com/d/base16-everything)

## Overview

- **ID:** `base16-everything`
- **Platform:** Firefox
- **Type:** Firefox add-on
- **Status:** Available
- **Publisher:** wddm
- **Category:** appearance
- **Daily users:** 1
- **Version:** 1.1.2
- **Last updated:** 2026-07-21
- **First published:** 2026-03-31
- **Size:** 419 KB
- **Data as of:** 2026-09-06
- **Store listing:** [Firefox Add-ons Store](https://addons.mozilla.org/firefox/addon/base16-everything/)
- **Website:** [https://base16everything.com](https://base16everything.com/)
- **Privacy policy:** [https://addons.mozilla.org/firefox/addon/base16-everything/privacy/](https://addons.mozilla.org/firefox/addon/base16-everything/privacy/)

## Description

Convert any website to base16 color schemes with smooth transitions

Base16 Everything

Transform every website to match your color scheme.

Base16 Everything is a browser extension that remaps website colors to any base16/base24 (<a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/9f13de9159b3a778d8d400f179f3c0e41788b6a98f5abed079cf24a8561d2947/https%3A//github.com/tinted-theming/home" rel="nofollow">https://github.com/tinted-theming/home</a>) palette in real time. Your browser finally matches your terminal, editor, and desktop.

How it works
<ol><li>Install the extension</li><li>Pick a color scheme (or let it sync from your system)</li><li>Every website is instantly recolored to your palette</li></ol>
Color mapping is powered by Rust compiled to WebAssembly — it runs entirely in the browser with no external requests.

Features

Free tier — no account needed:
<ul><li>Two built-in themes (Gruvbox Light Hard + Google Dark)</li><li>Automatic light/dark mode switching based on system preference</li><li>WASM-powered color mapping with smooth transitions</li><li>Per-page activation toggle</li></ul>
Premium ($8 one-time purchase):
<ul><li>200+ color schemes from tinted-theming/schemes (<a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/fe196d4ef3e3e2a244956de9ccaad5ee073f6986f50a7ff90e0fd53d6ed3b05f/https%3A//github.com/tinted-theming/schemes" rel="nofollow">https://github.com/tinted-theming/schemes</a>)</li><li>Search and download any tinted-theming scheme directly from the popup</li><li>Native config sync — read your palette from <code>~/.config/base16-everything/config.yaml</code></li><li>Lifetime updates, use on up to 3 devices</li></ul>
System theme sync with tinty

Premium users can sync their browser theme with their system using tinty (<a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/292854fec07735522211bff2b3ab22f4c993ec5fe8b489fcb9fab3a6a075e9e2/https%3A//github.com/tinted-theming/tinty" rel="nofollow">https://github.com/tinted-theming/tinty</a>). When you run <code>tinty apply</code>, your terminal, editor, desktop, and browser all switch together.

This works through tinted-web (<a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/c9a6e83500f93d684eb32708c2b4741df3e8ee159ffebf3c73968246f2aa265f/https%3A//github.com/mat-his/tinted-web" rel="nofollow">https://github.com/mat-his/tinted-web</a>), a tinted-theming adapter that ships 184 pre-built base24 themes.

Setup
<ol><li>Clone the Base16 Everything's repository:</li></ol>
<code>bash
   git clone <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/a2a8767a1fec8a23b6c64f117119329be63b90eeba659ee57427066453ce6b05/https%3A//github.com/mat-his/base16_everything_home.git" rel="nofollow">https://github.com/mat-his/base16_everything_home.git</a>
   cd base16_everything_home</code>
<ol><li>Install the native messaging host (native-host/) so the extension can read your local config:</li></ol>
<code>bash
   cd native-host
   ./<a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/4a6a5294bcea117f800b750e6741d0072f74f6a88ba8ae85c2d0f9785abea24a/http%3A//install.sh" rel="nofollow">install.sh</a> &lt;your-extension-id&gt;</code>

To find your extension ID:
      1. Open chrome://extensions
      2. Find 'Base16 Everything'
      3. Copy the ID (looks like: mlmhenlobfodphglalpgjpinfidhcbio)
<ol><li>Add tinted-web to your tinty config (<code>~/.config/tinted-theming/tinty/config.toml</code>):</li></ol>
<code>toml
   [[items]]
   name = "base16-everything"
   path = "<a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/c9a6e83500f93d684eb32708c2b4741df3e8ee159ffebf3c73968246f2aa265f/https%3A//github.com/mat-his/tinted-web" rel="nofollow">https://github.com/mat-his/tinted-web</a>"
   themes-dir = "themes"
   supported-systems = ["base24"]
   hook = "cp $TINTY_THEME_FILE_PATH ~/.config/base16-everything/config.yaml"</code>
<ol><li>Sync and apply:</li></ol>
<code>bash
   tinty install
   tinty apply base24-gruvbox-dark</code>

The extension picks up the new palette on the next page load. No restart needed.

Account management

After purchasing a license, you can manage your account at <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/305421f1cce215b26b122884a584295edb133aef004670198e1d35becd5fe87d/https%3A//base16everything.com/devices" rel="nofollow">https://base16everything.com/devices</a>. Log in with your email to:
<ul><li>View and revoke registered devices</li><li>Reveal your license key</li></ul>
You can also access this from the extension popup via <strong>Settings &gt; Manage Devices</strong>.

Links
<ul><li>Website &amp; Pricing: <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/54d5fce165f2d4920c3d8007ebbd54a2380392273e3af0fbaa707f6c2417916b/https%3A//base16everything.com" rel="nofollow">https://base16everything.com</a></li><li>tinted-web adapter: <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/c9a6e83500f93d684eb32708c2b4741df3e8ee159ffebf3c73968246f2aa265f/https%3A//github.com/mat-his/tinted-web" rel="nofollow">https://github.com/mat-his/tinted-web</a> — tinty integration with 184 pre-built themes</li><li>tinted-theming: <a href="https://prod.outgoing.prod.webservices.mozgcp.net/v1/9f13de9159b3a778d8d400f179f3c0e41788b6a98f5abed079cf24a8561d2947/https%3A//github.com/tinted-theming/home" rel="nofollow">https://github.com/tinted-theming/home</a> — the base16/base24 ecosystem</li></ul>
License

MIT LICENSE

## Rankings

- #118,162 — Overall
- #209 — base

## Permissions and access

### Permissions

- `storage`
- `activeTab`
- `scripting`
- `webNavigation`
- `<all_urls>`

### Content script matches

- `<all_urls>`

## Safety

- **Risk impact:** High risk impact
- **Risk likelihood:** High risk likelihood

### Analysis details

- Allows access to all websites, posing a significant security risk as it can monitor and modify data from any visited site.
- This extension has low user count. Unpopular extensions may not be stable or safe.

> Some risk analysis details are omitted from this free response. [Upgrade to view the full analysis](https://chrome-stats.com/pricing).

## Similar extensions and apps

- [base16-grayscale](https://chrome-stats.com/d/base16-grayscale) — 1 users
- [Dynamic Base16](https://chrome-stats.com/d/dynamic-base16) — 2 users
- [base16](https://chrome-stats.com/d/base16) — 21 users, 5.00 / 5
- [Gruvbox (base16-dark-medium)](https://chrome-stats.com/d/gruvbox-base16-dark-medium) — 1 users
- [Coolor Palette Extractor](https://chrome-stats.com/d/coolor-palette-extractor) — 4 users
- [Midnight Lizard](https://chrome-stats.com/d/midnight-lizard-quantum) — 6,128 users, 4.29 / 5
- [ChromaKit - Discover Every Color Behind Any Websit](https://chrome-stats.com/d/chromakit)
- [ColorPro — Picker, Palette & Contrast](https://chrome-stats.com/d/colorpro-picker) — 2 users
- [Themify](https://chrome-stats.com/d/themify-colors) — 2 users
- [Base64 Image Converter](https://chrome-stats.com/d/base64-image-converter) — 3 users, 5.00 / 5
- [Web Color Palette Extractor Plus](https://chrome-stats.com/d/web-color-palette-extract-plus) — 1 users
- [Everything Dark](https://chrome-stats.com/d/everything-dark) — 1 users

---

Source: [Chrome-Stats](https://chrome-stats.com/d/base16-everything)
