Soothing pastel theme for Zen Browser Home
Zen Browser Home Catppuccin by ashish0kumar

Details
Authorashish0kumar
LicenseMIT
Categoryzen-browser.app
Created
Updated
Code size551 B
Code checksum9a74b8ed
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Zen Browser Home Catppuccin
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A soothing pastel theme for Zen Browser home
@author ashish0kumar (https://github.com/ashish0kumar)
==/UserStyle== */
@-moz-document domain("zen-browser.app") {
:root {
&[data-theme="dark"] {
--zen-paper: #1e1e2e !important;
--zen-dark: #bac2de !important;
}
}
.text-coral {
color: #fab387 !important
}
}