/* ==UserStyle== @name Perplexity Catppuccin @namespace github.com/catppuccin/userstyles/styles/perplexity @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/perplexity @version 2025.09.06 @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/perplexity/catppuccin.user.less @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aperplexity @description Soothing pastel theme for Perplexity @author Catppuccin @license MIT @preprocessor less @var select lightFlavor "Light Flavor" ["latte:Latte*", "frappe:Frappé", "macchiato:Macchiato", "mocha:Mocha"] @var select darkFlavor "Dark Flavor" ["latte:Latte", "frappe:Frappé", "macchiato:Macchiato", "mocha:Mocha*"] @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"] ==/UserStyle== */ @import "https://userstyles.catppuccin.com/lib/lib.less"; @-moz-document domain("perplexity.ai") { :root:not([data-color-scheme="dark"]) { #catppuccin(@lightFlavor); } :root, :root:not([data-color-scheme="light"]) { #catppuccin(@darkFlavor); } #catppuccin(@flavor) { #lib.palette(); #lib.defaults(); ::selection { background-color: fade(@accent, 30%) !important; // TODO: Has !important unlike the defaults. Add !important to defaults? color: @text !important; // TODO: Another case of setting the text color in the selection. } body { background-color: @mantle !important; } .bg-\[red\] { background-color: @red !important; } .bg-alert { background-color: @peach !important; } .bg-text-100 { background-color: @text !important; } .bg-backdrop-lightbox\/95 { background-color: @crust !important; } .bg-backdrop\/70 { background-color: @mantle !important; } .bg-background, .bg-background-50 { background-color: @base !important; } .bg-background-100 { background-color: @base !important; } .bg-background-300, .bg-background-200 { background-color: @mantle !important; } .bg-background-super-alt { background-color: @accent !important; } .bg-backgroundDark { background-color: @surface0 !important; } .bg-black, .bg-black\/30, .bg-black\/40, .bg-black\/50, .bg-black\/60, .bg-black\/80 { background-color: @crust !important; } .bg-borderMain { background-color: @surface1 !important; } .bg-idle, .bg-idle\/70 { background-color: @surface0 !important; } .bg-offset, .bg-offsetDark, .bg-offset\/50 { background-color: @mantle !important; } .bg-offsetPlus { background-color: @surface0 !important; } .bg-offsetPlusDark, .dark\:\!bg-offsetPlusDark:where( [data-color-scheme="dark"] .dark\:\!bg-offsetPlusDark, [data-color-scheme="dark"] .dark\:\!bg-offsetPlusDark * ) { background-color: @mantle !important; } .bg-super, .bg-superAlt, .bg-superBG, .bg-superBGDark, .bg-superDark, .bg-superDark\/100, .bg-super\/100 { background-color: @accent !important; } .bg-super\/10, .bg-superDark\/10 { background-color: fade(@accent, 10%) !important; } .bg-textMain { background-color: @crust !important; } .bg-textMainDark, .bg-textMain\/10 { background-color: @text !important; } .bg-textOff { background-color: @subtext1 !important; } .bg-textOffDark, .bg-textOff\/50 { background-color: @subtext0 !important; } .bg-white, .bg-white\/30, .bg-white\/50, .bg-white\/80 { background-color: @text !important; } .text-background { color: @base !important; } .text-black { color: @crust !important; } .text-offset { color: @mantle !important; } .text-orange-400 { color: @peach !important; } .text-super, .text-superAlt, .text-superDark, .text-superDuper { color: @accent !important; } .text-textMain { color: @text !important; } .text-textMainDark, .text-textOff { color: @subtext1 !important; } .text-textOff\/50 { color: @subtext0 !important; } .text-textOffDark { color: @subtext1 !important; } .text-textOffDark\/50 { color: @subtext0 !important; } .text-white { color: @crust !important; } .text-default { color: @text !important; } .text-zinc-700 { color: @subtext1 !important; } .stroke-background { stroke: @surface0 !important; } .stroke-super, .stroke-superAlt, .stroke-superDark { stroke: @accent !important; } .stroke-textMain { stroke: @text !important; } .stroke-textMainDark, .stroke-textOff { stroke: @subtext1 !important; } .stroke-textOffDark { stroke: @subtext0 !important; } .fill-backgroundDark { fill: @base !important; } .fill-super, .fill-superAlt, .fill-superDark { fill: @accent !important; } .fill-textMain, .fill-textMainDark { fill: @text !important; } .fill-textOff, .fill-textOffDark { fill: @subtext1 !important; } .border-\[black\]\/10 { border-color: fade(@mantle, 10%) !important; } .border-background, .border-black\/10, .border-black\/5 { border-color: @mantle !important; } .dark\:border-borderMainDark:where( [data-color-scheme="dark"] .dark\:border-borderMainDark, [data-color-scheme="dark"] .dark\:border-borderMainDark * ), .border-borderMain { border-color: @surface1 !important; } .border-borderMain\/10, .border-borderMain\/50, .border-borderMain\/75 { border-color: @surface0 !important; } .border-borderMainDark { border-color: @base !important; } .border-offsetPlus { border-color: @mantle !important; } .border-super, .border-super\/10, .border-super\/100 { border-color: @accent !important; } .border-textMain\/0 { border-color: transparent !important; } .border-textMainDark { border-color: @mantle !important; } .border-textOff\/50 { border-color: @subtext0 !important; } .border-b-offset { border-bottom-color: @subtext0 !important; } .group:hover [class*="group-hover:text-superDark"] { color: @accent !important; } [class*="hover:!bg-superAlt/20"]:hover { background-color: @accent !important; } [class*="data-[focused=self]:bg-background-200"]:focus, [class*="hover:bg-background-200"]:hover { background-color: @crust !important; } [class*=":hover:bg-offset"]:hover, [class*="hover:bg-offset"]:hover { background-color: @surface0 !important; } [class*="hover:bg-offsetPlus"]:hover { background-color: @surface1 !important; } [class*="hover:bg-super"]:hover { background-color: @accent !important; } [class*="hover:text-super"]:hover, [class*="hover:text-superAlt"]:hover { color: @accent !important; } [class*="hover:text-textMain"]:hover { color: @text !important; } [class*="hover:text-textOff"]:hover { color: @subtext0 !important; } [class*="hover:text-white"]:hover { color: @text !important; } [data-focused="self"] { background-color: @surface1 !important; } .dark\:divide-borderMainDark\/50:where( [data-color-scheme="dark"] .dark\:divide-borderMainDark\/50, [data-color-scheme="dark"] .dark\:divide-borderMainDark\/50 * ) > :not([hidden]) ~ :not([hidden]), .divide-borderMain\/50 > :not([hidden]) ~ :not([hidden]) { border-color: @surface1 !important; } .focus\:\!border-backgroundDark:focus { border-color: @mantle !important; } .focus\:bg-background:focus { background-color: @base !important; } .focus\:text-super:focus { color: @accent !important; } .focus-visible\:bg-offsetPlus:focus-visible { background-color: @crust !important; } *[class*="ring"] { --tw-ring-color: @surface2 !important; --tw-ring-offset-color: @mantle !important; } .caret-superDuper { caret-color: @accent !important; } .data-\[state\=checked\]\:bg-super[data-state="checked"] { background-color: @accent !important; } /* Additional fixes: */ .scrollbar-thumb-idle { --scrollbar-thumb: @surface1 !important; } /* gradient on super long prompt */ div[style="background: linear-gradient(transparent, currentcolor);"] { background: linear-gradient(transparent, @base) !important; } /* citations */ .citation:hover * { color: @crust !important; } /* switch knob in settings */ .data-\[state\=checked\]\:before\:\!bg-super[data-state="checked"]::before { background-color: @accent !important; } /* switch in main input */ #copilot-toggle > div::before { background-color: @overlay1; } /* credits on image view */ #__next > div:nth-child(26) > div:nth-child(2) > div > div > div.gap-md.mx-md.py-md.border-borderMainDark.flex.h-\[74px\].items-center.justify-between.border-b-2 > div.gap-x-md.flex.items-center > a > div > div > div.line-clamp-1.break-all.transition-all.duration-300.white.font-sans.text-sm.text-white.selection\:bg-super\/50.selection\:text-textMain.dark\:selection\:bg-superDuper\/10.dark\:selection\:text-superDark { color: @text !important; } /* research goals in pro search */ .research-goal::before { border-color: @surface1; } .research-goal-title:hover { background-color: @surface0; } .research-goal-timeline { background-color: @surface1; } .\!bg-transparent { background: transparent !important; } } } #rgbify(@color) { @rgb: red(@color) green(@color) blue(@color); }