Brave Search Catppuccin Theme (Userscript)

Soothing pastel theme for Brave Search (Catppuccin)

Tendrás que instalar una extensión para tu navegador como Tampermonkey, Greasemonkey o Violentmonkey si quieres utilizar este script.

You will need to install an extension such as Tampermonkey to install this script.

Tendrás que instalar una extensión como Tampermonkey o Violentmonkey para instalar este script.

Necesitarás instalar una extensión como Tampermonkey o Userscripts para instalar este script.

Tendrás que instalar una extensión como Tampermonkey antes de poder instalar este script.

Necesitarás instalar una extensión para administrar scripts de usuario si quieres instalar este script.

(Ya tengo un administrador de scripts de usuario, déjame instalarlo)

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Tendrás que instalar una extensión como Stylus antes de poder instalar este script.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

Para poder instalar esto tendrás que instalar primero una extensión de estilos de usuario.

(Ya tengo un administrador de estilos de usuario, déjame instalarlo)

Autor
hiyun1137
Instalaciones diarias
0
Instalaciones totales
1
Calificaciones
0 0 0
Versión
2026.01.15
Creado
10/4/2026
Actualizado
10/4/2026
Tamaño
28 KB
Licencia
MIT
Funciona en

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.