Brave Search Catppuccin Theme (Userscript)

Soothing pastel theme for Brave Search (Catppuccin)

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey, Greasemonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Violentmonkey.

Voor het installeren van scripts heb je een extensie nodig, zoals Tampermonkey of Userscripts.

Voor het installeren van scripts heb je een extensie nodig, zoals {tampermonkey_link:Tampermonkey}.

Voor het installeren van scripts heb je een gebruikersscriptbeheerder nodig.

(Ik heb al een user script manager, laat me het downloaden!)

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een extensie nodig, zoals {stylus_link:Stylus}.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

Voor het installeren van gebruikersstijlen heb je een gebruikersstijlbeheerder nodig.

(Ik heb al een beheerder - laat me doorgaan met de installatie!)

Maker
hiyun1137
Dagelijks aantal installaties
0
Totaal aantal installaties
1
Beoordelingen
0 0 0
Versie
2026.01.15
Gemaakt op
10-04-2026
Bijgewerkt op
10-04-2026
Grootte
28 KB
Licentie
MIT
Wordt toegepast op

Brave Search Catppuccin Theme (Userscript)

A beautiful, soothing, and highly customizable theme for Brave Search, bringing the aesthetic harmony of the Catppuccin color palette directly into your search engine experience.

This userscript dynamically generates CSS based on your chosen Catppuccin flavors and accent color. It fully themes the search results, settings, backgrounds, and even replaces the native SVG logos and wave patterns to ensure a consistent and pleasing visual experience.

✨ Features

  • Full Catppuccin Integration: Applies the official Catppuccin palettes (Latte, Frappe, Macchiato, Mocha) to Brave Search.
  • Custom Accent Color: Choose any of the 14 Catppuccin accent colors to highlight links, buttons, toggles, and AI features.
  • Native Light & Dark Support: Works seamlessly with Brave Search's native theme toggler or your system preferences. You can assign different Catppuccin flavors for Light Mode and Dark Mode!
  • SVG Theming: Dynamically recolors the Brave logo, loading animations, and background wave vectors to perfectly match your chosen palette.
  • Highly Customizable: Easily change the theme flavors and accent color directly within the userscript's configuration section.

🎨 Configuration (How to Customize)

The configuration is located at the top of the userscript source code. You can edit these values using your userscript manager's editor (e.g., Tampermonkey, Violentmonkey).

1. Select Flavors (Light & Dark)

Choose your preferred base palettes for both light and dark modes:

Option Description
'latte' The bright, warm, and airy Catppuccin flavor (Default for Light).
'frappe' A balanced, slightly muted, and comfortable dark flavor.
'macchiato' A slightly richer, deeper, but still pastel dark flavor.
'mocha' The darker, high-contrast, and deep dark flavor (Default for Dark).

Example:

const lightFlavor = 'latte';
const darkFlavor = 'mocha';

2. Select Accent Color

Choose the highlight color for selected items, links, buttons, and active elements:

Option Color Option Color
'rosewater' Soft Pink 'peach' Orange
'flamingo' Coral 'yellow' Gold
'pink' Magenta 'green' Emerald
'mauve' Purple (Default) 'teal' Cyan/Teal
'red' Red 'sky' Bright Blue
'maroon' Dark Red 'lavender' Light Purple
'subtext0' Muted Gray/Blue 'blue' Standard Blue

Example:

const accentColorName = 'mauve';

Note: After changing the configuration values, save the userscript and reload Brave Search for the changes to take effect.

⚙️ Installation Instructions

  1. Install a Userscript Manager: If you don't have one, install a manager like Tampermonkey (Chrome/Firefox/Edge) or Violentmonkey (Firefox/Chrome).
  2. Install the Script:
    • Click the "Install" button on this Greasy Fork page.
    • Your userscript manager will open a new tab prompting you to confirm the installation. Click "Install" again.
  3. Reload Brave Search: Go to Brave Search (https://search.brave.com/) and refresh the page (Ctrl+R or Cmd+R).

The Catppuccin theme should now be applied to your search interface.

📝 Compatibility & Credits

  • Compatibility: Tested successfully on Brave Search desktop and mobile web views. Bypasses strict CSPs by compiling CSS and SVGs directly within the script.
  • License: MIT
  • Author: Catppuccin (Converted for Userscript environments)
  • Source Code: The color definitions and original CSS variables are derived directly from the official Catppuccin userstyles project.
  • Dependency: Requires @grant GM_addStyle for injecting styles, which is supported by all modern userscript managers.