Files
gooberos/modules/desktop/home/zen-browser/stylus-import.json

1 line
2.5 MiB
JSON
Raw Normal View History

2026-03-30 00:20:36 +02:00
[{"settings":{"updateInterval":24,"updateOnlyEnabled":true,"patchCsp":true,"editor.linter":""}},{"enabled":true,"name":"Gmail Catppuccin","description":"Soothing pastel theme for Gmail","author":"Catppuccin","updateUrl":"https://github.com/catppuccin/userstyles/raw/main/styles/gmail/catppuccin.user.less","usercssData":{"name":"Gmail Catppuccin","namespace":"github.com/catppuccin/userstyles/styles/gmail","homepageURL":"https://github.com/catppuccin/userstyles/tree/main/styles/gmail","version":"2025.09.06","updateURL":"https://github.com/catppuccin/userstyles/raw/main/styles/gmail/catppuccin.user.less","supportURL":"https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agmail","description":"Soothing pastel theme for Gmail","author":"Catppuccin","license":"MIT","preprocessor":"less","vars":{"lightFlavor":{"type":"select","label":"Light Flavor","name":"lightFlavor","value":null,"default":"latte","options":[{"name":"latte","label":"Latte","value":"latte"},{"name":"frappe","label":"Frappé","value":"frappe"},{"name":"macchiato","label":"Macchiato","value":"macchiato"},{"name":"mocha","label":"Mocha","value":"mocha"}]},"darkFlavor":{"type":"select","label":"Dark Flavor","name":"darkFlavor","value":null,"default":"mocha","options":[{"name":"latte","label":"Latte","value":"latte"},{"name":"frappe","label":"Frappé","value":"frappe"},{"name":"macchiato","label":"Macchiato","value":"macchiato"},{"name":"mocha","label":"Mocha","value":"mocha"}]},"accentColor":{"type":"select","label":"Accent","name":"accentColor","value":null,"default":"mauve","options":[{"name":"rosewater","label":"Rosewater","value":"rosewater"},{"name":"flamingo","label":"Flamingo","value":"flamingo"},{"name":"pink","label":"Pink","value":"pink"},{"name":"mauve","label":"Mauve","value":"mauve"},{"name":"red","label":"Red","value":"red"},{"name":"maroon","label":"Maroon","value":"maroon"},{"name":"peach","label":"Peach","value":"peach"},{"name":"yellow","label":"Yellow","value":"yellow"},{"name":"green","label":"Green","value":"green"},{"name":"teal","label":"Teal","value":"teal"},{"name":"blue","label":"Blue","value":"blue"},{"name":"sapphire","label":"Sapphire","value":"sapphire"},{"name":"sky","label":"Sky","value":"sky"},{"name":"lavender","label":"Lavender","value":"lavender"},{"name":"subtext0","label":"Gray","value":"subtext0"}]}}},"sourceCode":"/* ==UserStyle==\n@name Gmail Catppuccin\n@namespace github.com/catppuccin/userstyles/styles/gmail\n@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/gmail\n@version 2025.09.06\n@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/gmail/catppuccin.user.less\n@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agmail\n@description Soothing pastel theme for Gmail\n@author Catppuccin\n@license MIT\n\n@preprocessor less\n@var select lightFlavor \"Light Flavor\" [\"latte:Latte*\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha\"]\n@var select darkFlavor \"Dark Flavor\" [\"latte:Latte\", \"frappe:Frappé\", \"macchiato:Macchiato\", \"mocha:Mocha*\"]\n@var select accentColor \"Accent\" [\"rosewater:Rosewater\", \"flamingo:Flamingo\", \"pink:Pink\", \"mauve:Mauve*\", \"red:Red\", \"maroon:Maroon\", \"peach:Peach\", \"yellow:Yellow\", \"green:Green\", \"teal:Teal\", \"blue:Blue\", \"sapphire:Sapphire\", \"sky:Sky\", \"lavender:Lavender\", \"subtext0:Gray\"]\n==/UserStyle== */\n\n@import \"https://userstyles.catppuccin.com/lib/lib.less\";\n\n@-moz-document domain(\"mail.google.com\") {\n :root {\n @media (prefers-color-scheme: light) {\n #catppuccin(@lightFlavor);\n }\n @media (prefers-color-scheme: dark) {\n #catppuccin(@darkFlavor);\n }\n }\n\n #catppuccin(@flavor) {\n #lib.palette();\n #lib.defaults();\n\n input,\n textarea {\n caret-color: @text;\n }\n\n #input-styling {\n input,\n select,\n button {\n background-color: @mantle;\n color: @text;\n border-color: @surface0;\n border-style: solid;\n border-width: 1px;\n