/* ==UserStyle== @name Porkbun Catppuccin @namespace github.com/Sebagabones/userstyles/styles/porkbun @homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/porkbun @version 2025.09.06 @updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/porkbun/catppuccin.user.less @supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aporkbun @description Soothing pastel theme for Porkbun @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://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("porkbun.com") { :root { @media (prefers-color-scheme: light) { #catppuccin(@lightFlavor); } @media (prefers-color-scheme: dark) { #catppuccin(@darkFlavor); } } #catppuccin(@flavor) { #lib.palette(); #lib.defaults(); &, body { background-color: @base; color: @text; } --cloudflare_on: @peach; --porkbun_danger: @red; --porkbun_warning: @yellow; --porkbun_success: @green; --porkbun_pink_hover: darken(@accent, 5%); --porkbun_pink: @accent; --porkbun_gold: @yellow; --porkbun_pink_light: lighten(@accent, 5%); --porkbun_pink_medium: @accent; --porkbun_dark_gray: @text; --porkbun_light_gray: @surface0; --porkbun_medium_gray: @overlay1; --porkbun_white: @mantle; --blue_link: @blue; --blue_link_hover: @sapphire; --headerMenuLink_color: @text; --headerMenuLink-hover_color: @text; --homepageBlurb_color: @text; /* Misc */ .text-muted { color: @subtext0; } .text-danger { color: @red; } .text-success { color: @green; } .badge-porkbun { background-color: @surface0; color: @text; } .alert-info { background-color: fade(@blue, 30%); color: @blue; border-color: @blue; } .alert-warning { background-color: fade(@yellow, 30%); color: @yellow; border-color: @yellow; } .alert-danger { background-color: fade(@red, 30%); color: @red; border-color: @red; } hr { border-top-color: @surface1; } /* Inline overrides */ [style*="background-color:white;"], [style*="background-color: rgb(248, 248, 248);"] { background-color: @surface0 !important; } [style*="color:black;"], [style*="color: white;"] { color: @text !important; } &[stylus-iframe="https://porkbun.com"], #beacon-container-body { background-color: transparent; .hsds-beacon button { background-color: @accent; [class*="FabButtoncss__FabBackgroundUI"] > svg { fill: @accent; } > span { color: @crust; } } } /* Buttons */ .btn-default, .sortByPriceButton { &:not(.searchAddRemoveIcon, .searchAddRemoveIconSideBar) { background-color: @surface0; color: @text; border-color: @surface1; } &:hover { background-color: @surface1; color: @text; } } .btn-primary { background-color: @accent; border-color: @accent; color: @crust; &:hover { background-color: darken(@accent, 5%); } } .btn-danger { background-color: @red; border-color: @red; color: @crust; } .btn-success { background-color: @green; border-color: @green; color: @crust; } .btn-success-light { background-color: @green; color: @crust; } .btn-porkbun-white-borderless, .btn-porkbun-white:hover, .btn-porkbun-white:focus { color: @text; } .btn-porkbun-white.active { color: @crust; .text-muted { color: @surface0; } } /* Inputs */ .slider { background-color: @red; &::before { background-color: @crust; } } .dropdown-menu { background-color: @surface0; > li > a { color: @text; &:hover { background-color: @surface1; } } .divider { background-color: @surface1; } } .form-control { background-color: @mantle; color: @text; border-color: @surface0; &:focus { box-shadow: 0 0 8px fade(@accent, 50%); } } select:not([multiple]) { -webkit-appearance: auto; } /* Table dividers */ .table { > tbody, > tfoot, > thead { > tr { > th, > td { border-top-color: @surface1; } } } > thead > tr > th { border-bottom-color: @surface2; } [style*="border-top:2px solid gray;"] { border-top-color: @surface2 !important; } } .table-bordered { border-color: @surface1; > tbody, > tfoot, > thead { > tr { > th, > td { border-color: @surface1; } } } } /* Main */ .headerContainer, footer > div { background-color: @crust !important; } #headerBrandLogo, #footerLogo { @svg: escape( '' ); content: url("data:image/svg+xml,@{svg}"); } .reviewWidget { .googleReviewCount { color: @subtext1; } .fas[class*="fa-star"] { color: @yellow; } } .homepageBulletIconFontAwesome { color: @subtext0; } .homePageSupportOptionCenterRight { border-color: @surface0; } #domainSearchBulkDropButton { &:hover, &:active, &:target, &:focus { background-color: @surface0; } } #searchResultsContainer { background-color: transparent; .sideBarSearchResults { border-color: @surface0; } } .searchResultsTldLetterBox { border-color: @surface1; } .cartBox { border-color: @surface1; } .cartSummaryBoxFreeList > li::before { color: @subtext0; } .marketplaceRow { border-top-color: @surface0; } .domainsPricingAllExtensionsHeader { background-color: transparent; } #homePagePricingContainer { background-color: transparent; } .hostingBox { border-color: @surface0; } .well { background-color: @base; border-color: @surface0; } .modal-content { background-color: @base; .close { color: @text; opacity: 1; } } .nav-tabs { border-bottom-color: @surface0; } } }