Base16 Everything
Convert any website to base16 color schemes with smooth transitions
As of June 2026, Base16 Everything has — users and a 5.00/5 rating from 1 reviews in the Accessibility category.
Usersno change0%
—
—
Ratingno change0%
5.00
1 reviews
Reviewsno change0%
1
Version
1.1.1
Manifest V3
90-day change · In the last 90 days this extension 1 version update.
History
9 snapshotsTracking since Apr 1, 2026.
View as table
| Date | Users | Rating | Reviews | Version |
|---|---|---|---|---|
| Apr 1, 2026 | 5 | — | — | 1.0.1 |
| Apr 17, 2026 | 3 | — | — | 1.0.1 |
| Apr 22, 2026 | 6 | 5.00 | 1 | 1.1.1 |
| Apr 27, 2026 | 7 | 5.00 | 1 | 1.1.1 |
| May 4, 2026 | 5 | 5.00 | 1 | 1.1.1 |
| May 10, 2026 | — | 5.00 | 1 | 1.1.1 |
| May 15, 2026 | 6 | 5.00 | 1 | 1.1.1 |
| May 22, 2026 | 7 | 5.00 | 1 | 1.1.1 |
| May 28, 2026 | 165 | 5.00 | 1 | 1.1.1 |
| Now | — | 5.00 | 1 | 1.1.1 |
Changelog
- Apr 17, 2026description
Base16 Everything Transform every website to match your color scheme. Base16 Everything is a browser extension that remaps website colors to any base16/base24 (https://github.com/tinted-theming/home) palette in real time. Your browser finally matches your terminal, editor, and desktop. ## How it works 1. Install the extension 2. Pick a color scheme (or let it sync from your system) 3. Every website is instantly recolored to your palette 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: - Two built-in themes (Gruvbox Light Hard + Google Dark) - Automatic light/dark mode switching based on system preference - WASM-powered color mapping with smooth transitions - Per-page activation toggle ### Premium ($8 one-time purchase): - 200+ color schemes from tinted-theming/schemes (https://github.com/tinted-theming/schemes) - Search and download any tinted-theming scheme directly from the popup - Native config sync — read your palette from `~/.config/base16-everything/config.yaml` - Lifetime updates, use on up to 3 devices ## System theme sync with tinty Premium users can sync their browser theme with their system using tinty (https://github.com/tinted-theming/tinty). When you run `tinty apply`, your terminal, editor, desktop, and browser all switch together. This works through tinted-web (https://github.com/mat-his/tinted-web), a tinted-theming adapter that ships 184 pre-built base24 themes. ### Setup 1. Clone the Base16 Everything's repository: ```bash git clone https://github.com/mat-his/base16_everything_home.git cd base16_everything_home ``` 2. Install the native messaging host (native-host/) so the extension can read your local config: ```bash cd native-host ./install.sh <your-extension-id> ``` To find your extension ID: 1. Open chrome://extensions 2. Find 'Base16 Everything' 3. Copy the ID (looks like: mlmhenlobfodphglalpgjpinfidhcbio) 3. Add tinted-web to your tinty config (`~/.config/tinted-theming/tinty/config.toml`): ```toml [[items]] name = "base16-everything" path = "https://github.com/mat-his/tinted-web" themes-dir = "themes" supported-systems = ["base24"] hook = "cp $TINTY_THEME_FILE_PATH ~/.config/base16-everything/config.yaml" ``` 4. Sync and apply: ```bash tinty install tinty apply base24-gruvbox-dark ``` 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 https://base16everything.com/devices. Log in with your email to: - View and revoke registered devices - Reveal your license key You can also access this from the extension popup via **Settings > Manage Devices**. ## Links - Website & Pricing: https://base16everything.com - tinted-web adapter: https://github.com/mat-his/tinted-web — tinty integration with 184 pre-built themes - tinted-theming: https://github.com/tinted-theming/home — the base16/base24 ecosystem ## License MIT LICENSEBase16 Everything Transform every website to match your color scheme. Base16 Everything is a browser extension that remaps website colors to any base16/base24 (https://github.com/tinted-theming/home) palette in real time. Your browser finally matches your terminal, editor, and desktop. ## How it works 1. Install the extension 2. Pick a color scheme (or let it sync from your system) 3. Every website is instantly recolored to your palette 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: - Two built-in themes (Gruvbox Light Hard + Google Dark) - Automatic light/dark mode switching based on system preference - WASM-powered color mapping with smooth transitions - Per-page activation toggle ### Premium ($8 one-time purchase): - 200+ color schemes from tinted-theming/schemes (https://github.com/tinted-theming/schemes) - Search and download any tinted-theming scheme directly from the popup - Native config sync — read your palette from `~/.config/base16-everything/config.yaml` - Lifetime updates, use on up to 3 devices ## System theme sync with tinty Premium users can sync their browser theme with their system using tinty (https://github.com/tinted-theming/tinty). When you run `tinty apply`, your terminal, editor, desktop, and browser all switch together. This works through tinted-web (https://github.com/mat-his/tinted-web), a tinted-theming adapter that ships 184 pre-built base24 themes. ### Setup 1. Clone the Base16 Everything's repository: ```bash git clone https://github.com/mat-his/base16_everything_home.git cd base16_everything_home ``` 2. Install the native messaging host (native-host/) so the extension can read your local config: ```bash cd native-host ./install.sh <your-extension-id> ``` To find your extension ID: 1. Open chrome://extensions 2. Find 'Base16 Everything' 3. Copy the ID (looks like: mlmhenlobfodphglalpgjpinfidhcbio) 3. Add tinted-web to your tinty config (`~/.config/tinted-theming/tinty/config.toml`): ```toml [[items]] name = "base16-everything" path = "https://github.com/mat-his/tinted-web" themes-dir = "themes" supported-systems = ["base24"] hook = "cp $TINTY_THEME_FILE_PATH ~/.config/base16-everything/config.yaml" ``` 4. Sync and apply: ```bash tinty install tinty apply base24-gruvbox-dark ``` The extension picks up the new palette on the next page load. No restart needed. ### Additional Tips Don't forget to sync your system light/dark mode. If this parameter is not configured correctly, you may notice glitches when switching themes — inconsistent colors, partial theme reloads, or web pages that don't match the rest of your environment. Most modern Linux desktops rely on gsettings to define the preferred color scheme. On GNOME-based systems, toggling between light and dark modes can be done with a simple command: ```bash gsettings set org.gnome.desktop.interface color-scheme prefer-light # or gsettings set org.gnome.desktop.interface color-scheme prefer-dark ``` This value acts as a global signal for GTK applications. When set correctly, GTK-based software automatically adapts its appearance to match the selected mode. If you're building an automated workflow — where themes switch during the day or at night — this setting becomes essential. It ensures GTK applications respond consistently to theme changes. ## Account management After purchasing a license, you can manage your account at https://base16everything.com/devices. Log in with your email to: - View and revoke registered devices - Reveal your license key You can also access this from the extension popup via **Settings > Manage Devices**. ## Links - Website & Pricing: https://base16everything.com - tinted-web adapter: https://github.com/mat-his/tinted-web — tinty integration with 184 pre-built themes - tinted-theming: https://github.com/tinted-theming/home — the base16/base24 ecosystem ## License MIT LICENSE
Permissions & access
- Permissions
- storageactiveTabscriptingwebNavigation
- Host access
- None declared
Screenshots
About
Base16 Everything
Transform every website to match your color scheme.
Base16 Everything is a browser extension that remaps website colors to any base16/base24 (https://github.com/tinted-theming/home) palette in real time. Your browser finally matches your terminal, editor, and desktop.
## How it works
1. Install the extension
2. Pick a color scheme (or let it sync from your system)
3. Every website is instantly recolored to your palette
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:
- Two built-in themes (Gruvbox Light Hard + Google Dark)
- Automatic light/dark mode switching based on system preference
- WASM-powered color mapping with smooth transitions
- Per-page activation toggle
### Premium ($8 one-time purchase):
- 200+ color schemes from tinted-theming/schemes (https://github.com/tinted-theming/schemes)
- Search and download any tinted-theming scheme directly from the popup
- Native config sync — read your palette from `~/.config/base16-everything/config.yaml`
- Lifetime updates, use on up to 3 devices
## System theme sync with tinty
Premium users can sync their browser theme with their system using tinty (https://github.com/tinted-theming/tinty). When you run `tinty apply`, your terminal, editor, desktop, and browser all switch together.
This works through tinted-web (https://github.com/mat-his/tinted-web), a tinted-theming adapter that ships 184 pre-built base24 themes.
### Setup
1. Clone the Base16 Everything's repository:
```bash
git clone https://github.com/mat-his/base16_everything_home.git
cd base16_everything_home
```
2. Install the native messaging host (native-host/) so the extension can read your local config:
```bash
cd native-host
./install.sh <your-extension-id>
```
To find your extension ID:
1. Open chrome://extensions
2. Find 'Base16 Everything'
3. Copy the ID (looks like: mlmhenlobfodphglalpgjpinfidhcbio)
3. Add tinted-web to your tinty config (`~/.config/tinted-theming/tinty/config.toml`):
```toml
[[items]]
name = "base16-everything"
path = "https://github.com/mat-his/tinted-web"
themes-dir = "themes"
supported-systems = ["base24"]
hook = "cp $TINTY_THEME_FILE_PATH ~/.config/base16-everything/config.yaml"
```
4. Sync and apply:
```bash
tinty install
tinty apply base24-gruvbox-dark
```
The extension picks up the new palette on the next page load. No restart needed.
### Additional Tips
Don't forget to sync your system light/dark mode.
If this parameter is not configured correctly, you may notice glitches when switching themes — inconsistent colors, partial theme reloads, or web pages that don't match the rest of your environment.
Most modern Linux desktops rely on gsettings to define the preferred color scheme. On GNOME-based systems, toggling between light and dark modes can be done with a simple command:
```bash
gsettings set org.gnome.desktop.interface color-scheme prefer-light
# or
gsettings set org.gnome.desktop.interface color-scheme prefer-dark
```
This value acts as a global signal for GTK applications. When set correctly, GTK-based software automatically adapts its appearance to match the selected mode.
If you're building an automated workflow — where themes switch during the day or at night — this setting becomes essential. It ensures GTK applications respond consistently to theme changes.
## Account management
After purchasing a license, you can manage your account at https://base16everything.com/devices. Log in with your email to:
- View and revoke registered devices
- Reveal your license key
You can also access this from the extension popup via **Settings > Manage Devices**.
## Links
- Website & Pricing: https://base16everything.com
- tinted-web adapter: https://github.com/mat-his/tinted-web — tinty integration with 184 pre-built themes
- tinted-theming: https://github.com/tinted-theming/home — the base16/base24 ecosystem
## License
MIT LICENSETechnical
- Version
- 1.1.1
- Manifest
- V3
- Size
- 406KiB
- Min Chrome
- 88
- Languages
- 1
- Featured
- No
Metadata
- ID
- jmofeafhkeohbpbedgbnkdlfaomjbnkf
- Developer ID
- u679521b7d752218637c499aea3d0b41f
- Developer Email
- [email protected]
- Created
- Feb 18, 2026
- Last Updated (Store)
- Apr 8, 2026
- Last Scraped
- Jun 10, 2026
- Website
- base16everything.com
- Support URL
- —
- Privacy Policy
- https://base16everything.com/extension-privacy
Similar extensions
Alternatives to Base16 Everything, ranked by description similarity.
Universal Dark Mode Pro
Transform your entire browser into dark mode - tabs, new tab, and all websites
4
★ 5.0
GET WEB SITE THEME COLOR
Extract the theme colors from the current website and easily check their usage ratio and color codes.
2.0K
★ 3.7
Screen Shader | Smart Screen Tinting
Shades Chrome to a soothing orange color to decrease eye-strain, eye fatigue and to appease your brain's day/night cycle.
100.0K
★ 4.5
Text Blackness
Darken grey/colourful text on web pages. No more squinting at grey fonts for those of us with bad eyesight.
352
★ 3.4
Tweak It
Ultimate Web Styler Extension - Change the look of any website with a few clicks
151
★ 5.0
Color Inverter
Invert colors on specific websites with optional monochrome filter. Settings are per-domain with hierarchical matching.
142
Contrast Colors Schemes for the Colorblind
Accessible high contrast color schemes for the colorblind
12
Dark Mode Pro - Night Mode for Websites
Dark mode & night mode for any website. 12 themes, scheduled mode, per-site settings, system sync. Reduce eye strain & save battery.
67
★ 3.0
Data sourced from the Chrome Web Store · last verified Jun 10, 2026.