/* ==UserStyle== @name Invidious Catppuccin @namespace github.com/catppuccin/userstyles/styles/invidious @homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/invidious @version 2024.12.31 @updateURL https://github.com/catppuccin/userstyles/raw/main/styles/invidious/catppuccin.user.less @supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainvidious @description Soothing pastel theme for Invidious @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"] @var checkbox styleVideoPlayer "Style Video Player" 1 ==/UserStyle== */ /** * kept up-to-date with * `curl https://api.invidious.io/instances.json | jq '.[] | select(.[1].type=="https") | .[0]'` */ @-moz-document domain("anontube.lvkaszus.pl"), domain("inv.citw.lgbt"), domain("inv.in.projectsegfau.lt"), domain("inv.tux.pizza"), domain("inv.us.projectsegfau.lt"), domain("inv.zzls.xyz"), domain("invidious.asir.dev"), domain("invidious.drgns.space"), domain("invidious.einfachzocken.eu"), domain("invidious.fdn.fr"), domain("invidious.io.lol"), domain("invidious.lunar.icu"), domain("invidious.nerdvpn.de"), domain("invidious.no-logs.com"), domain("invidious.perennialte.ch"), domain("invidious.privacydev.net"), domain("invidious.private.coffee"), domain("invidious.projectsegfau.lt"), domain("invidious.protokolla.fi"), domain("invidious.slipfox.xyz"), domain("iv.datura.network"), domain("iv.ggtyler.dev"), domain("iv.melmac.space"), domain("iv.nboeck.de"), domain("iv.winston.sh"), domain("onion.tube"), domain("vid.priv.au"), domain("vid.puffyan.us"), domain("yewtu.be"), domain("yt.artemislena.eu"), domain("yt.cdaut.de"), domain("yt.drgnz.club"), domain("yt.oelrichsgarcia.de") { .no-theme { @media (prefers-color-scheme: light) { #catppuccin(@lightFlavor); } @media (prefers-color-scheme: dark) { #catppuccin(@darkFlavor); } } .light-theme { #catppuccin(@lightFlavor); } .dark-theme { #catppuccin(@darkFlavor); } #catppuccin(@flavor) { @rosewater: @catppuccin[@@flavor][@rosewater]; @flamingo: @catppuccin[@@flavor][@flamingo]; @pink: @catppuccin[@@flavor][@pink]; @mauve: @catppuccin[@@flavor][@mauve]; @red: @catppuccin[@@flavor][@red]; @maroon: @catppuccin[@@flavor][@maroon]; @peach: @catppuccin[@@flavor][@peach]; @yellow: @catppuccin[@@flavor][@yellow]; @green: @catppuccin[@@flavor][@green]; @teal: @catppuccin[@@flavor][@teal]; @sky: @catppuccin[@@flavor][@sky]; @sapphire: @catppuccin[@@flavor][@sapphire]; @blue: @catppuccin[@@flavor][@blue]; @lavender: @catppuccin[@@flavor][@lavender]; @text: @catppuccin[@@flavor][@text]; @subtext1: @catppuccin[@@flavor][@subtext1]; @subtext0: @catppuccin[@@flavor][@subtext0]; @overlay2: @catppuccin[@@flavor][@overlay2]; @overlay1: @catppuccin[@@flavor][@overlay1]; @overlay0: @catppuccin[@@flavor][@overlay0]; @surface2: @catppuccin[@@flavor][@surface2]; @surface1: @catppuccin[@@flavor][@surface1]; @surface0: @catppuccin[@@flavor][@surface0]; @base: @catppuccin[@@flavor][@base]; @mantle: @catppuccin[@@flavor][@mantle]; @crust: @catppuccin[@@flavor][@crust]; @accent: @catppuccin[@@flavor][@@accentColor]; #lightenOrDarken(@color, @value) { @result: if( @flavor = latte, darken(@color, @value), lighten(@color, @value) ); } @link-color: @accent; @link-hover: #lightenOrDarken(@accent, 5%)[@result]; color-scheme: if(@flavor = latte, light, dark); ::selection { background-color: fade(@accent, 30%); } input, textarea { &::placeholder { color: @subtext0 !important; } } background-color: @base !important; color: @text !important; a, /* menu under the search bar */ .pure-menu-heading { color: @link-color; &:hover, &:focus, &:active { color: @link-hover !important; } } hr, /* legend borders are visible as dividers in Settings */ legend { border-color: @surface1; border-style: solid; } legend { color: @accent !important; } .pure-button-primary { background-color: @surface1 !important; color: @text !important; border-color: @surface1 !important; &:hover, &:focus { background-color: @surface2 !important; color: @text !important; border-color: @surface1 !important; } } .pure-button-secondary { background-color: @accent !important; color: @crust !important; border-color: @surface1 !important; &:hover, &:focus { background-color: #lightenOrDarken(@accent, 2%)[@result] !important; color: @crust !important; border-color: @surface1 !important; } } #subscribe { background-color: @link-color !important; color: @crust !important; :hover, :focus { background-color: @link-hover !important; color: @crust !important; } } #filters-box { background-color: @surface0 !important; } .underlined { border-color: @overlay1; } .video-js .vjs-control-bar, .vjs-menu-button-popup .vjs-menu .vjs-menu-content { background-color: @crust !important; color: @text !important; } .video-js .vjs-slider:hover, .video-js button:hover { color: @accent !important; } .video-js .vjs-slider { background-color: @surface2 !important; } .video-js .vjs-load-progress, .video-js .vjs-load-progress div { background-color: @surface2 !important; } .video-js.player-style-invidious .vjs-play-progress { background-color: @accent !important; } .vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover { background-color: @surface0 !important; color: @text !important; } .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover { background-color: @blue !important; } .vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover, .js-focus-visible .vjs-menu li.vjs-selected:hover { color: @crust !important; } .vjs-modal-dialog-content { backdrop-filter: blur(4px); } .vjs-share__title { color: @text !important; } .vjs-share__subtitle { color: @subtext0 !important; opacity: 100% !important; } .vjs-share__short-link { color: @text !important; background: @base !important; } .vjs-share__btn { background: @crust !important; svg path { fill: @text !important; } } #related-videos > .h-box > div:not(#autoplay-controls) { margin-bottom: 48px !important; } footer a, footer span { color: @subtext0 !important; } footer span a, footer span:has(i) { &:hover { color: @accent !important; } } .pure-form-message-inline { color: @subtext0; } select, input[type="text"], input[type="number"], input[type="input"], input[type="password"] { color: @text !important; background-color: @surface0 !important; border-color: @surface1 !important; box-shadow: none !important; &:active { color: @text !important; } } input[type="search"] { color: @text !important; background-color: @base !important; border-bottom-color: @overlay1 !important; box-shadow: none !important; } input[type="checkbox"] { background-color: @surface2; border-color: @surface1; height: 1rem; width: 1rem; -webkit-appearance: none; appearance: none; cursor: pointer; &:checked { @svg: escape( '<svg viewBox="0 0 16 16" fill="@{accent}" xmlns="http://www.w3.org/2000/svg"><path d="M12.207 4.793a1 1 0 0 1 0 1.414l-5 5a1 1 0 0 1-1.414 0l-2-2a1 1 0 0 1 1.414-1.414L6.5 9.086l4.293-4.293a1 1 0 0 1 1.414 0"/></svg>' ); background-image: url("data:image/svg+xml,@{svg}"); } } /* video player background */ #player-container > .video-js > video, /* placeholder for loading thumbnails */ .vjs-poster { & when (@styleVideoPlayer = 1) { background-color: @mantle !important; } } /* watch progress on videos */ div.watched-indicator { background-color: @red; } /* Channel owner comments */ a.channel-owner { color: @crust; background-color: @accent; } } } /* deno-fmt-ignore */ @catppuccin: { @latte: { @rosewater: #dc8a78; @flamingo: #dd7878; @pink: #ea76cb; @mauve: #8839ef; @red: #d20f39; @maroon: #e64553; @peach: #fe640b; @yellow: #df8e1d; @green: #40a02b; @teal: #179299; @sky: #04a5e5; @sapphire: #209fb5; @blue: #1e66f5; @lavender: #7287fd; @text: #4c4f69; @subtext1: #5c5f77; @subtext0: #6c6f85; @overlay2: #7c7f93; @overlay1: #8c8fa1; @overlay0: #9ca0b0; @surface2: #acb0be; @surface1: #bcc0cc; @surface0: #ccd0da; @base: #eff1f5; @mantle: #e6e9ef; @crust: #dce0e8; } @frappe: { @rosewater: #f2d5cf; @flamingo: #eebebe; @pink: #f4b8e4; @mauve: #ca9ee6; @red: #e78284; @maroon: #ea999c; @peach: #ef9f76; @yellow: #e5c890; @green: #a6d189; @teal: #81c8be; @sky: #99d1db; @sapphire: #85c1dc; @blue: #8caaee; @lavender: #babbf1; @text: #c6d0f5; @subtext1: #b5bfe2; @subtext0: #a5adce; @overlay2: #949cbb; @overlay1: #838ba7; @overlay0: #737994; @surface2: #626880; @surface1: #51576d; @surface0: #414559; @base: #303446; @mantle: #292c3c; @crust: #232634; } @macchiato: { @rosewater: #f4dbd6; @flamingo: #f0c6c6; @pink: #f5bde6; @mauve: #c6a0f6; @red: #ed8796; @maroon: #ee99a0; @peach: #f5a97f; @yellow: #eed49f; @green: #a6da95; @teal: #8bd5ca; @sky: #91d7e3; @sapphire: #7dc4e4; @blue: #8aadf4; @lavender: #b7bdf8; @text: #cad3f5; @subtext1: #b8c0e0; @subtext0: #a5adcb; @overlay2: #939ab7; @overlay1: #8087a2; @overlay0: #6e738d; @surface2: #5b6078; @surface1: #494d64; @surface0: #363a4f; @base: #24273a; @mantle: #1e2030; @crust: #181926; } @mocha: { @rosewater: #f5e0dc; @flamingo: #f2cdcd; @pink: #f5c2e7; @mauve: #cba6f7; @red: #f38ba8; @maroon: #eba0ac; @peach: #fab387; @yellow: #f9e2af; @green: #a6e3a1; @teal: #94e2d5; @sky: #89dceb; @sapphire: #74c7ec; @blue: #89b4fa; @lavender: #b4befe; @text: #cdd6f4; @subtext1: #bac2de; @subtext0: #a6adc8; @overlay2: #9399b2; @overlay1: #7f849c; @overlay0: #6c7086; @surface2: #585b70; @surface1: #45475a; @surface0: #313244; @base: #1e1e2e; @mantle: #181825; @crust: #11111b; } };