Getting Started
Installation
Section titled “Installation”- Download the latest release from the Chrome Web Store or build from source.
- Click the Chameleon icon in your browser toolbar to open the popup.
Creating Your First Rule
Section titled “Creating Your First Rule”- Navigate to any webpage you’d like to style.
- Click the Chameleon icon to open the popup.
- Click “New Rule” to create a CSS rule for the current domain.
- Write your CSS in the editor — changes apply instantly.
/* Example: Make all links terracotta */a { color: oklch(0.58 0.17 28) !important;}Managing Rules
Section titled “Managing Rules”- Toggle rules on and off from the popup without deleting them.
- Edit rules at any time by clicking on them in the options page.
- Archive rules you don’t need right now but want to keep for later.
Using Palettes
Section titled “Using Palettes”Palettes let you group multiple CSS rules together and apply them as a set:
- Open the Options page from the popup menu.
- Navigate to the Palettes tab.
- Create a new palette and add your rules to it.
- Toggle the entire palette on or off with a single switch.
Next Steps
Section titled “Next Steps”- Explore the options page for advanced rule management.
- Use domain-specific rules for targeted styling.
- Combine rules into palettes for quick theme switching.