diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 9c0a16c17a..9d85811bb0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -4,7 +4,7 @@ contact_links: url: https://github.com/catppuccin/catppuccin/discussions/new?category=port-requests about: Request for a website to be themed. - name: Submit a New Userstyle - url: https://github.com/catppuccin/userstyles/compare + url: https://github.com/Sebagabones/userstyles/compare about: Already made a theme? Submit a pull request to add it to the collection. - name: Community Discord url: https://discord.com/servers/catppuccin-907385605422448742 diff --git a/.github/ISSUE_TEMPLATE/meta.yml b/.github/ISSUE_TEMPLATE/meta.yml index 11031087c2..c6ecf98815 100644 --- a/.github/ISSUE_TEMPLATE/meta.yml +++ b/.github/ISSUE_TEMPLATE/meta.yml @@ -12,6 +12,6 @@ body: - type: textarea attributes: label: Describe your issue. - description: "Issues relating to individual themes should be raised via a [Userstyle Issue](https://github.com/catppuccin/userstyles/issues/new?assignees=&labels=&template=userstyle.yml) instead." + description: "Issues relating to individual themes should be raised via a [Userstyle Issue](https://github.com/Sebagabones/userstyles/issues/new?assignees=&labels=&template=userstyle.yml) instead." validations: required: true diff --git a/.github/PULL_REQUEST_TEMPLATE/userstyle-creation.md b/.github/PULL_REQUEST_TEMPLATE/userstyle-creation.md index 05d75f5d99..60c641f7e7 100644 --- a/.github/PULL_REQUEST_TEMPLATE/userstyle-creation.md +++ b/.github/PULL_REQUEST_TEMPLATE/userstyle-creation.md @@ -27,8 +27,8 @@ You should also attach some screenshots of the themed website, show it off! - [ ] I have made a new directory underneath `/styles/`. - [ ] I have ensured that the new directory is in **lower-kebab-case**. - [ ] I have named the userstyle `catppuccin.user.less` within the new directory. - - [ ] I have followed the [template](https://github.com/catppuccin/userstyles/blob/main/template/catppuccin.user.less) and kept the preprocessor as [LESS](https://lesscss.org/#overview). -- [ ] I have updated the [`userstyles.yml`](https://github.com/catppuccin/userstyles/blob/main/scripts/userstyles.yml) file with information about the new userstyle. + - [ ] I have followed the [template](https://github.com/Sebagabones/userstyles/blob/main/template/catppuccin.user.less) and kept the preprocessor as [LESS](https://lesscss.org/#overview). +- [ ] I have updated the [`userstyles.yml`](https://github.com/Sebagabones/userstyles/blob/main/scripts/userstyles.yml) file with information about the new userstyle. ## 💬 Comments 💬 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a0032e2cd8..7a258b30c6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ on: jobs: build: - if: github.repository == 'catppuccin/userstyles' + if: github.repository == 'Sebagabones/userstyles' runs-on: ubuntu-latest permissions: # Give the default GITHUB_TOKEN write permission to commit and push the diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a038f22880..523ba601a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: contents: write # Prevent infinite loops by checking if the last commit was autogenerated. - if: ${{ github.repository == 'catppuccin/userstyles' && github.event.commits[0].author.name != 'github-actions' }} + if: ${{ github.repository == 'Sebagabones/userstyles' && github.event.commits[0].author.name != 'github-actions' }} steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 with: diff --git a/.github/workflows/deno-check.yml b/.github/workflows/deno-check.yml index 3f11031fc9..2d6b053c0f 100644 --- a/.github/workflows/deno-check.yml +++ b/.github/workflows/deno-check.yml @@ -10,7 +10,7 @@ on: jobs: check: - if: github.repository == 'catppuccin/userstyles' + if: github.repository == 'Sebagabones/userstyles' runs-on: ubuntu-latest steps: diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index edd8cce40a..13db255e5d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ on: jobs: lint: - if: github.repository == 'catppuccin/userstyles' + if: github.repository == 'Sebagabones/userstyles' runs-on: ubuntu-latest steps: diff --git a/.github/workflows/maintainers.yml b/.github/workflows/maintainers.yml index e48ad73159..1349642df8 100644 --- a/.github/workflows/maintainers.yml +++ b/.github/workflows/maintainers.yml @@ -8,7 +8,7 @@ on: jobs: sync-maintainers: - if: github.repository == 'catppuccin/userstyles' + if: github.repository == 'Sebagabones/userstyles' runs-on: ubuntu-latest steps: diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 8862ff28af..9d34382eaf 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -8,7 +8,7 @@ on: jobs: sync: - if: github.repository == 'catppuccin/userstyles' + if: github.repository == 'Sebagabones/userstyles' runs-on: ubuntu-latest steps: diff --git a/README.md b/README.md index e97a129c78..45e77da018 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@

- - - + + +

diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index 8f5b9b07c3..35a9b170b5 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -25,11 +25,11 @@ export default defineConfig({ { icon: "github", label: "GitHub", - href: "https://github.com/catppuccin/userstyles", + href: "https://github.com/Sebagabones/userstyles", }, ], editLink: { - baseUrl: "https://github.com/catppuccin/userstyles/edit/main/docs", + baseUrl: "https://github.com/Sebagabones/userstyles/edit/main/docs", }, expressiveCode: { themes: ["catppuccin-mocha", "catppuccin-latte"], diff --git a/docs/src/content/docs/contributing/creating-userstyles.mdx b/docs/src/content/docs/contributing/creating-userstyles.mdx index a05883e194..a49428d61d 100644 --- a/docs/src/content/docs/contributing/creating-userstyles.mdx +++ b/docs/src/content/docs/contributing/creating-userstyles.mdx @@ -12,13 +12,13 @@ To create a userstyle, follow the instructions below. If you are unsure how to t -1. Fork the `catppuccin/userstyles` repository. +1. Fork the `Sebagabones/userstyles` repository. 2. Create a new branch under the name `feat/`, (e.g. `feat/nixos-search` instead of NixOS Search). 3. Create a new folder `styles/`. The name must be `lower-kebab-case`. -4. Copy the contents of the [`template`](https://github.com/catppuccin/userstyles/tree/main/template) folder into `styles/`. +4. Copy the contents of the [`template`](https://github.com/Sebagabones/userstyles/tree/main/template) folder into `styles/`. - **The template uses [LESS](https://lesscss.org/#overview), a preprocessor for Stylus. Please do not change this as we will only accept userstyles based on the template.** 5. [Write the userstyle](/contributing/tutorials/writing-a-userstyle/). 6. [Edit the `userstyles.yml` file](/contributing/userstylesyml/) and enter the details of your port. -7. Raise a [pull request](https://github.com/catppuccin/userstyles/compare), making sure to read and fill out the template properly. The title of your pull request should follow the format of `feat(): init`. +7. Raise a [pull request](https://github.com/Sebagabones/userstyles/compare), making sure to read and fill out the template properly. The title of your pull request should follow the format of `feat(): init`. diff --git a/docs/src/content/docs/contributing/standard-library.md b/docs/src/content/docs/contributing/standard-library.md index 54d5674be2..0371389ee9 100644 --- a/docs/src/content/docs/contributing/standard-library.md +++ b/docs/src/content/docs/contributing/standard-library.md @@ -3,12 +3,12 @@ title: Standard Library description: Reference to using the standard library. --- -The standard library is a collection of mixins to simplify and prevent redundant code in userstyles. The source code is at [`lib/lib.less`](https://github.com/catppuccin/userstyles/blob/main/lib/lib.less) and the library is hosted at https://userstyles.catppuccin.com/lib/lib.less. +The standard library is a collection of mixins to simplify and prevent redundant code in userstyles. The source code is at [`lib/lib.less`](https://github.com/Sebagabones/userstyles/blob/main/lib/lib.less) and the library is hosted at https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less. In userstyles, the standard library is imported at the top like so (along with other [library modules](/contributing/library-modules/)): ```less -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; ``` ## API diff --git a/docs/src/content/docs/contributing/tutorials/writing-a-userstyle.md b/docs/src/content/docs/contributing/tutorials/writing-a-userstyle.md index 458308b98a..4d2eb541f6 100644 --- a/docs/src/content/docs/contributing/tutorials/writing-a-userstyle.md +++ b/docs/src/content/docs/contributing/tutorials/writing-a-userstyle.md @@ -19,11 +19,11 @@ Start by filling out the "metadata block" at the very top of the template. Repla ```less /* ==UserStyle== @name example.org Catppuccin -@namespace github.com/catppuccin/userstyles/styles/example.org -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/example.org +@namespace github.com/Sebagabones/userstyles/styles/example.org +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/example.org @version 2000.01.01 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/example.org/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aexample.org +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/example.org/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aexample.org @description Soothing pastel theme for example.org @author Catppuccin @license MIT @@ -114,11 +114,11 @@ Combining all of the previous steps, we have a working userstyle! ```less /* ==UserStyle== @name example.org Catppuccin -@namespace github.com/catppuccin/userstyles/styles/example.org -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/example.org +@namespace github.com/Sebagabones/userstyles/styles/example.org +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/example.org @version 2000.01.01 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/example.org/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aexample.org +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/example.org/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aexample.org @description Soothing pastel theme for example.org @author Catppuccin @license MIT diff --git a/docs/src/content/docs/contributing/userstylesyml.mdx b/docs/src/content/docs/contributing/userstylesyml.mdx index 9044395473..14b9d51ccf 100644 --- a/docs/src/content/docs/contributing/userstylesyml.mdx +++ b/docs/src/content/docs/contributing/userstylesyml.mdx @@ -5,10 +5,10 @@ description: Guide for adding and removing userstyles and maintainers. import { Steps } from "@astrojs/starlight/components"; -The [`userstyles.yml`](https://github.com/catppuccin/userstyles/tree/main/scripts/userstyles.yml) file is responsible for tracking all userstyle and maintainer metadata. +The [`userstyles.yml`](https://github.com/Sebagabones/userstyles/tree/main/scripts/userstyles.yml) file is responsible for tracking all userstyle and maintainer metadata. > [!TIP] -> The [`userstyles.schema.json`](https://github.com/catppuccin/userstyles/tree/main/scripts/userstyles.schema.json) file is the schema specification for `userstyles.yml`. Please refer to it for clarification. +> The [`userstyles.schema.json`](https://github.com/Sebagabones/userstyles/tree/main/scripts/userstyles.schema.json) file is the schema specification for `userstyles.yml`. Please refer to it for clarification. ## Adding a new userstyle diff --git a/docs/src/content/docs/getting-started/faq.md b/docs/src/content/docs/getting-started/faq.md index d29d64549a..9b710f6817 100644 --- a/docs/src/content/docs/getting-started/faq.md +++ b/docs/src/content/docs/getting-started/faq.md @@ -7,7 +7,7 @@ sidebar: ## This userstyle is broken! -Sorry to hear that! Please [open an issue](https://github.com/catppuccin/userstyles/issues/new?template=userstyle.yml). +Sorry to hear that! Please [open an issue](https://github.com/Sebagabones/userstyles/issues/new?template=userstyle.yml). ## Can I request a userstyle? diff --git a/docs/src/content/docs/getting-started/introduction.mdx b/docs/src/content/docs/getting-started/introduction.mdx index 413777d4cb..ab9549a175 100644 --- a/docs/src/content/docs/getting-started/introduction.mdx +++ b/docs/src/content/docs/getting-started/introduction.mdx @@ -11,9 +11,9 @@ A curated collection of soothing pastel themes for your favorite websites and we ## Getting started -To get started using the catppuccin/userstyles collection, see [Usage](/getting-started/usage/). +To get started using the Sebagabones/userstyles collection, see [Usage](/getting-started/usage/). -To get started contributing to catppuccin/userstyles, see [Contributing](/contributing/) and [Creating Userstyles](/contributing/creating-userstyles/). +To get started contributing to Sebagabones/userstyles, see [Contributing](/contributing/) and [Creating Userstyles](/contributing/creating-userstyles/). ## Userstyles @@ -35,7 +35,7 @@ import { categories, sortedCategories, categoryMap } from "../../../lib/categori .sort((a, b) => a.name.localeCompare(b.name)) .map((port) => (
  • - + {port.currentMaintainers.length > 0 ? '' : '❤️‍🩹 '} {port.name} diff --git a/docs/src/content/docs/getting-started/usage.mdx b/docs/src/content/docs/getting-started/usage.mdx index d9aa58d26e..86ad2ad596 100644 --- a/docs/src/content/docs/getting-started/usage.mdx +++ b/docs/src/content/docs/getting-started/usage.mdx @@ -16,7 +16,7 @@ For both of the below installation methods, you will need the Stylus browser ext -1. Download the compiled Stylus export file, containing our recommended Stylus settings and all userstyles preloaded: [`import.json` (download)](https://github.com/catppuccin/userstyles/releases/download/all-userstyles-export/import.json). +1. Download the compiled Stylus export file, containing our recommended Stylus settings and all userstyles preloaded: [`import.json` (download)](https://github.com/Sebagabones/userstyles/releases/download/all-userstyles-export/import.json). - Alternatively, if you want to further customize the `import.json` file - such as setting it so that all userstyles have the accent color `peach`, or the dark flavor is always `frappe` - you can download a customized Stylus export file from [@uncenter](https://github.com/uncenter)'s "[Catppuccin Userstyles Customizer](https://catppuccin-userstyles-customizer.uncenter.dev/)" instead. 2. Open the Stylus "manage" page. 3. On the sidebar panel, click the **Import** button in the **Backup** section, and select the downloaded file from step 1. diff --git a/lib/lib.less b/lib/lib.less index 63a5021d4e..cf0c66ecb5 100644 --- a/lib/lib.less +++ b/lib/lib.less @@ -1,18 +1,235 @@ /* 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; }; -}; + @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: #bb9af7; + @red: #f7768e; + @maroon: #eba0ac; + @peach: #fab387; + @yellow: #f9e2af; + @green: #9ece6a; + @teal: #0db9d7; + @sky: #7dcfff; + @sapphire: #7dcfff; + @blue: #7199ee; + @lavender: #b4befe; + @text: #c0caf5; + @subtext1: #bac2de; + @subtext0: #a9b1d6; + @overlay2: #a0a8cd; + @overlay1: #787c99; + @overlay0: #444b6a; + @surface2: #444b6a; + @surface1: #2f3549; + @surface0: #2f3549; + @base: #11121d; + @mantle: #181825; + @crust: #11111b; + } +} /* deno-fmt-ignore */ @catppuccin-filters: { - @latte: { @rosewater: brightness(0) saturate(100%) invert(62%) sepia(42%) saturate(525%) hue-rotate(322deg) brightness(94%) contrast(82%); @flamingo: brightness(0) saturate(100%) invert(54%) sepia(48%) saturate(532%) hue-rotate(311deg) brightness(95%) contrast(82%); @pink: brightness(0) saturate(100%) invert(55%) sepia(54%) saturate(548%) hue-rotate(266deg) brightness(100%) contrast(83%); @mauve: brightness(0) saturate(100%) invert(26%) sepia(31%) saturate(3766%) hue-rotate(247deg) brightness(114%) contrast(114%); @red: brightness(0) saturate(100%) invert(28%) sepia(41%) saturate(3765%) hue-rotate(329deg) brightness(79%) contrast(110%); @maroon: brightness(0) saturate(100%) invert(51%) sepia(51%) saturate(3760%) hue-rotate(322deg) brightness(86%) contrast(111%); @peach: brightness(0) saturate(100%) invert(33%) sepia(99%) saturate(2022%) hue-rotate(4deg) brightness(118%) contrast(103%); @yellow: brightness(0) saturate(100%) invert(49%) sepia(94%) saturate(2020%) hue-rotate(0deg) brightness(120%) contrast(75%); @green: brightness(0) saturate(100%) invert(60%) sepia(63%) saturate(538%) hue-rotate(63deg) brightness(76%) contrast(90%); @teal: brightness(0) saturate(100%) invert(39%) sepia(67%) saturate(1026%) hue-rotate(144deg) brightness(95%) contrast(93%); @sky: brightness(0) saturate(100%) invert(53%) sepia(44%) saturate(3749%) hue-rotate(164deg) brightness(95%) contrast(97%); @sapphire: brightness(0) saturate(100%) invert(41%) sepia(70%) saturate(1021%) hue-rotate(151deg) brightness(103%) contrast(78%); @blue: brightness(0) saturate(100%) invert(30%) sepia(36%) saturate(3759%) hue-rotate(209deg) brightness(103%) contrast(110%); @lavender: brightness(0) saturate(100%) invert(48%) sepia(34%) saturate(3762%) hue-rotate(213deg) brightness(108%) contrast(110%); @text: brightness(0) saturate(100%) invert(43%) sepia(43%) saturate(515%) hue-rotate(196deg) brightness(49%) contrast(68%); @subtext1: brightness(0) saturate(100%) invert(63%) sepia(28%) saturate(515%) hue-rotate(196deg) brightness(48%) contrast(67%); @subtext0: brightness(0) saturate(100%) invert(65%) sepia(15%) saturate(535%) hue-rotate(195deg) brightness(63%) contrast(82%); @overlay2: brightness(0) saturate(100%) invert(63%) sepia(20%) saturate(521%) hue-rotate(195deg) brightness(76%) contrast(47%); @overlay1: brightness(0) saturate(100%) invert(72%) sepia(10%) saturate(534%) hue-rotate(195deg) brightness(81%) contrast(70%); @overlay0: brightness(0) saturate(100%) invert(82%) sepia(25%) saturate(510%) hue-rotate(196deg) brightness(92%) contrast(45%); @surface2: brightness(0) saturate(100%) invert(84%) sepia(6%) saturate(528%) hue-rotate(189deg) brightness(88%) contrast(76%); @surface1: brightness(0) saturate(100%) invert(93%) sepia(24%) saturate(506%) hue-rotate(182deg) brightness(86%) contrast(83%); @surface0: brightness(0) saturate(100%) invert(94%) sepia(22%) saturate(523%) hue-rotate(179deg) brightness(96%) contrast(76%); @base: brightness(0) saturate(100%) invert(91%) sepia(37%) saturate(521%) hue-rotate(181deg) brightness(106%) contrast(94%); @mantle: brightness(0) saturate(100%) invert(89%) sepia(26%) saturate(508%) hue-rotate(188deg) brightness(107%) contrast(90%); @crust: brightness(0) saturate(100%) invert(84%) sepia(32%) saturate(502%) hue-rotate(192deg) brightness(111%) contrast(84%); }; - @frappe: { @rosewater: brightness(0) saturate(100%) invert(80%) sepia(22%) saturate(510%) hue-rotate(315deg) brightness(113%) contrast(91%); @flamingo: brightness(0) saturate(100%) invert(78%) sepia(26%) saturate(512%) hue-rotate(311deg) brightness(106%) contrast(86%); @pink: brightness(0) saturate(100%) invert(80%) sepia(22%) saturate(532%) hue-rotate(277deg) brightness(100%) contrast(91%); @mauve: brightness(0) saturate(100%) invert(69%) sepia(37%) saturate(513%) hue-rotate(224deg) brightness(95%) contrast(90%); @red: brightness(0) saturate(100%) invert(58%) sepia(41%) saturate(524%) hue-rotate(310deg) brightness(97%) contrast(85%); @maroon: brightness(0) saturate(100%) invert(67%) sepia(34%) saturate(522%) hue-rotate(309deg) brightness(100%) contrast(83%); @peach: brightness(0) saturate(100%) invert(64%) sepia(32%) saturate(511%) hue-rotate(336deg) brightness(100%) contrast(97%); @yellow: brightness(0) saturate(100%) invert(78%) sepia(25%) saturate(512%) hue-rotate(359deg) brightness(107%) contrast(79%); @green: brightness(0) saturate(100%) invert(84%) sepia(25%) saturate(547%) hue-rotate(49deg) brightness(93%) contrast(82%); @teal: brightness(0) saturate(100%) invert(82%) sepia(21%) saturate(545%) hue-rotate(122deg) brightness(90%) contrast(81%); @sky: brightness(0) saturate(100%) invert(87%) sepia(24%) saturate(513%) hue-rotate(149deg) brightness(92%) contrast(85%); @sapphire: brightness(0) saturate(100%) invert(76%) sepia(32%) saturate(529%) hue-rotate(166deg) brightness(93%) contrast(85%); @blue: brightness(0) saturate(100%) invert(65%) sepia(33%) saturate(518%) hue-rotate(185deg) brightness(96%) contrast(94%); @lavender: brightness(0) saturate(100%) invert(75%) sepia(33%) saturate(509%) hue-rotate(201deg) brightness(96%) contrast(97%); @text: brightness(0) saturate(100%) invert(83%) sepia(29%) saturate(508%) hue-rotate(192deg) brightness(97%) contrast(98%); @subtext1: brightness(0) saturate(100%) invert(81%) sepia(13%) saturate(517%) hue-rotate(190deg) brightness(95%) contrast(85%); @subtext0: brightness(0) saturate(100%) invert(78%) sepia(16%) saturate(515%) hue-rotate(191deg) brightness(95%) contrast(68%); @overlay2: brightness(0) saturate(100%) invert(70%) sepia(17%) saturate(520%) hue-rotate(191deg) brightness(91%) contrast(70%); @overlay1: brightness(0) saturate(100%) invert(73%) sepia(19%) saturate(514%) hue-rotate(189deg) brightness(75%) contrast(69%); @overlay0: brightness(0) saturate(100%) invert(57%) sepia(28%) saturate(505%) hue-rotate(192deg) brightness(75%) contrast(57%); @surface2: brightness(0) saturate(100%) invert(55%) sepia(26%) saturate(532%) hue-rotate(191deg) brightness(62%) contrast(64%); @surface1: brightness(0) saturate(100%) invert(39%) sepia(39%) saturate(506%) hue-rotate(190deg) brightness(59%) contrast(63%); @surface0: brightness(0) saturate(100%) invert(11%) sepia(65%) saturate(1032%) hue-rotate(204deg) brightness(86%) contrast(58%); @base: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(1023%) hue-rotate(204deg) brightness(60%) contrast(70%); @mantle: brightness(0) saturate(100%) invert(47%) sepia(27%) saturate(530%) hue-rotate(194deg) brightness(31%) contrast(94%); @crust: brightness(0) saturate(100%) invert(30%) sepia(27%) saturate(523%) hue-rotate(194deg) brightness(43%) contrast(96%); }; - @macchiato: { @rosewater: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(509%) hue-rotate(314deg) brightness(113%) contrast(91%); @flamingo: brightness(0) saturate(100%) invert(78%) sepia(22%) saturate(512%) hue-rotate(311deg) brightness(109%) contrast(88%); @pink: brightness(0) saturate(100%) invert(75%) sepia(23%) saturate(509%) hue-rotate(279deg) brightness(109%) contrast(91%); @mauve: brightness(0) saturate(100%) invert(61%) sepia(70%) saturate(1021%) hue-rotate(210deg) brightness(109%) contrast(93%); @red: brightness(0) saturate(100%) invert(54%) sepia(37%) saturate(528%) hue-rotate(301deg) brightness(110%) contrast(87%); @maroon: brightness(0) saturate(100%) invert(66%) sepia(32%) saturate(496%) hue-rotate(306deg) brightness(99%) contrast(89%); @peach: brightness(0) saturate(100%) invert(69%) sepia(34%) saturate(532%) hue-rotate(335deg) brightness(101%) contrast(91%); @yellow: brightness(0) saturate(100%) invert(87%) sepia(19%) saturate(527%) hue-rotate(0deg) brightness(96%) contrast(93%); @green: brightness(0) saturate(100%) invert(86%) sepia(26%) saturate(541%) hue-rotate(53deg) brightness(100%) contrast(75%); @teal: brightness(0) saturate(100%) invert(85%) sepia(22%) saturate(544%) hue-rotate(117deg) brightness(96%) contrast(78%); @sky: brightness(0) saturate(100%) invert(84%) sepia(28%) saturate(526%) hue-rotate(147deg) brightness(98%) contrast(81%); @sapphire: brightness(0) saturate(100%) invert(75%) sepia(42%) saturate(530%) hue-rotate(168deg) brightness(93%) contrast(91%); @blue: brightness(0) saturate(100%) invert(65%) sepia(33%) saturate(519%) hue-rotate(182deg) brightness(98%) contrast(94%); @lavender: brightness(0) saturate(100%) invert(73%) sepia(33%) saturate(510%) hue-rotate(199deg) brightness(98%) contrast(99%); @text: brightness(0) saturate(100%) invert(73%) sepia(80%) saturate(1008%) hue-rotate(190deg) brightness(120%) contrast(92%); @subtext1: brightness(0) saturate(100%) invert(78%) sepia(12%) saturate(515%) hue-rotate(191deg) brightness(101%) contrast(81%); @subtext0: brightness(0) saturate(100%) invert(78%) sepia(15%) saturate(521%) hue-rotate(190deg) brightness(95%) contrast(70%); @overlay2: brightness(0) saturate(100%) invert(69%) sepia(16%) saturate(521%) hue-rotate(192deg) brightness(90%) contrast(72%); @overlay1: brightness(0) saturate(100%) invert(68%) sepia(16%) saturate(523%) hue-rotate(191deg) brightness(77%) contrast(80%); @overlay0: brightness(0) saturate(100%) invert(68%) sepia(18%) saturate(535%) hue-rotate(194deg) brightness(63%) contrast(78%); @surface2: brightness(0) saturate(100%) invert(52%) sepia(34%) saturate(510%) hue-rotate(193deg) brightness(54%) contrast(61%); @surface1: brightness(0) saturate(100%) invert(46%) sepia(36%) saturate(516%) hue-rotate(194deg) brightness(46%) contrast(72%); @surface0: brightness(0) saturate(100%) invert(41%) sepia(39%) saturate(513%) hue-rotate(194deg) brightness(39%) contrast(82%); @base: brightness(0) saturate(100%) invert(34%) sepia(36%) saturate(527%) hue-rotate(195deg) brightness(38%) contrast(95%); @mantle: brightness(0) saturate(100%) invert(29%) sepia(42%) saturate(541%) hue-rotate(198deg) brightness(30%) contrast(92%); @crust: brightness(0) saturate(100%) invert(27%) sepia(45%) saturate(543%) hue-rotate(200deg) brightness(25%) contrast(93%); }; - @mocha: { @rosewater: brightness(0) saturate(100%) invert(84%) sepia(22%) saturate(508%) hue-rotate(312deg) brightness(113%) contrast(91%); @flamingo: brightness(0) saturate(100%) invert(79%) sepia(23%) saturate(510%) hue-rotate(311deg) brightness(110%) contrast(90%); @pink: brightness(0) saturate(100%) invert(76%) sepia(28%) saturate(508%) hue-rotate(290deg) brightness(112%) contrast(92%); @mauve: brightness(0) saturate(100%) invert(63%) sepia(71%) saturate(1021%) hue-rotate(208deg) brightness(110%) contrast(94%); @red: brightness(0) saturate(100%) invert(61%) sepia(33%) saturate(540%) hue-rotate(293deg) brightness(101%) contrast(90%); @maroon: brightness(0) saturate(100%) invert(70%) sepia(25%) saturate(536%) hue-rotate(301deg) brightness(100%) contrast(84%); @peach: brightness(0) saturate(100%) invert(73%) sepia(36%) saturate(519%) hue-rotate(332deg) brightness(100%) contrast(93%); @yellow: brightness(0) saturate(100%) invert(85%) sepia(27%) saturate(512%) hue-rotate(336deg) brightness(108%) contrast(96%); @green: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(538%) hue-rotate(63deg) brightness(97%) contrast(88%); @teal: brightness(0) saturate(100%) invert(90%) sepia(24%) saturate(532%) hue-rotate(105deg) brightness(95%) contrast(85%); @sky: brightness(0) saturate(100%) invert(81%) sepia(27%) saturate(522%) hue-rotate(141deg) brightness(99%) contrast(86%); @sapphire: brightness(0) saturate(100%) invert(73%) sepia(43%) saturate(529%) hue-rotate(166deg) brightness(95%) contrast(93%); @blue: brightness(0) saturate(100%) invert(57%) sepia(66%) saturate(1020%) hue-rotate(195deg) brightness(115%) contrast(96%); @lavender: brightness(0) saturate(100%) invert(68%) sepia(33%) saturate(517%) hue-rotate(197deg) brightness(105%) contrast(98%); @text: brightness(0) saturate(100%) invert(75%) sepia(82%) saturate(1008%) hue-rotate(189deg) brightness(120%) contrast(90%); @subtext1: brightness(0) saturate(100%) invert(81%) sepia(11%) saturate(522%) hue-rotate(191deg) brightness(100%) contrast(81%); @subtext0: brightness(0) saturate(100%) invert(79%) sepia(13%) saturate(517%) hue-rotate(191deg) brightness(93%) contrast(71%); @overlay2: brightness(0) saturate(100%) invert(70%) sepia(13%) saturate(523%) hue-rotate(191deg) brightness(88%) contrast(75%); @overlay1: brightness(0) saturate(100%) invert(61%) sepia(17%) saturate(527%) hue-rotate(193deg) brightness(85%) contrast(66%); @overlay0: brightness(0) saturate(100%) invert(67%) sepia(15%) saturate(533%) hue-rotate(193deg) brightness(62%) contrast(82%); @surface2: brightness(0) saturate(100%) invert(58%) sepia(30%) saturate(515%) hue-rotate(196deg) brightness(45%) contrast(62%); @surface1: brightness(0) saturate(100%) invert(44%) sepia(36%) saturate(521%) hue-rotate(198deg) brightness(39%) contrast(70%); @surface0: brightness(0) saturate(100%) invert(10%) sepia(79%) saturate(1035%) hue-rotate(212deg) brightness(62%) contrast(70%); @base: brightness(0) saturate(100%) invert(7%) sepia(23%) saturate(3759%) hue-rotate(219deg) brightness(67%) contrast(84%); @mantle: brightness(0) saturate(100%) invert(22%) sepia(29%) saturate(493%) hue-rotate(204deg) brightness(44%) contrast(102%); @crust: brightness(0) saturate(100%) invert(25%) sepia(44%) saturate(549%) hue-rotate(204deg) brightness(18%) contrast(96%); }; -}; + @latte: { + @rosewater: brightness(0) saturate(100%) invert(62%) sepia(42%) saturate(525%) hue-rotate(322deg) brightness(94%) contrast(82%); + @flamingo: brightness(0) saturate(100%) invert(54%) sepia(48%) saturate(532%) hue-rotate(311deg) brightness(95%) contrast(82%); + @pink: brightness(0) saturate(100%) invert(55%) sepia(54%) saturate(548%) hue-rotate(266deg) brightness(100%) contrast(83%); + @mauve: brightness(0) saturate(100%) invert(26%) sepia(31%) saturate(3766%) hue-rotate(247deg) brightness(114%) contrast(114%); + @red: brightness(0) saturate(100%) invert(28%) sepia(41%) saturate(3765%) hue-rotate(329deg) brightness(79%) contrast(110%); + @maroon: brightness(0) saturate(100%) invert(51%) sepia(51%) saturate(3760%) hue-rotate(322deg) brightness(86%) contrast(111%); + @peach: brightness(0) saturate(100%) invert(33%) sepia(99%) saturate(2022%) hue-rotate(4deg) brightness(118%) contrast(103%); + @yellow: brightness(0) saturate(100%) invert(49%) sepia(94%) saturate(2020%) hue-rotate(0deg) brightness(120%) contrast(75%); + @green: brightness(0) saturate(100%) invert(60%) sepia(63%) saturate(538%) hue-rotate(63deg) brightness(76%) contrast(90%); + @teal: brightness(0) saturate(100%) invert(39%) sepia(67%) saturate(1026%) hue-rotate(144deg) brightness(95%) contrast(93%); + @sky: brightness(0) saturate(100%) invert(53%) sepia(44%) saturate(3749%) hue-rotate(164deg) brightness(95%) contrast(97%); + @sapphire: brightness(0) saturate(100%) invert(41%) sepia(70%) saturate(1021%) hue-rotate(151deg) brightness(103%) contrast(78%); + @blue: brightness(0) saturate(100%) invert(30%) sepia(36%) saturate(3759%) hue-rotate(209deg) brightness(103%) contrast(110%); + @lavender: brightness(0) saturate(100%) invert(48%) sepia(34%) saturate(3762%) hue-rotate(213deg) brightness(108%) contrast(110%); + @text: brightness(0) saturate(100%) invert(43%) sepia(43%) saturate(515%) hue-rotate(196deg) brightness(49%) contrast(68%); + @subtext1: brightness(0) saturate(100%) invert(63%) sepia(28%) saturate(515%) hue-rotate(196deg) brightness(48%) contrast(67%); + @subtext0: brightness(0) saturate(100%) invert(65%) sepia(15%) saturate(535%) hue-rotate(195deg) brightness(63%) contrast(82%); + @overlay2: brightness(0) saturate(100%) invert(63%) sepia(20%) saturate(521%) hue-rotate(195deg) brightness(76%) contrast(47%); + @overlay1: brightness(0) saturate(100%) invert(72%) sepia(10%) saturate(534%) hue-rotate(195deg) brightness(81%) contrast(70%); + @overlay0: brightness(0) saturate(100%) invert(82%) sepia(25%) saturate(510%) hue-rotate(196deg) brightness(92%) contrast(45%); + @surface2: brightness(0) saturate(100%) invert(84%) sepia(6%) saturate(528%) hue-rotate(189deg) brightness(88%) contrast(76%); + @surface1: brightness(0) saturate(100%) invert(93%) sepia(24%) saturate(506%) hue-rotate(182deg) brightness(86%) contrast(83%); + @surface0: brightness(0) saturate(100%) invert(94%) sepia(22%) saturate(523%) hue-rotate(179deg) brightness(96%) contrast(76%); + @base: brightness(0) saturate(100%) invert(91%) sepia(37%) saturate(521%) hue-rotate(181deg) brightness(106%) contrast(94%); + @mantle: brightness(0) saturate(100%) invert(89%) sepia(26%) saturate(508%) hue-rotate(188deg) brightness(107%) contrast(90%); + @crust: brightness(0) saturate(100%) invert(84%) sepia(32%) saturate(502%) hue-rotate(192deg) brightness(111%) contrast(84%); + } + @frappe: { + @rosewater: brightness(0) saturate(100%) invert(80%) sepia(22%) saturate(510%) hue-rotate(315deg) brightness(113%) contrast(91%); + @flamingo: brightness(0) saturate(100%) invert(78%) sepia(26%) saturate(512%) hue-rotate(311deg) brightness(106%) contrast(86%); + @pink: brightness(0) saturate(100%) invert(80%) sepia(22%) saturate(532%) hue-rotate(277deg) brightness(100%) contrast(91%); + @mauve: brightness(0) saturate(100%) invert(69%) sepia(37%) saturate(513%) hue-rotate(224deg) brightness(95%) contrast(90%); + @red: brightness(0) saturate(100%) invert(58%) sepia(41%) saturate(524%) hue-rotate(310deg) brightness(97%) contrast(85%); + @maroon: brightness(0) saturate(100%) invert(67%) sepia(34%) saturate(522%) hue-rotate(309deg) brightness(100%) contrast(83%); + @peach: brightness(0) saturate(100%) invert(64%) sepia(32%) saturate(511%) hue-rotate(336deg) brightness(100%) contrast(97%); + @yellow: brightness(0) saturate(100%) invert(78%) sepia(25%) saturate(512%) hue-rotate(359deg) brightness(107%) contrast(79%); + @green: brightness(0) saturate(100%) invert(84%) sepia(25%) saturate(547%) hue-rotate(49deg) brightness(93%) contrast(82%); + @teal: brightness(0) saturate(100%) invert(82%) sepia(21%) saturate(545%) hue-rotate(122deg) brightness(90%) contrast(81%); + @sky: brightness(0) saturate(100%) invert(87%) sepia(24%) saturate(513%) hue-rotate(149deg) brightness(92%) contrast(85%); + @sapphire: brightness(0) saturate(100%) invert(76%) sepia(32%) saturate(529%) hue-rotate(166deg) brightness(93%) contrast(85%); + @blue: brightness(0) saturate(100%) invert(65%) sepia(33%) saturate(518%) hue-rotate(185deg) brightness(96%) contrast(94%); + @lavender: brightness(0) saturate(100%) invert(75%) sepia(33%) saturate(509%) hue-rotate(201deg) brightness(96%) contrast(97%); + @text: brightness(0) saturate(100%) invert(83%) sepia(29%) saturate(508%) hue-rotate(192deg) brightness(97%) contrast(98%); + @subtext1: brightness(0) saturate(100%) invert(81%) sepia(13%) saturate(517%) hue-rotate(190deg) brightness(95%) contrast(85%); + @subtext0: brightness(0) saturate(100%) invert(78%) sepia(16%) saturate(515%) hue-rotate(191deg) brightness(95%) contrast(68%); + @overlay2: brightness(0) saturate(100%) invert(70%) sepia(17%) saturate(520%) hue-rotate(191deg) brightness(91%) contrast(70%); + @overlay1: brightness(0) saturate(100%) invert(73%) sepia(19%) saturate(514%) hue-rotate(189deg) brightness(75%) contrast(69%); + @overlay0: brightness(0) saturate(100%) invert(57%) sepia(28%) saturate(505%) hue-rotate(192deg) brightness(75%) contrast(57%); + @surface2: brightness(0) saturate(100%) invert(55%) sepia(26%) saturate(532%) hue-rotate(191deg) brightness(62%) contrast(64%); + @surface1: brightness(0) saturate(100%) invert(39%) sepia(39%) saturate(506%) hue-rotate(190deg) brightness(59%) contrast(63%); + @surface0: brightness(0) saturate(100%) invert(11%) sepia(65%) saturate(1032%) hue-rotate(204deg) brightness(86%) contrast(58%); + @base: brightness(0) saturate(100%) invert(11%) sepia(75%) saturate(1023%) hue-rotate(204deg) brightness(60%) contrast(70%); + @mantle: brightness(0) saturate(100%) invert(47%) sepia(27%) saturate(530%) hue-rotate(194deg) brightness(31%) contrast(94%); + @crust: brightness(0) saturate(100%) invert(30%) sepia(27%) saturate(523%) hue-rotate(194deg) brightness(43%) contrast(96%); + } + @macchiato: { + @rosewater: brightness(0) saturate(100%) invert(83%) sepia(22%) saturate(509%) hue-rotate(314deg) brightness(113%) contrast(91%); + @flamingo: brightness(0) saturate(100%) invert(78%) sepia(22%) saturate(512%) hue-rotate(311deg) brightness(109%) contrast(88%); + @pink: brightness(0) saturate(100%) invert(75%) sepia(23%) saturate(509%) hue-rotate(279deg) brightness(109%) contrast(91%); + @mauve: brightness(0) saturate(100%) invert(61%) sepia(70%) saturate(1021%) hue-rotate(210deg) brightness(109%) contrast(93%); + @red: brightness(0) saturate(100%) invert(54%) sepia(37%) saturate(528%) hue-rotate(301deg) brightness(110%) contrast(87%); + @maroon: brightness(0) saturate(100%) invert(66%) sepia(32%) saturate(496%) hue-rotate(306deg) brightness(99%) contrast(89%); + @peach: brightness(0) saturate(100%) invert(69%) sepia(34%) saturate(532%) hue-rotate(335deg) brightness(101%) contrast(91%); + @yellow: brightness(0) saturate(100%) invert(87%) sepia(19%) saturate(527%) hue-rotate(0deg) brightness(96%) contrast(93%); + @green: brightness(0) saturate(100%) invert(86%) sepia(26%) saturate(541%) hue-rotate(53deg) brightness(100%) contrast(75%); + @teal: brightness(0) saturate(100%) invert(85%) sepia(22%) saturate(544%) hue-rotate(117deg) brightness(96%) contrast(78%); + @sky: brightness(0) saturate(100%) invert(84%) sepia(28%) saturate(526%) hue-rotate(147deg) brightness(98%) contrast(81%); + @sapphire: brightness(0) saturate(100%) invert(75%) sepia(42%) saturate(530%) hue-rotate(168deg) brightness(93%) contrast(91%); + @blue: brightness(0) saturate(100%) invert(65%) sepia(33%) saturate(519%) hue-rotate(182deg) brightness(98%) contrast(94%); + @lavender: brightness(0) saturate(100%) invert(73%) sepia(33%) saturate(510%) hue-rotate(199deg) brightness(98%) contrast(99%); + @text: brightness(0) saturate(100%) invert(73%) sepia(80%) saturate(1008%) hue-rotate(190deg) brightness(120%) contrast(92%); + @subtext1: brightness(0) saturate(100%) invert(78%) sepia(12%) saturate(515%) hue-rotate(191deg) brightness(101%) contrast(81%); + @subtext0: brightness(0) saturate(100%) invert(78%) sepia(15%) saturate(521%) hue-rotate(190deg) brightness(95%) contrast(70%); + @overlay2: brightness(0) saturate(100%) invert(69%) sepia(16%) saturate(521%) hue-rotate(192deg) brightness(90%) contrast(72%); + @overlay1: brightness(0) saturate(100%) invert(68%) sepia(16%) saturate(523%) hue-rotate(191deg) brightness(77%) contrast(80%); + @overlay0: brightness(0) saturate(100%) invert(68%) sepia(18%) saturate(535%) hue-rotate(194deg) brightness(63%) contrast(78%); + @surface2: brightness(0) saturate(100%) invert(52%) sepia(34%) saturate(510%) hue-rotate(193deg) brightness(54%) contrast(61%); + @surface1: brightness(0) saturate(100%) invert(46%) sepia(36%) saturate(516%) hue-rotate(194deg) brightness(46%) contrast(72%); + @surface0: brightness(0) saturate(100%) invert(41%) sepia(39%) saturate(513%) hue-rotate(194deg) brightness(39%) contrast(82%); + @base: brightness(0) saturate(100%) invert(34%) sepia(36%) saturate(527%) hue-rotate(195deg) brightness(38%) contrast(95%); + @mantle: brightness(0) saturate(100%) invert(29%) sepia(42%) saturate(541%) hue-rotate(198deg) brightness(30%) contrast(92%); + @crust: brightness(0) saturate(100%) invert(27%) sepia(45%) saturate(543%) hue-rotate(200deg) brightness(25%) contrast(93%); + } + @mocha: { + @rosewater: brightness(0) saturate(100%) invert(84%) sepia(22%) saturate(508%) hue-rotate(312deg) brightness(113%) contrast(91%); + @flamingo: brightness(0) saturate(100%) invert(79%) sepia(23%) saturate(510%) hue-rotate(311deg) brightness(110%) contrast(90%); + @pink: brightness(0) saturate(100%) invert(76%) sepia(28%) saturate(508%) hue-rotate(290deg) brightness(112%) contrast(92%); + @mauve: brightness(0) saturate(100%) invert(63%) sepia(71%) saturate(1021%) hue-rotate(208deg) brightness(110%) contrast(94%); + @red: brightness(0) saturate(100%) invert(61%) sepia(33%) saturate(540%) hue-rotate(293deg) brightness(101%) contrast(90%); + @maroon: brightness(0) saturate(100%) invert(70%) sepia(25%) saturate(536%) hue-rotate(301deg) brightness(100%) contrast(84%); + @peach: brightness(0) saturate(100%) invert(73%) sepia(36%) saturate(519%) hue-rotate(332deg) brightness(100%) contrast(93%); + @yellow: brightness(0) saturate(100%) invert(85%) sepia(27%) saturate(512%) hue-rotate(336deg) brightness(108%) contrast(96%); + @green: brightness(0) saturate(100%) invert(86%) sepia(22%) saturate(538%) hue-rotate(63deg) brightness(97%) contrast(88%); + @teal: brightness(0) saturate(100%) invert(90%) sepia(24%) saturate(532%) hue-rotate(105deg) brightness(95%) contrast(85%); + @sky: brightness(0) saturate(100%) invert(81%) sepia(27%) saturate(522%) hue-rotate(141deg) brightness(99%) contrast(86%); + @sapphire: brightness(0) saturate(100%) invert(73%) sepia(43%) saturate(529%) hue-rotate(166deg) brightness(95%) contrast(93%); + @blue: brightness(0) saturate(100%) invert(57%) sepia(66%) saturate(1020%) hue-rotate(195deg) brightness(115%) contrast(96%); + @lavender: brightness(0) saturate(100%) invert(68%) sepia(33%) saturate(517%) hue-rotate(197deg) brightness(105%) contrast(98%); + @text: brightness(0) saturate(100%) invert(75%) sepia(82%) saturate(1008%) hue-rotate(189deg) brightness(120%) contrast(90%); + @subtext1: brightness(0) saturate(100%) invert(81%) sepia(11%) saturate(522%) hue-rotate(191deg) brightness(100%) contrast(81%); + @subtext0: brightness(0) saturate(100%) invert(79%) sepia(13%) saturate(517%) hue-rotate(191deg) brightness(93%) contrast(71%); + @overlay2: brightness(0) saturate(100%) invert(70%) sepia(13%) saturate(523%) hue-rotate(191deg) brightness(88%) contrast(75%); + @overlay1: brightness(0) saturate(100%) invert(61%) sepia(17%) saturate(527%) hue-rotate(193deg) brightness(85%) contrast(66%); + @overlay0: brightness(0) saturate(100%) invert(67%) sepia(15%) saturate(533%) hue-rotate(193deg) brightness(62%) contrast(82%); + @surface2: brightness(0) saturate(100%) invert(58%) sepia(30%) saturate(515%) hue-rotate(196deg) brightness(45%) contrast(62%); + @surface1: brightness(0) saturate(100%) invert(44%) sepia(36%) saturate(521%) hue-rotate(198deg) brightness(39%) contrast(70%); + @surface0: brightness(0) saturate(100%) invert(10%) sepia(79%) saturate(1035%) hue-rotate(212deg) brightness(62%) contrast(70%); + @base: brightness(0) saturate(100%) invert(7%) sepia(23%) saturate(3759%) hue-rotate(219deg) brightness(67%) contrast(84%); + @mantle: brightness(0) saturate(100%) invert(22%) sepia(29%) saturate(493%) hue-rotate(204deg) brightness(44%) contrast(102%); + @crust: brightness(0) saturate(100%) invert(25%) sepia(44%) saturate(549%) hue-rotate(204deg) brightness(18%) contrast(96%); + } +} #lib { .palette() { diff --git a/scripts/generate/templates/userstyle.md b/scripts/generate/templates/userstyle.md index c6c8c898b0..9dc26aa8da 100644 --- a/scripts/generate/templates/userstyle.md +++ b/scripts/generate/templates/userstyle.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/scripts/lint/metadata.ts b/scripts/lint/metadata.ts index abb0f03bb3..5da3a094d8 100644 --- a/scripts/lint/metadata.ts +++ b/scripts/lint/metadata.ts @@ -150,7 +150,7 @@ export async function verifyMetadata( } function generateAssertions(userstyle: string, userstyles: Userstyles) { - const prefix = "https://github.com/catppuccin/userstyles"; + const prefix = "https://github.com/Sebagabones/userstyles"; const userstyleData = userstyles[userstyle]; if (!userstyleData) { @@ -170,7 +170,7 @@ function generateAssertions(userstyle: string, userstyles: Userstyles) { ...Object.values(userstyleData.supports ?? {}).map(({ name }) => name), ].join("/") } Catppuccin`, - namespace: `github.com/catppuccin/userstyles/styles/${userstyle}`, + namespace: `github.com/Sebagabones/userstyles/styles/${userstyle}`, homepageURL: `${prefix}/tree/main/styles/${userstyle}`, description: `Soothing pastel theme for ${ formatListOfItems([ diff --git a/styles/advent-of-code/README.md b/styles/advent-of-code/README.md index 059288ff55..500b08589e 100644 --- a/styles/advent-of-code/README.md +++ b/styles/advent-of-code/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/advent-of-code/catppuccin.user.less b/styles/advent-of-code/catppuccin.user.less index 664d8ab95e..2f8f734195 100644 --- a/styles/advent-of-code/catppuccin.user.less +++ b/styles/advent-of-code/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Advent Of Code Catppuccin -@namespace github.com/catppuccin/userstyles/styles/advent-of-code -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/advent-of-code +@namespace github.com/Sebagabones/userstyles/styles/advent-of-code +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/advent-of-code @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/advent-of-code/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aadvent-of-code +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/advent-of-code/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aadvent-of-code @description Soothing pastel theme for Advent Of Code @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("adventofcode.com") { :root { diff --git a/styles/alacritty.org/README.md b/styles/alacritty.org/README.md index 8dec010cab..40b3fc2193 100644 --- a/styles/alacritty.org/README.md +++ b/styles/alacritty.org/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/alacritty.org/catppuccin.user.less b/styles/alacritty.org/catppuccin.user.less index 4868840dcd..28b933c781 100644 --- a/styles/alacritty.org/catppuccin.user.less +++ b/styles/alacritty.org/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name alacritty.org Catppuccin -@namespace github.com/catppuccin/userstyles/styles/alacritty.org -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/alacritty.org +@namespace github.com/Sebagabones/userstyles/styles/alacritty.org +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/alacritty.org @version 2025.11.07 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/alacritty.org/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aalacritty.org +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/alacritty.org/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aalacritty.org @description Soothing pastel theme for alacritty.org @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("alacritty.org") { :root { diff --git a/styles/alternativeto/README.md b/styles/alternativeto/README.md index ddb173922f..acd759178b 100644 --- a/styles/alternativeto/README.md +++ b/styles/alternativeto/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/alternativeto/catppuccin.user.less b/styles/alternativeto/catppuccin.user.less index 440a52706b..1991eb82df 100644 --- a/styles/alternativeto/catppuccin.user.less +++ b/styles/alternativeto/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name AlternativeTo Catppuccin -@namespace github.com/catppuccin/userstyles/styles/alternativeto -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/alternativeto +@namespace github.com/Sebagabones/userstyles/styles/alternativeto +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/alternativeto @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/alternativeto/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aalternativeto +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/alternativeto/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aalternativeto @description Soothing pastel theme for AlternativeTo @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("alternativeto.net") { :root[data-theme="dark"] { diff --git a/styles/amplenote/README.md b/styles/amplenote/README.md index c17c0ff0ff..9c6142fc26 100644 --- a/styles/amplenote/README.md +++ b/styles/amplenote/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/amplenote/catppuccin.user.less b/styles/amplenote/catppuccin.user.less index 898c1605a8..0da54ccdd0 100644 --- a/styles/amplenote/catppuccin.user.less +++ b/styles/amplenote/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Amplenote Catppuccin -@namespace github.com/catppuccin/userstyles/styles/amplenote -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/amplenote +@namespace github.com/Sebagabones/userstyles/styles/amplenote +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/amplenote @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/amplenote/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aamplenote +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/amplenote/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aamplenote @description Soothing pastel theme for Amplenote @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("amplenote.com") { body:not(.theme-light) { diff --git a/styles/anilist/README.md b/styles/anilist/README.md index a3dc449491..35e4c66baf 100644 --- a/styles/anilist/README.md +++ b/styles/anilist/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/anilist/catppuccin.user.less b/styles/anilist/catppuccin.user.less index 223f5a263f..339677ec3a 100644 --- a/styles/anilist/catppuccin.user.less +++ b/styles/anilist/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name AniList/AniChart Catppuccin -@namespace github.com/catppuccin/userstyles/styles/anilist -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/anilist +@namespace github.com/Sebagabones/userstyles/styles/anilist +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/anilist @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/anilist/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aanilist +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/anilist/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aanilist @description Soothing pastel theme for AniList and AniChart @author Catppuccin @license MIT @@ -17,7 +17,7 @@ @var select contrastColor "Contrast Color" ["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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("anilist.co"), domain("anichart.net") { body:not(.site-theme-dark) { diff --git a/styles/anonymous-overflow/README.md b/styles/anonymous-overflow/README.md index 51c691df32..21b4e12228 100644 --- a/styles/anonymous-overflow/README.md +++ b/styles/anonymous-overflow/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/anonymous-overflow/catppuccin.user.less b/styles/anonymous-overflow/catppuccin.user.less index e70fd80501..fc4da63985 100644 --- a/styles/anonymous-overflow/catppuccin.user.less +++ b/styles/anonymous-overflow/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Anonymous Overflow Catppuccin -@namespace github.com/catppuccin/userstyles/styles/anonymous-overflow -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/anonymous-overflow +@namespace github.com/Sebagabones/userstyles/styles/anonymous-overflow +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/anonymous-overflow @version 2026.01.10 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/anonymous-overflow/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aanonymous-overflow +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/anonymous-overflow/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aanonymous-overflow @description Soothing pastel theme for Anonymous Overflow @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; /* Working instances filtered from instance list: https://aohub.httpjames.space/. */ @-moz-document domain("ao.vern.cc"), diff --git a/styles/arch-wiki/README.md b/styles/arch-wiki/README.md index 5185ea80b1..018beda725 100644 --- a/styles/arch-wiki/README.md +++ b/styles/arch-wiki/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/arch-wiki/catppuccin.user.less b/styles/arch-wiki/catppuccin.user.less index a0fbdb5a96..f588f50e85 100644 --- a/styles/arch-wiki/catppuccin.user.less +++ b/styles/arch-wiki/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Arch Wiki Catppuccin -@namespace github.com/catppuccin/userstyles/styles/arch-wiki -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/arch-wiki +@namespace github.com/Sebagabones/userstyles/styles/arch-wiki +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/arch-wiki @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/arch-wiki/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aarch-wiki +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/arch-wiki/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aarch-wiki @description Soothing pastel theme for Arch Wiki @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("wiki.archlinux.org") { :root.skin-theme-clientpref-os, diff --git a/styles/boringproxy/README.md b/styles/boringproxy/README.md index 275ddc4c98..c12a194517 100644 --- a/styles/boringproxy/README.md +++ b/styles/boringproxy/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/boringproxy/catppuccin.user.less b/styles/boringproxy/catppuccin.user.less index 6139fe2523..70a7b8df50 100644 --- a/styles/boringproxy/catppuccin.user.less +++ b/styles/boringproxy/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name boringproxy Catppuccin -@namespace github.com/catppuccin/userstyles/styles/boringproxy -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/boringproxy +@namespace github.com/Sebagabones/userstyles/styles/boringproxy +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/boringproxy @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/boringproxy/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aboringproxy +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/boringproxy/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aboringproxy @description Soothing pastel theme for boringproxy @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("boring.example.com") { :root { diff --git a/styles/brave-search/README.md b/styles/brave-search/README.md index 2504298c60..c6def2c64b 100644 --- a/styles/brave-search/README.md +++ b/styles/brave-search/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/brave-search/catppuccin.user.less b/styles/brave-search/catppuccin.user.less index 7b51deb3aa..e64482459b 100644 --- a/styles/brave-search/catppuccin.user.less +++ b/styles/brave-search/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Brave Search Catppuccin -@namespace github.com/catppuccin/userstyles/styles/brave-search -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/brave-search +@namespace github.com/Sebagabones/userstyles/styles/brave-search +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/brave-search @version 2026.01.15 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/brave-search/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abrave-search +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/brave-search/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abrave-search @description Soothing pastel theme for Brave Search @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("search.brave.com") { :root.light { diff --git a/styles/bsky/README.md b/styles/bsky/README.md index 0b6ee1a7e7..f91269bdbd 100644 --- a/styles/bsky/README.md +++ b/styles/bsky/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/bsky/catppuccin.user.less b/styles/bsky/catppuccin.user.less index 9dd95aea13..40b9e0607b 100644 --- a/styles/bsky/catppuccin.user.less +++ b/styles/bsky/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Bluesky Social Catppuccin -@namespace github.com/catppuccin/userstyles/styles/bsky -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/bsky +@namespace github.com/Sebagabones/userstyles/styles/bsky +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/bsky @version 2025.10.29 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/bsky/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Absky +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/bsky/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Absky @description Soothing pastel theme for Bluesky Social @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("bsky.app") { html.colorMode--system { diff --git a/styles/bstats/README.md b/styles/bstats/README.md index dac18bbc4a..6ab330752b 100644 --- a/styles/bstats/README.md +++ b/styles/bstats/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/bstats/catppuccin.user.less b/styles/bstats/catppuccin.user.less index 83d3edded8..bd25a3f08a 100644 --- a/styles/bstats/catppuccin.user.less +++ b/styles/bstats/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name bStats Catppuccin -@namespace github.com/catppuccin/userstyles/styles/bstats -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/bstats +@namespace github.com/Sebagabones/userstyles/styles/bstats +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/bstats @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/bstats/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abstats +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/bstats/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Abstats @description Soothing pastel theme for bStats @author Catppuccin @license MIT @@ -17,7 +17,7 @@ @var checkbox graphUseAccentColor "Graphs Use Accent" 0 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("bstats.org") { :root { diff --git a/styles/canvas-lms/README.md b/styles/canvas-lms/README.md index 8405dcf530..cd89dc0c54 100644 --- a/styles/canvas-lms/README.md +++ b/styles/canvas-lms/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/canvas-lms/catppuccin.user.less b/styles/canvas-lms/catppuccin.user.less index b369876e71..94d20f9811 100644 --- a/styles/canvas-lms/catppuccin.user.less +++ b/styles/canvas-lms/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Canvas LMS Catppuccin -@namespace github.com/catppuccin/userstyles/styles/canvas-lms -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/canvas-lms +@namespace github.com/Sebagabones/userstyles/styles/canvas-lms +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/canvas-lms @version 2026.04.09 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/canvas-lms/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acanvas-lms +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/canvas-lms/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acanvas-lms @description Soothing pastel theme for Canvas LMS @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("instructure.com"), domain("instructuremedia.com") { :root { diff --git a/styles/chatgpt/README.md b/styles/chatgpt/README.md index 6c52244531..5bf976b805 100644 --- a/styles/chatgpt/README.md +++ b/styles/chatgpt/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/chatgpt/catppuccin.user.less b/styles/chatgpt/catppuccin.user.less index 170f3ea9e3..be09f550ba 100644 --- a/styles/chatgpt/catppuccin.user.less +++ b/styles/chatgpt/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name ChatGPT Catppuccin -@namespace github.com/catppuccin/userstyles/styles/chatgpt -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chatgpt +@namespace github.com/Sebagabones/userstyles/styles/chatgpt +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/chatgpt @version 2026.07.26 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatgpt/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatgpt +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/chatgpt/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatgpt @description Soothing pastel theme for ChatGPT @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("chatgpt.com") { // TODO: Codemirror syntax highlighting. diff --git a/styles/chatreplay/README.md b/styles/chatreplay/README.md index 575a88c34b..5b1a4160f7 100644 --- a/styles/chatreplay/README.md +++ b/styles/chatreplay/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/chatreplay/catppuccin.user.less b/styles/chatreplay/catppuccin.user.less index c0823f028c..bb67f59bb6 100644 --- a/styles/chatreplay/catppuccin.user.less +++ b/styles/chatreplay/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name ChatReplay Catppuccin -@namespace github.com/catppuccin/userstyles/styles/chatreplay -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chatreplay +@namespace github.com/Sebagabones/userstyles/styles/chatreplay +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/chatreplay @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chatreplay/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatreplay +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/chatreplay/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achatreplay @description Soothing pastel theme for ChatReplay @author Catppuccin @license MIT @@ -18,7 +18,7 @@ @var range bg-blur "Background Blur" [20, 0, 100, 1, 'px'] ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("chatreplay.stream") { :root[dark] #chat-container { diff --git a/styles/chess.com/README.md b/styles/chess.com/README.md index beae41cc0c..a1f9014c53 100644 --- a/styles/chess.com/README.md +++ b/styles/chess.com/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/chess.com/catppuccin.user.less b/styles/chess.com/catppuccin.user.less index 4841ab55e1..f43de54c9b 100644 --- a/styles/chess.com/catppuccin.user.less +++ b/styles/chess.com/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Chess.com Catppuccin -@namespace github.com/catppuccin/userstyles/styles/chess.com -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/chess.com +@namespace github.com/Sebagabones/userstyles/styles/chess.com +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/chess.com @version 2026.04.13 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/chess.com/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achess.com +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/chess.com/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Achess.com @description Soothing pastel theme for Chess.com @author Catppuccin @license MIT @@ -21,7 +21,7 @@ @var checkbox styleBoardAndPieces "Style Board & Pieces" 1 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("chess.com") { .light-mode { diff --git a/styles/cinny/README.md b/styles/cinny/README.md index f1d14d34d9..ad295b0725 100644 --- a/styles/cinny/README.md +++ b/styles/cinny/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/cinny/catppuccin.user.less b/styles/cinny/catppuccin.user.less index 366c61276b..96c2eeefe2 100644 --- a/styles/cinny/catppuccin.user.less +++ b/styles/cinny/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Cinny Catppuccin -@namespace github.com/catppuccin/userstyles/styles/cinny -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/cinny +@namespace github.com/Sebagabones/userstyles/styles/cinny +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/cinny @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/cinny/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acinny +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/cinny/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acinny @description Soothing pastel theme for Cinny @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("cinny.in") { @import url("https://prismjs.catppuccin.com/variables.important.css"); diff --git a/styles/claude/README.md b/styles/claude/README.md index c64d398cfb..e71ba33387 100644 --- a/styles/claude/README.md +++ b/styles/claude/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/claude/catppuccin.user.less b/styles/claude/catppuccin.user.less index 4d2cee7de0..79bed2ebb3 100644 --- a/styles/claude/catppuccin.user.less +++ b/styles/claude/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Claude Catppuccin -@namespace github.com/catppuccin/userstyles/styles/claude -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/claude +@namespace github.com/Sebagabones/userstyles/styles/claude +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/claude @version 2026.04.11.1 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/claude/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aclaude +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/claude/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aclaude @description Soothing pastel theme for Claude @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("claude.ai") { :root[data-color-version="v2"] { diff --git a/styles/cobalt/README.md b/styles/cobalt/README.md index 31effbfe17..e7b32264f6 100644 --- a/styles/cobalt/README.md +++ b/styles/cobalt/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/cobalt/catppuccin.user.less b/styles/cobalt/catppuccin.user.less index 0e10aa4fb2..c4b3b7a748 100644 --- a/styles/cobalt/catppuccin.user.less +++ b/styles/cobalt/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name cobalt Catppuccin -@namespace github.com/catppuccin/userstyles/styles/cobalt -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/cobalt +@namespace github.com/Sebagabones/userstyles/styles/cobalt +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/cobalt @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/cobalt/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acobalt +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/cobalt/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acobalt @description Soothing pastel theme for cobalt @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("cobalt.tools") { [data-theme="dark"] { diff --git a/styles/codeberg/README.md b/styles/codeberg/README.md index c8663c5ca1..a101325083 100644 --- a/styles/codeberg/README.md +++ b/styles/codeberg/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/codeberg/catppuccin.user.less b/styles/codeberg/catppuccin.user.less index fb8a443482..76efa783be 100644 --- a/styles/codeberg/catppuccin.user.less +++ b/styles/codeberg/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Codeberg Catppuccin -@namespace github.com/catppuccin/userstyles/styles/codeberg -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/codeberg +@namespace github.com/Sebagabones/userstyles/styles/codeberg +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/codeberg @version 2026.04.16 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/codeberg/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acodeberg +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/codeberg/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acodeberg @description Soothing pastel theme for Codeberg @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("codeberg.org") { @import (css) diff --git a/styles/crates.io/README.md b/styles/crates.io/README.md index 10a0778baf..2f1b3cc558 100644 --- a/styles/crates.io/README.md +++ b/styles/crates.io/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/crates.io/catppuccin.user.less b/styles/crates.io/catppuccin.user.less index 8b983f5871..606bf09cd5 100644 --- a/styles/crates.io/catppuccin.user.less +++ b/styles/crates.io/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name crates.io Catppuccin -@namespace github.com/catppuccin/userstyles/styles/crates.io -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/crates.io +@namespace github.com/Sebagabones/userstyles/styles/crates.io +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/crates.io @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/crates.io/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acrates.io +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/crates.io/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acrates.io @description Soothing pastel theme for crates.io @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("crates.io") { @import url("https://unpkg.com/@catppuccin/highlightjs@1.0.0/css/catppuccin-variables.important.css"); diff --git a/styles/crowdin/README.md b/styles/crowdin/README.md index 071b91ae3f..5a73f53ceb 100644 --- a/styles/crowdin/README.md +++ b/styles/crowdin/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/crowdin/catppuccin.user.less b/styles/crowdin/catppuccin.user.less index 406d790080..00694019b5 100644 --- a/styles/crowdin/catppuccin.user.less +++ b/styles/crowdin/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Crowdin Catppuccin -@namespace github.com/catppuccin/userstyles/styles/crowdin -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/crowdin +@namespace github.com/Sebagabones/userstyles/styles/crowdin +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/crowdin @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/crowdin/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acrowdin +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/crowdin/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Acrowdin @description Soothing pastel theme for Crowdin @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document regexp("https://crowdin.com(?!/translate).*") { :root { diff --git a/styles/deepl/README.md b/styles/deepl/README.md index b54096642a..6376bb03eb 100644 --- a/styles/deepl/README.md +++ b/styles/deepl/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/deepl/catppuccin.user.less b/styles/deepl/catppuccin.user.less index 0f79250fe7..79ded1d2fc 100644 --- a/styles/deepl/catppuccin.user.less +++ b/styles/deepl/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name DeepL Catppuccin -@namespace github.com/catppuccin/userstyles/styles/deepl -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/deepl +@namespace github.com/Sebagabones/userstyles/styles/deepl +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/deepl @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/deepl/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adeepl +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/deepl/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adeepl @description Soothing pastel theme for DeepL @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document regexp("https:\\/\\/www.deepl.com\\/?(.*\\/)translator.*$") { :root { diff --git a/styles/deepseek/README.md b/styles/deepseek/README.md index 0d252a88a6..cec2100cde 100644 --- a/styles/deepseek/README.md +++ b/styles/deepseek/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/deepseek/catppuccin.user.less b/styles/deepseek/catppuccin.user.less index 8e9c50889f..dba5c208e1 100644 --- a/styles/deepseek/catppuccin.user.less +++ b/styles/deepseek/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name DeepSeek Catppuccin -@namespace github.com/catppuccin/userstyles/styles/deepseek -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/deepseek +@namespace github.com/Sebagabones/userstyles/styles/deepseek +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/deepseek @version 2025.12.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/deepseek/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adeepseek +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/deepseek/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adeepseek @description Soothing pastel theme for DeepSeek @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document url-prefix("https://chat.deepseek.com") { @import url("https://prismjs.catppuccin.com/variables.important.css"); diff --git a/styles/desmos/README.md b/styles/desmos/README.md index 192cc6817a..b508ccc413 100644 --- a/styles/desmos/README.md +++ b/styles/desmos/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/desmos/catppuccin.user.less b/styles/desmos/catppuccin.user.less index 88af2f19e4..577321cadc 100644 --- a/styles/desmos/catppuccin.user.less +++ b/styles/desmos/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Desmos Catppuccin -@namespace github.com/catppuccin/userstyles/styles/desmos -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/desmos +@namespace github.com/Sebagabones/userstyles/styles/desmos +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/desmos @version 2026.07.16 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/desmos/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adesmos +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/desmos/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adesmos @description Soothing pastel theme for Desmos @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document regexp( "^(https?:\/\/)(?!(cl|teacher|student)\.desmos\.com)([a-zA-Z0-9-]+\.)?desmos\.com(\/.*)?$" diff --git a/styles/dev.to/README.md b/styles/dev.to/README.md index baf9306538..703e7daf2c 100644 --- a/styles/dev.to/README.md +++ b/styles/dev.to/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/dev.to/catppuccin.user.less b/styles/dev.to/catppuccin.user.less index 6cf7d73c23..9cb0db8e2c 100644 --- a/styles/dev.to/catppuccin.user.less +++ b/styles/dev.to/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name DEV Community Catppuccin -@namespace github.com/catppuccin/userstyles/styles/dev.to -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/dev.to +@namespace github.com/Sebagabones/userstyles/styles/dev.to +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/dev.to @version 2025.12.29 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/dev.to/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adev.to +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/dev.to/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adev.to @description Soothing pastel theme for DEV Community @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("dev.to"), domain("forem.com") { @import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css"); diff --git a/styles/devdocs/README.md b/styles/devdocs/README.md index 0a2016d903..4e5df49e03 100644 --- a/styles/devdocs/README.md +++ b/styles/devdocs/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/devdocs/catppuccin.user.less b/styles/devdocs/catppuccin.user.less index 66f9012c08..2597aec507 100644 --- a/styles/devdocs/catppuccin.user.less +++ b/styles/devdocs/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name DevDocs Catppuccin -@namespace github.com/catppuccin/userstyles/styles/devdocs -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/devdocs +@namespace github.com/Sebagabones/userstyles/styles/devdocs +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/devdocs @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/devdocs/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adevdocs +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/devdocs/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adevdocs @description Soothing pastel theme for DevDocs @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("devdocs.io") { @import url("https://prismjs.catppuccin.com/variables.important.css"); diff --git a/styles/docs.deno.com/README.md b/styles/docs.deno.com/README.md index 1f69d5e5bd..e4034e0953 100644 --- a/styles/docs.deno.com/README.md +++ b/styles/docs.deno.com/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/docs.deno.com/catppuccin.user.less b/styles/docs.deno.com/catppuccin.user.less index c09084de2e..2339d148ac 100644 --- a/styles/docs.deno.com/catppuccin.user.less +++ b/styles/docs.deno.com/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name docs.deno.com Catppuccin -@namespace github.com/catppuccin/userstyles/styles/docs.deno.com -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/docs.deno.com +@namespace github.com/Sebagabones/userstyles/styles/docs.deno.com +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/docs.deno.com @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/docs.deno.com/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adocs.deno.com +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/docs.deno.com/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adocs.deno.com @description Soothing pastel theme for docs.deno.com @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("docs.deno.com") { @import url("https://prismjs.catppuccin.com/variables.important.css"); diff --git a/styles/docs.rs/README.md b/styles/docs.rs/README.md index a7a8d1db55..f68bc93fdb 100644 --- a/styles/docs.rs/README.md +++ b/styles/docs.rs/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/docs.rs/catppuccin.user.less b/styles/docs.rs/catppuccin.user.less index 9a8115ab54..a909b2f15e 100644 --- a/styles/docs.rs/catppuccin.user.less +++ b/styles/docs.rs/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name docs.rs Catppuccin -@namespace github.com/catppuccin/userstyles/styles/docs.rs -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/docs.rs +@namespace github.com/Sebagabones/userstyles/styles/docs.rs +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/docs.rs @version 2026.01.16 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/docs.rs/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adocs.rs +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/docs.rs/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Adocs.rs @description Soothing pastel theme for docs.rs @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("docs.rs"), domain("doc.rust-lang.org") { :root:not([data-docs-rs-theme]) { diff --git a/styles/duckduckgo/README.md b/styles/duckduckgo/README.md index 59720b0c45..c558d318c1 100644 --- a/styles/duckduckgo/README.md +++ b/styles/duckduckgo/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/duckduckgo/catppuccin.user.less b/styles/duckduckgo/catppuccin.user.less index 6f3f492c96..774529d97e 100644 --- a/styles/duckduckgo/catppuccin.user.less +++ b/styles/duckduckgo/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name DuckDuckGo Catppuccin -@namespace github.com/catppuccin/userstyles/styles/duckduckgo -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/duckduckgo +@namespace github.com/Sebagabones/userstyles/styles/duckduckgo +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/duckduckgo @version 2026.03.18 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/duckduckgo/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/duckduckgo/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aduckduckgo @description Soothing pastel theme for DuckDuckGo @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("duckduckgo.com"), domain("duck.ai") { :root:not(.dark-bg, .no-theme) { diff --git a/styles/ecosia/README.md b/styles/ecosia/README.md index 2ee1e8da21..64fd866491 100644 --- a/styles/ecosia/README.md +++ b/styles/ecosia/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/ecosia/catppuccin.user.less b/styles/ecosia/catppuccin.user.less index 2ef6c32b66..5f10a10a53 100644 --- a/styles/ecosia/catppuccin.user.less +++ b/styles/ecosia/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Ecosia Catppuccin -@namespace github.com/catppuccin/userstyles/styles/ecosia -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/ecosia +@namespace github.com/Sebagabones/userstyles/styles/ecosia +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/ecosia @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/ecosia/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aecosia +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/ecosia/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aecosia @description Soothing pastel theme for Ecosia @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("ecosia.org") { :root.light { diff --git a/styles/elk/README.md b/styles/elk/README.md index 129b7433be..2b8566f8e0 100644 --- a/styles/elk/README.md +++ b/styles/elk/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/elk/catppuccin.user.less b/styles/elk/catppuccin.user.less index 5695b642a4..71250e363c 100644 --- a/styles/elk/catppuccin.user.less +++ b/styles/elk/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Elk Catppuccin -@namespace github.com/catppuccin/userstyles/styles/elk -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/elk +@namespace github.com/Sebagabones/userstyles/styles/elk +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/elk @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/elk/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aelk +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/elk/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aelk @description Soothing pastel theme for Elk @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("elk.zone") { :root.dark { diff --git a/styles/formative/README.md b/styles/formative/README.md index 158744c56c..29cd013ce7 100644 --- a/styles/formative/README.md +++ b/styles/formative/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/formative/catppuccin.user.less b/styles/formative/catppuccin.user.less index 144af4113f..e5d0bdec08 100644 --- a/styles/formative/catppuccin.user.less +++ b/styles/formative/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Formative Catppuccin -@namespace github.com/catppuccin/userstyles/styles/formative -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/formative +@namespace github.com/Sebagabones/userstyles/styles/formative +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/formative @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/formative/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aformative +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/formative/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aformative @description Soothing pastel theme for Formative @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("app.formative.com"), domain("goformative.com") { :root { diff --git a/styles/freedesktop/README.md b/styles/freedesktop/README.md index a0f01ebcc3..3b1f72332f 100644 --- a/styles/freedesktop/README.md +++ b/styles/freedesktop/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/freedesktop/catppuccin.user.less b/styles/freedesktop/catppuccin.user.less index 15c5990e8f..89c7bfaea3 100644 --- a/styles/freedesktop/catppuccin.user.less +++ b/styles/freedesktop/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name freedesktop.org Catppuccin -@namespace github.com/catppuccin/userstyles/styles/freedesktop -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/freedesktop +@namespace github.com/Sebagabones/userstyles/styles/freedesktop +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/freedesktop @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/freedesktop/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Afreedesktop +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/freedesktop/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Afreedesktop @description Soothing pastel theme for freedesktop.org @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("www.freedesktop.org"), domain("specifications.freedesktop.org") { diff --git a/styles/ghostty.org/README.md b/styles/ghostty.org/README.md index 2a12a58cb0..84026b5ba8 100644 --- a/styles/ghostty.org/README.md +++ b/styles/ghostty.org/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/ghostty.org/catppuccin.user.less b/styles/ghostty.org/catppuccin.user.less index a0e6a9b02b..6cf366a882 100644 --- a/styles/ghostty.org/catppuccin.user.less +++ b/styles/ghostty.org/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Ghostty.org Catppuccin -@namespace github.com/catppuccin/userstyles/styles/ghostty.org -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/ghostty.org +@namespace github.com/Sebagabones/userstyles/styles/ghostty.org +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/ghostty.org @version 2026.03.10 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/ghostty.org/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aghostty.org +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/ghostty.org/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aghostty.org @description Soothing pastel theme for Ghostty.org @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("ghostty.org") { @import url("https://unpkg.com/@catppuccin/highlightjs@1.0.0/css/catppuccin-variables.important.css"); diff --git a/styles/github/README.md b/styles/github/README.md index 70cce4d092..c94bdbc3db 100644 --- a/styles/github/README.md +++ b/styles/github/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/github/catppuccin.user.less b/styles/github/catppuccin.user.less index 95beb0bb74..6f75cc5e3e 100644 --- a/styles/github/catppuccin.user.less +++ b/styles/github/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name GitHub Catppuccin -@namespace github.com/catppuccin/userstyles/styles/github -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/github +@namespace github.com/Sebagabones/userstyles/styles/github +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/github @version 2026.02.17 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/github/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/github/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agithub @description Soothing pastel theme for GitHub @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document /* Match every page on GitHub except github.com/home, github.com/features/*, and github.com/organizations/plan. */ regexp( diff --git a/styles/gleam.run/README.md b/styles/gleam.run/README.md index 644600dafc..1efb420487 100644 --- a/styles/gleam.run/README.md +++ b/styles/gleam.run/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/gleam.run/catppuccin.user.less b/styles/gleam.run/catppuccin.user.less index 20479d2985..a83ec5ef31 100644 --- a/styles/gleam.run/catppuccin.user.less +++ b/styles/gleam.run/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name gleam.run Catppuccin -@namespace github.com/catppuccin/userstyles/styles/gleam.run -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/gleam.run +@namespace github.com/Sebagabones/userstyles/styles/gleam.run +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/gleam.run @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/gleam.run/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agleam.run +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/gleam.run/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agleam.run @description Soothing pastel theme for gleam.run @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("gleam.run") { @import url("https://prismjs.catppuccin.com/variables.important.css"); diff --git a/styles/gmail/README.md b/styles/gmail/README.md index 28dee0a018..31ec591733 100644 --- a/styles/gmail/README.md +++ b/styles/gmail/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/gmail/catppuccin.user.less b/styles/gmail/catppuccin.user.less index 8fcc5c816a..ccfb6ed6b5 100644 --- a/styles/gmail/catppuccin.user.less +++ b/styles/gmail/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Gmail Catppuccin -@namespace github.com/catppuccin/userstyles/styles/gmail -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/gmail +@namespace github.com/Sebagabones/userstyles/styles/gmail +@homepageURL https://github.com/Sebagabones/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 +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/gmail/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agmail @description Soothing pastel theme for Gmail @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("mail.google.com") { :root { diff --git a/styles/go.dev/README.md b/styles/go.dev/README.md index aab20e9dca..dabafc395c 100644 --- a/styles/go.dev/README.md +++ b/styles/go.dev/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/go.dev/catppuccin.user.less b/styles/go.dev/catppuccin.user.less index 26a8ced0fa..9f20a1a3f9 100644 --- a/styles/go.dev/catppuccin.user.less +++ b/styles/go.dev/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name go.dev Catppuccin -@namespace github.com/catppuccin/userstyles/styles/go.dev -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/go.dev +@namespace github.com/Sebagabones/userstyles/styles/go.dev +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/go.dev @version 2026.01.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/go.dev/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ago.dev +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/go.dev/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ago.dev @description Soothing pastel theme for go.dev @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("go.dev") { :root[data-theme="auto"], diff --git a/styles/google-drive/README.md b/styles/google-drive/README.md index 4f3ff0ade2..aa14fcb48f 100644 --- a/styles/google-drive/README.md +++ b/styles/google-drive/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/google-drive/catppuccin.user.less b/styles/google-drive/catppuccin.user.less index dedab12ae4..c25190085a 100644 --- a/styles/google-drive/catppuccin.user.less +++ b/styles/google-drive/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Google Drive Catppuccin -@namespace github.com/catppuccin/userstyles/styles/google-drive -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google-drive +@namespace github.com/Sebagabones/userstyles/styles/google-drive +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/google-drive @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google-drive/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle-drive +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/google-drive/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle-drive @description Soothing pastel theme for Google Drive @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("drive.google.com") { .vhoiae { diff --git a/styles/google-gemini/README.md b/styles/google-gemini/README.md index fa9136bb9c..7a37942a0a 100644 --- a/styles/google-gemini/README.md +++ b/styles/google-gemini/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/google-gemini/catppuccin.user.less b/styles/google-gemini/catppuccin.user.less index f88ddd0fc5..2dd66dafd8 100644 --- a/styles/google-gemini/catppuccin.user.less +++ b/styles/google-gemini/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Google Gemini Catppuccin -@namespace github.com/catppuccin/userstyles/styles/google-gemini -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google-gemini +@namespace github.com/Sebagabones/userstyles/styles/google-gemini +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/google-gemini @version 2026.01.04 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google-gemini/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle-gemini +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/google-gemini/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle-gemini @description Soothing pastel theme for Google Gemini @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("gemini.google.com") { @import url("https://unpkg.com/@catppuccin/highlightjs@1.0.0/css/catppuccin-variables.important.css"); diff --git a/styles/google-photos/README.md b/styles/google-photos/README.md index dfbd953c62..027dcea278 100644 --- a/styles/google-photos/README.md +++ b/styles/google-photos/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/google-photos/catppuccin.user.less b/styles/google-photos/catppuccin.user.less index 73f5967517..3139bac04d 100644 --- a/styles/google-photos/catppuccin.user.less +++ b/styles/google-photos/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Google Photos Catppuccin -@namespace github.com/catppuccin/userstyles/styles/google-photos -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google-photos +@namespace github.com/Sebagabones/userstyles/styles/google-photos +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/google-photos @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google-photos/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle-photos +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/google-photos/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle-photos @description Soothing pastel theme for Google Photos @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("photos.google.com") { body { diff --git a/styles/google/README.md b/styles/google/README.md index b3bbf1dc9e..b17fca15a1 100644 --- a/styles/google/README.md +++ b/styles/google/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/google/catppuccin.user.less b/styles/google/catppuccin.user.less index 38fb659875..5caba2886f 100644 --- a/styles/google/catppuccin.user.less +++ b/styles/google/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Google Catppuccin -@namespace github.com/catppuccin/userstyles/styles/google -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/google +@namespace github.com/Sebagabones/userstyles/styles/google +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/google @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/google/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/google/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agoogle @description Soothing pastel theme for Google @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document regexp("^https?://(www\\.|images\\.)?google\\..*") { :root { diff --git a/styles/grabify/README.md b/styles/grabify/README.md index 0c3a59b82c..5051964b9c 100644 --- a/styles/grabify/README.md +++ b/styles/grabify/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/grabify/catppuccin.user.less b/styles/grabify/catppuccin.user.less index 552a3d2626..8965334815 100644 --- a/styles/grabify/catppuccin.user.less +++ b/styles/grabify/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Grabify Catppuccin -@namespace github.com/catppuccin/userstyles/styles/grabify -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/grabify +@namespace github.com/Sebagabones/userstyles/styles/grabify +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/grabify @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/grabify/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agrabify +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/grabify/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agrabify @description Soothing pastel theme for Grabify @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("grabify.link") { :root { diff --git a/styles/graphite/README.md b/styles/graphite/README.md index d981268960..492fb923aa 100644 --- a/styles/graphite/README.md +++ b/styles/graphite/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/graphite/catppuccin.user.less b/styles/graphite/catppuccin.user.less index 4a601c369c..a63e070473 100644 --- a/styles/graphite/catppuccin.user.less +++ b/styles/graphite/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Graphite Catppuccin -@namespace github.com/catppuccin/userstyles/styles/graphite -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/graphite +@namespace github.com/Sebagabones/userstyles/styles/graphite +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/graphite @version 2025.11.07 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/graphite/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agraphite +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/graphite/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agraphite @description Soothing pastel theme for Graphite @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("app.graphite.com") { :root[data-theme="light"] { diff --git a/styles/hackage/README.md b/styles/hackage/README.md index e552adc2d5..a0fbf44825 100644 --- a/styles/hackage/README.md +++ b/styles/hackage/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/hackage/catppuccin.user.less b/styles/hackage/catppuccin.user.less index 42234faef8..44855ab845 100644 --- a/styles/hackage/catppuccin.user.less +++ b/styles/hackage/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Hackage Catppuccin -@namespace github.com/catppuccin/userstyles/styles/hackage -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hackage +@namespace github.com/Sebagabones/userstyles/styles/hackage +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/hackage @version 2026.03.14 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hackage/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahackage +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/hackage/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahackage @description Soothing pastel theme for Hackage @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("hackage.haskell.org"), domain("hackage-content.haskell.org") { diff --git a/styles/hacker-news/README.md b/styles/hacker-news/README.md index 43df843788..1b2720397a 100644 --- a/styles/hacker-news/README.md +++ b/styles/hacker-news/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/hacker-news/catppuccin.user.less b/styles/hacker-news/catppuccin.user.less index e578613b82..c67e973527 100644 --- a/styles/hacker-news/catppuccin.user.less +++ b/styles/hacker-news/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Hacker News Catppuccin -@namespace github.com/catppuccin/userstyles/styles/hacker-news -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hacker-news +@namespace github.com/Sebagabones/userstyles/styles/hacker-news +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/hacker-news @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hacker-news/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahacker-news +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/hacker-news/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahacker-news @description Soothing pastel theme for Hacker News @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("news.ycombinator.com") { :root { diff --git a/styles/have-i-been-pwned/README.md b/styles/have-i-been-pwned/README.md index 7cb23cc027..80412aa45f 100644 --- a/styles/have-i-been-pwned/README.md +++ b/styles/have-i-been-pwned/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/have-i-been-pwned/catppuccin.user.less b/styles/have-i-been-pwned/catppuccin.user.less index 2b2215a87d..a8e29043ef 100644 --- a/styles/have-i-been-pwned/catppuccin.user.less +++ b/styles/have-i-been-pwned/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Have I Been Pwned Catppuccin -@namespace github.com/catppuccin/userstyles/styles/have-i-been-pwned -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/have-i-been-pwned +@namespace github.com/Sebagabones/userstyles/styles/have-i-been-pwned +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/have-i-been-pwned @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/have-i-been-pwned/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahave-i-been-pwned +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/have-i-been-pwned/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahave-i-been-pwned @description Soothing pastel theme for Have I Been Pwned @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("haveibeenpwned.com") { :root { diff --git a/styles/holodex/README.md b/styles/holodex/README.md index 6d94380bc2..57436cc4e9 100644 --- a/styles/holodex/README.md +++ b/styles/holodex/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/holodex/catppuccin.user.less b/styles/holodex/catppuccin.user.less index 7246416da7..e6de1b7245 100644 --- a/styles/holodex/catppuccin.user.less +++ b/styles/holodex/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Holodex Catppuccin -@namespace github.com/catppuccin/userstyles/styles/holodex -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/holodex +@namespace github.com/Sebagabones/userstyles/styles/holodex +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/holodex @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/holodex/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aholodex +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/holodex/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aholodex @description Soothing pastel theme for Holodex @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("holodex.net") { :root:has(.theme--dark) { diff --git a/styles/home-manager-options-search/README.md b/styles/home-manager-options-search/README.md index d42143be4a..4d6ede729c 100644 --- a/styles/home-manager-options-search/README.md +++ b/styles/home-manager-options-search/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/home-manager-options-search/catppuccin.user.less b/styles/home-manager-options-search/catppuccin.user.less index 24f884e829..586395f72d 100644 --- a/styles/home-manager-options-search/catppuccin.user.less +++ b/styles/home-manager-options-search/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Home Manager Options Search Catppuccin -@namespace github.com/catppuccin/userstyles/styles/home-manager-options-search -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/home-manager-options-search +@namespace github.com/Sebagabones/userstyles/styles/home-manager-options-search +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/home-manager-options-search @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/home-manager-options-search/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahome-manager-options-search +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/home-manager-options-search/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahome-manager-options-search @description Soothing pastel theme for Home Manager Options Search @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("home-manager-options.extranix.com") { :root { diff --git a/styles/homepage/README.md b/styles/homepage/README.md index 6291af83fe..0c3137ad1f 100644 --- a/styles/homepage/README.md +++ b/styles/homepage/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/homepage/catppuccin.user.less b/styles/homepage/catppuccin.user.less index 22f7a7a3b7..ebb57184a9 100644 --- a/styles/homepage/catppuccin.user.less +++ b/styles/homepage/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name homepage Catppuccin -@namespace github.com/catppuccin/userstyles/styles/homepage -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/homepage +@namespace github.com/Sebagabones/userstyles/styles/homepage +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/homepage @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/homepage/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahomepage +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/homepage/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahomepage @description Soothing pastel theme for homepage @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("homepage.example.com"), regexp("https?://homepage\\..*") { diff --git a/styles/hoogle/README.md b/styles/hoogle/README.md index dd5eecb44e..c3ab2b41b5 100644 --- a/styles/hoogle/README.md +++ b/styles/hoogle/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/hoogle/catppuccin.user.less b/styles/hoogle/catppuccin.user.less index 64b7584704..b2364c3830 100644 --- a/styles/hoogle/catppuccin.user.less +++ b/styles/hoogle/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Hoogle Catppuccin -@namespace github.com/catppuccin/userstyles/styles/hoogle -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hoogle +@namespace github.com/Sebagabones/userstyles/styles/hoogle +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/hoogle @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hoogle/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahoogle +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/hoogle/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahoogle @description Soothing pastel theme for Hoogle @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("hoogle.haskell.org") { :root { diff --git a/styles/hoppscotch/README.md b/styles/hoppscotch/README.md index f8dc6aadd6..211d741226 100644 --- a/styles/hoppscotch/README.md +++ b/styles/hoppscotch/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/hoppscotch/catppuccin.user.less b/styles/hoppscotch/catppuccin.user.less index 4c8c6c3777..4777285d07 100644 --- a/styles/hoppscotch/catppuccin.user.less +++ b/styles/hoppscotch/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Hoppscotch Catppuccin -@namespace github.com/catppuccin/userstyles/styles/hoppscotch -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hoppscotch +@namespace github.com/Sebagabones/userstyles/styles/hoppscotch +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/hoppscotch @version 2025.12.27 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hoppscotch/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahoppscotch +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/hoppscotch/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahoppscotch @description Soothing pastel theme for Hoppscotch @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("hoppscotch.io") { :root.dark { diff --git a/styles/hyperpipe/README.md b/styles/hyperpipe/README.md index 1fe862ee85..ab84d5a38f 100644 --- a/styles/hyperpipe/README.md +++ b/styles/hyperpipe/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/hyperpipe/catppuccin.user.less b/styles/hyperpipe/catppuccin.user.less index 89da3f31ec..da79f189c3 100644 --- a/styles/hyperpipe/catppuccin.user.less +++ b/styles/hyperpipe/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Hyperpipe Catppuccin -@namespace github.com/catppuccin/userstyles/styles/hyperpipe -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/hyperpipe +@namespace github.com/Sebagabones/userstyles/styles/hyperpipe +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/hyperpipe @version 2026.03.21 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/hyperpipe/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahyperpipe +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/hyperpipe/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ahyperpipe @description Soothing pastel theme for Hyperpipe @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("hyperpipe.surge.sh") { body { diff --git a/styles/ichi.moe/README.md b/styles/ichi.moe/README.md index b22a224662..09858e4501 100644 --- a/styles/ichi.moe/README.md +++ b/styles/ichi.moe/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/ichi.moe/catppuccin.user.less b/styles/ichi.moe/catppuccin.user.less index 4e1e9420e0..55dae9c960 100644 --- a/styles/ichi.moe/catppuccin.user.less +++ b/styles/ichi.moe/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name ichi.moe Catppuccin -@namespace github.com/catppuccin/userstyles/styles/ichi.moe -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/ichi.moe +@namespace github.com/Sebagabones/userstyles/styles/ichi.moe +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/ichi.moe @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/ichi.moe/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aichi.moe +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/ichi.moe/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aichi.moe @description Soothing pastel theme for ichi.moe @author Catppuccin @license MIT @@ -17,7 +17,7 @@ @var checkbox zen "Zen Mode" 0 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("ichi.moe") { :root { diff --git a/styles/indie-wiki-buddy/README.md b/styles/indie-wiki-buddy/README.md index 016391b98d..2c694f4cd1 100644 --- a/styles/indie-wiki-buddy/README.md +++ b/styles/indie-wiki-buddy/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/indie-wiki-buddy/catppuccin.user.less b/styles/indie-wiki-buddy/catppuccin.user.less index 33099c6794..749acd9461 100644 --- a/styles/indie-wiki-buddy/catppuccin.user.less +++ b/styles/indie-wiki-buddy/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Indie Wiki Buddy Catppuccin -@namespace github.com/catppuccin/userstyles/styles/indie-wiki-buddy -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/indie-wiki-buddy +@namespace github.com/Sebagabones/userstyles/styles/indie-wiki-buddy +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/indie-wiki-buddy @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/indie-wiki-buddy/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aindie-wiki-buddy +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/indie-wiki-buddy/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aindie-wiki-buddy @description Soothing pastel theme for Indie Wiki Buddy @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; /* To get a list of supported search engines, run the following command: diff --git a/styles/inoreader/README.md b/styles/inoreader/README.md index 40c9045c74..8b096e5883 100644 --- a/styles/inoreader/README.md +++ b/styles/inoreader/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/inoreader/catppuccin.user.less b/styles/inoreader/catppuccin.user.less index d01a456fe4..e60f90c8c1 100644 --- a/styles/inoreader/catppuccin.user.less +++ b/styles/inoreader/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name inoreader Catppuccin -@namespace github.com/catppuccin/userstyles/styles/inoreader -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/inoreader +@namespace github.com/Sebagabones/userstyles/styles/inoreader +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/inoreader @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/inoreader/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainoreader +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/inoreader/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainoreader @description Soothing pastel theme for inoreader @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("inoreader.com") { :root { diff --git a/styles/instagram/README.md b/styles/instagram/README.md index 63b1e77833..d32a0e03a3 100644 --- a/styles/instagram/README.md +++ b/styles/instagram/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/instagram/catppuccin.user.less b/styles/instagram/catppuccin.user.less index 548a249ca4..95b812c8c9 100644 --- a/styles/instagram/catppuccin.user.less +++ b/styles/instagram/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Instagram Catppuccin -@namespace github.com/catppuccin/userstyles/styles/instagram -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/instagram +@namespace github.com/Sebagabones/userstyles/styles/instagram +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/instagram @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/instagram/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainstagram +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/instagram/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainstagram @description Soothing pastel theme for Instagram @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("instagram.com") { ._aa4d { diff --git a/styles/invidious/README.md b/styles/invidious/README.md index 7371b148ab..911d39348a 100644 --- a/styles/invidious/README.md +++ b/styles/invidious/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/invidious/catppuccin.user.less b/styles/invidious/catppuccin.user.less index 249a14001d..fd420c1670 100644 --- a/styles/invidious/catppuccin.user.less +++ b/styles/invidious/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Invidious Catppuccin -@namespace github.com/catppuccin/userstyles/styles/invidious -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/invidious +@namespace github.com/Sebagabones/userstyles/styles/invidious +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/invidious @version 2025.09.06 -@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 +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/invidious/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainvidious @description Soothing pastel theme for Invidious @author Catppuccin @license MIT @@ -17,7 +17,7 @@ @var checkbox styleVideoPlayer "Style Video Player" 1 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; /** * kept up-to-date with diff --git a/styles/invokeai/README.md b/styles/invokeai/README.md index be399dc76a..e409b065e2 100644 --- a/styles/invokeai/README.md +++ b/styles/invokeai/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/invokeai/catppuccin.user.less b/styles/invokeai/catppuccin.user.less index 2ec7a91c4b..5d1561d18a 100644 --- a/styles/invokeai/catppuccin.user.less +++ b/styles/invokeai/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name InvokeAI Catppuccin -@namespace github.com/catppuccin/userstyles/styles/invokeai -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/invokeai +@namespace github.com/Sebagabones/userstyles/styles/invokeai +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/invokeai @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/invokeai/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainvokeai +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/invokeai/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ainvokeai @description Soothing pastel theme for InvokeAI @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document regexp("http:\\/\\/(127\\.0\\.0\\.1|localhost):9090(.*)") { :root { diff --git a/styles/jisho/README.md b/styles/jisho/README.md index 5a6fac248a..7d07a6a142 100644 --- a/styles/jisho/README.md +++ b/styles/jisho/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/jisho/catppuccin.user.less b/styles/jisho/catppuccin.user.less index 0613d8a324..e3041e43f3 100644 --- a/styles/jisho/catppuccin.user.less +++ b/styles/jisho/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Jisho Catppuccin -@namespace github.com/catppuccin/userstyles/styles/jisho -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/jisho +@namespace github.com/Sebagabones/userstyles/styles/jisho +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/jisho @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/jisho/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ajisho +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/jisho/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ajisho @description Soothing pastel theme for Jisho @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("jisho.org") { :root[data-color-theme="auto"] { diff --git a/styles/keybr.com/README.md b/styles/keybr.com/README.md index aee77c4b11..466c7bd9ed 100644 --- a/styles/keybr.com/README.md +++ b/styles/keybr.com/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/keybr.com/catppuccin.user.less b/styles/keybr.com/catppuccin.user.less index 6b03857f62..e0e1d461cf 100644 --- a/styles/keybr.com/catppuccin.user.less +++ b/styles/keybr.com/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name keybr.com Catppuccin -@namespace github.com/catppuccin/userstyles/styles/keybr.com -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/keybr.com +@namespace github.com/Sebagabones/userstyles/styles/keybr.com +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/keybr.com @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/keybr.com/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Akeybr.com +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/keybr.com/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Akeybr.com @description Soothing pastel theme for keybr.com @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("keybr.com") { html[data-color="dark"] { diff --git a/styles/keyoxide/README.md b/styles/keyoxide/README.md index a6c5e59e22..4a16be77df 100644 --- a/styles/keyoxide/README.md +++ b/styles/keyoxide/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/keyoxide/catppuccin.user.less b/styles/keyoxide/catppuccin.user.less index 7820170afd..17efae14a6 100644 --- a/styles/keyoxide/catppuccin.user.less +++ b/styles/keyoxide/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Keyoxide Catppuccin -@namespace github.com/catppuccin/userstyles/styles/keyoxide -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/keyoxide +@namespace github.com/Sebagabones/userstyles/styles/keyoxide +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/keyoxide @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/keyoxide/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Akeyoxide +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/keyoxide/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Akeyoxide @description Soothing pastel theme for Keyoxide @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document url-prefix("https://keyoxide.org") { :root { diff --git a/styles/lastfm/README.md b/styles/lastfm/README.md index 9781e30fcf..9162832057 100644 --- a/styles/lastfm/README.md +++ b/styles/lastfm/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/lastfm/catppuccin.user.less b/styles/lastfm/catppuccin.user.less index 6f86ebed5e..7449629829 100644 --- a/styles/lastfm/catppuccin.user.less +++ b/styles/lastfm/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Last.fm Catppuccin -@namespace github.com/catppuccin/userstyles/styles/lastfm -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lastfm +@namespace github.com/Sebagabones/userstyles/styles/lastfm +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/lastfm @version 2026.01.03 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lastfm/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alastfm +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/lastfm/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alastfm @description Soothing pastel theme for Last.fm @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("last.fm") { @media (prefers-color-scheme: light) { diff --git a/styles/learn-x-in-y-minutes/README.md b/styles/learn-x-in-y-minutes/README.md index 53b0104c2f..a719506d9d 100644 --- a/styles/learn-x-in-y-minutes/README.md +++ b/styles/learn-x-in-y-minutes/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/learn-x-in-y-minutes/catppuccin.user.less b/styles/learn-x-in-y-minutes/catppuccin.user.less index 04f9333c50..68af61102a 100644 --- a/styles/learn-x-in-y-minutes/catppuccin.user.less +++ b/styles/learn-x-in-y-minutes/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Learn X in Y Minutes Catppuccin -@namespace github.com/catppuccin/userstyles/styles/learn-x-in-y-minutes -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/learn-x-in-y-minutes +@namespace github.com/Sebagabones/userstyles/styles/learn-x-in-y-minutes +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/learn-x-in-y-minutes @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/learn-x-in-y-minutes/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alearn-x-in-y-minutes +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/learn-x-in-y-minutes/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alearn-x-in-y-minutes @description Soothing pastel theme for Learn X in Y Minutes @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("learnxinyminutes.com") { @import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css"); diff --git a/styles/lemmy/README.md b/styles/lemmy/README.md index 938de631bd..0b1e9be8a3 100644 --- a/styles/lemmy/README.md +++ b/styles/lemmy/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/lemmy/catppuccin.user.less b/styles/lemmy/catppuccin.user.less index f64f24246e..47572de8f7 100644 --- a/styles/lemmy/catppuccin.user.less +++ b/styles/lemmy/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Lemmy Catppuccin -@namespace github.com/catppuccin/userstyles/styles/lemmy -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lemmy +@namespace github.com/Sebagabones/userstyles/styles/lemmy +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/lemmy @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lemmy/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alemmy +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/lemmy/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alemmy @description Soothing pastel theme for Lemmy @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("lemmy.ml"), domain("lemmy.world") { :root { diff --git a/styles/libreddit/README.md b/styles/libreddit/README.md index 232a6fef72..b5574f57ac 100644 --- a/styles/libreddit/README.md +++ b/styles/libreddit/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/libreddit/catppuccin.user.less b/styles/libreddit/catppuccin.user.less index 9be86d8ca4..7b2e1234e1 100644 --- a/styles/libreddit/catppuccin.user.less +++ b/styles/libreddit/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Libreddit/Redlib Catppuccin -@namespace github.com/catppuccin/userstyles/styles/libreddit -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/libreddit +@namespace github.com/Sebagabones/userstyles/styles/libreddit +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/libreddit @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/libreddit/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alibreddit +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/libreddit/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alibreddit @description Soothing pastel theme for Libreddit and Redlib @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("libredd.it"), domain("libreddit.spike.codes"), diff --git a/styles/lichess/README.md b/styles/lichess/README.md index e8d15b1c01..26c1429aa8 100644 --- a/styles/lichess/README.md +++ b/styles/lichess/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/lichess/catppuccin.user.less b/styles/lichess/catppuccin.user.less index e63badfb3b..998b70fc5b 100644 --- a/styles/lichess/catppuccin.user.less +++ b/styles/lichess/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Lichess Catppuccin -@namespace github.com/catppuccin/userstyles/styles/lichess -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lichess +@namespace github.com/Sebagabones/userstyles/styles/lichess +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/lichess @version 2025.09.19 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lichess/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alichess +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/lichess/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alichess @description Soothing pastel theme for Lichess @author Catppuccin @license MIT @@ -20,7 +20,7 @@ @var checkbox styleBoard "Style Board" 1 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("lichess.org") { :root:has(body[data-theme="light"]) { diff --git a/styles/lingva/README.md b/styles/lingva/README.md index 6497383184..ca4b1df93f 100644 --- a/styles/lingva/README.md +++ b/styles/lingva/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/lingva/catppuccin.user.less b/styles/lingva/catppuccin.user.less index 15041b059d..09046c339a 100644 --- a/styles/lingva/catppuccin.user.less +++ b/styles/lingva/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Lingva Catppuccin -@namespace github.com/catppuccin/userstyles/styles/lingva -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lingva +@namespace github.com/Sebagabones/userstyles/styles/lingva +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/lingva @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lingva/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alingva +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/lingva/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alingva @description Soothing pastel theme for Lingva @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("lingva.ml"), domain("translate.plausibility.cloud"), diff --git a/styles/linkedin/README.md b/styles/linkedin/README.md index f6ed5635bd..73c0c6e97a 100644 --- a/styles/linkedin/README.md +++ b/styles/linkedin/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/linkedin/catppuccin.user.less b/styles/linkedin/catppuccin.user.less index 8c4428b84d..ab8ed73f66 100644 --- a/styles/linkedin/catppuccin.user.less +++ b/styles/linkedin/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name LinkedIn Catppuccin -@namespace github.com/catppuccin/userstyles/styles/linkedin -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/linkedin +@namespace github.com/Sebagabones/userstyles/styles/linkedin +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/linkedin @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/linkedin/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alinkedin +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/linkedin/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alinkedin @description Soothing pastel theme for LinkedIn @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("www.linkedin.com") { :root:not(.theme--dark, .theme--mercado-dark) { diff --git a/styles/listenbrainz/README.md b/styles/listenbrainz/README.md index 861cf38b41..8429b30e70 100644 --- a/styles/listenbrainz/README.md +++ b/styles/listenbrainz/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/listenbrainz/catppuccin.user.less b/styles/listenbrainz/catppuccin.user.less index f1872cf8ca..2829abfc37 100644 --- a/styles/listenbrainz/catppuccin.user.less +++ b/styles/listenbrainz/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name ListenBrainz Catppuccin -@namespace github.com/catppuccin/userstyles/styles/listenbrainz -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/listenbrainz +@namespace github.com/Sebagabones/userstyles/styles/listenbrainz +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/listenbrainz @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/listenbrainz/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alistenbrainz +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/listenbrainz/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alistenbrainz @description Soothing pastel theme for ListenBrainz @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("listenbrainz.org") { :root { diff --git a/styles/lobste.rs/README.md b/styles/lobste.rs/README.md index 06369d1b28..b4cbab726e 100644 --- a/styles/lobste.rs/README.md +++ b/styles/lobste.rs/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/lobste.rs/catppuccin.user.less b/styles/lobste.rs/catppuccin.user.less index 167563f544..ee6b6486b4 100644 --- a/styles/lobste.rs/catppuccin.user.less +++ b/styles/lobste.rs/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Lobsters Catppuccin -@namespace github.com/catppuccin/userstyles/styles/lobste.rs -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/lobste.rs +@namespace github.com/Sebagabones/userstyles/styles/lobste.rs +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/lobste.rs @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/lobste.rs/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alobste.rs +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/lobste.rs/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Alobste.rs @description Soothing pastel theme for Lobsters @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("lobste.rs") { html:has(head > link[rel="stylesheet"][href^="/assets/system-"]) { diff --git a/styles/mastodon/README.md b/styles/mastodon/README.md index b85c75f385..eede803d29 100644 --- a/styles/mastodon/README.md +++ b/styles/mastodon/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/mastodon/catppuccin.user.less b/styles/mastodon/catppuccin.user.less index 815ea2d98e..bc158291a2 100644 --- a/styles/mastodon/catppuccin.user.less +++ b/styles/mastodon/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Mastodon Catppuccin -@namespace github.com/catppuccin/userstyles/styles/mastodon -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mastodon +@namespace github.com/Sebagabones/userstyles/styles/mastodon +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/mastodon @version 2026.07.08 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mastodon/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amastodon +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/mastodon/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amastodon @description Soothing pastel theme for Mastodon @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("mastodon.social"), domain("fosstodon.org") { [data-color-scheme="light"] { diff --git a/styles/mdbook/README.md b/styles/mdbook/README.md index 4344a0db2f..065a1d3d60 100644 --- a/styles/mdbook/README.md +++ b/styles/mdbook/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/mdbook/catppuccin.user.less b/styles/mdbook/catppuccin.user.less index 0c07c560bb..6918233eea 100644 --- a/styles/mdbook/catppuccin.user.less +++ b/styles/mdbook/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name mdBook Catppuccin -@namespace github.com/catppuccin/userstyles/styles/mdbook -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mdbook +@namespace github.com/Sebagabones/userstyles/styles/mdbook +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/mdbook @version 2026.04.09 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mdbook/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amdbook +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/mdbook/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amdbook @description Soothing pastel theme for mdBook @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("rust-lang.github.io"), domain("doc.rust-lang.org"), diff --git a/styles/mdn/README.md b/styles/mdn/README.md index b4fa3e6a4e..27f0b8b01a 100644 --- a/styles/mdn/README.md +++ b/styles/mdn/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/mdn/catppuccin.user.less b/styles/mdn/catppuccin.user.less index 3cda4d880e..c574efeffc 100644 --- a/styles/mdn/catppuccin.user.less +++ b/styles/mdn/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name MDN Catppuccin -@namespace github.com/catppuccin/userstyles/styles/mdn -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/mdn +@namespace github.com/Sebagabones/userstyles/styles/mdn +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/mdn @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/mdn/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amdn +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/mdn/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amdn @description Soothing pastel theme for MDN @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; #catppuccin(@flavor) { #lib.palette(); diff --git a/styles/microsoft-word/README.md b/styles/microsoft-word/README.md index 923e100fac..7367eb9e2b 100644 --- a/styles/microsoft-word/README.md +++ b/styles/microsoft-word/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/microsoft-word/catppuccin.user.less b/styles/microsoft-word/catppuccin.user.less index 019ee792cd..fbc68dc0fc 100644 --- a/styles/microsoft-word/catppuccin.user.less +++ b/styles/microsoft-word/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Microsoft Word Catppuccin -@namespace github.com/catppuccin/userstyles/styles/microsoft-word -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/microsoft-word +@namespace github.com/Sebagabones/userstyles/styles/microsoft-word +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/microsoft-word @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/microsoft-word/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amicrosoft-word +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/microsoft-word/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amicrosoft-word @description Soothing pastel theme for Microsoft Word @author Catppuccin @license MIT @@ -17,7 +17,7 @@ @var checkbox applyToDocument "Apply Theme to Document" 0 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("live.com") { #catppuccin(@lightFlavor); diff --git a/styles/migadu-webmail/README.md b/styles/migadu-webmail/README.md index 616d47d557..8a8f69f3d1 100644 --- a/styles/migadu-webmail/README.md +++ b/styles/migadu-webmail/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/migadu-webmail/catppuccin.user.less b/styles/migadu-webmail/catppuccin.user.less index 516f95231a..4ea1c463fd 100644 --- a/styles/migadu-webmail/catppuccin.user.less +++ b/styles/migadu-webmail/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Migadu Webmail Catppuccin -@namespace github.com/catppuccin/userstyles/styles/migadu-webmail -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/migadu-webmail +@namespace github.com/Sebagabones/userstyles/styles/migadu-webmail +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/migadu-webmail @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/migadu-webmail/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amigadu-webmail +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/migadu-webmail/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amigadu-webmail @description Soothing pastel theme for Migadu Webmail @author Catppuccin @license MIT @@ -17,7 +17,7 @@ @var checkbox hideProfilePictures "Hide Profile Pictures" 0 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("webmail.migadu.com") { :root { diff --git a/styles/minesweeper/README.md b/styles/minesweeper/README.md index 990e51679c..a82039978d 100644 --- a/styles/minesweeper/README.md +++ b/styles/minesweeper/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/minesweeper/catppuccin.user.less b/styles/minesweeper/catppuccin.user.less index d530af335c..64acc3dfb6 100644 --- a/styles/minesweeper/catppuccin.user.less +++ b/styles/minesweeper/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Minesweeper Online Catppuccin -@namespace github.com/catppuccin/userstyles/styles/minesweeper -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/minesweeper +@namespace github.com/Sebagabones/userstyles/styles/minesweeper +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/minesweeper @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/minesweeper/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aminesweeper +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/minesweeper/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aminesweeper @description Soothing pastel theme for Minesweeper Online @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("minesweeper.online") { :root { diff --git a/styles/modrinth/README.md b/styles/modrinth/README.md index 2966ae1911..8db695f9e3 100644 --- a/styles/modrinth/README.md +++ b/styles/modrinth/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/modrinth/catppuccin.user.less b/styles/modrinth/catppuccin.user.less index 0594241a38..5791bd0635 100644 --- a/styles/modrinth/catppuccin.user.less +++ b/styles/modrinth/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Modrinth Catppuccin -@namespace github.com/catppuccin/userstyles/styles/modrinth -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/modrinth +@namespace github.com/Sebagabones/userstyles/styles/modrinth +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/modrinth @version 2026.04.13 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/modrinth/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amodrinth +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/modrinth/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Amodrinth @description Soothing pastel theme for Modrinth @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("modrinth.com") { .light, diff --git a/styles/namemc/README.md b/styles/namemc/README.md index abd238c17f..15e60e5110 100644 --- a/styles/namemc/README.md +++ b/styles/namemc/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/namemc/catppuccin.user.less b/styles/namemc/catppuccin.user.less index ac2af13445..3df03f3667 100644 --- a/styles/namemc/catppuccin.user.less +++ b/styles/namemc/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name NameMC Catppuccin -@namespace github.com/catppuccin/userstyles/styles/namemc -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/namemc +@namespace github.com/Sebagabones/userstyles/styles/namemc +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/namemc @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/namemc/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anamemc +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/namemc/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anamemc @description Soothing pastel theme for NameMC @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("namemc.com") { :root[data-bs-theme="dark"] { diff --git a/styles/neovim.io/README.md b/styles/neovim.io/README.md index c3352193b9..0fb24cb95e 100644 --- a/styles/neovim.io/README.md +++ b/styles/neovim.io/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/neovim.io/catppuccin.user.less b/styles/neovim.io/catppuccin.user.less index 49b3d7ad7d..96e8686f92 100644 --- a/styles/neovim.io/catppuccin.user.less +++ b/styles/neovim.io/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name neovim.io Catppuccin -@namespace github.com/catppuccin/userstyles/styles/neovim.io -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/neovim.io +@namespace github.com/Sebagabones/userstyles/styles/neovim.io +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/neovim.io @version 2025.09.19 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/neovim.io/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aneovim.io +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/neovim.io/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aneovim.io @description Soothing pastel theme for neovim.io @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("neovim.io") { @import url("https://unpkg.com/@catppuccin/highlightjs@1.0.0/css/catppuccin-variables.important.css"); diff --git a/styles/nitter/README.md b/styles/nitter/README.md index 31a4dd46ec..f5af692e08 100644 --- a/styles/nitter/README.md +++ b/styles/nitter/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/nitter/catppuccin.user.less b/styles/nitter/catppuccin.user.less index 4e20f791c7..6ad0838ba5 100644 --- a/styles/nitter/catppuccin.user.less +++ b/styles/nitter/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Nitter Catppuccin -@namespace github.com/catppuccin/userstyles/styles/nitter -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nitter +@namespace github.com/Sebagabones/userstyles/styles/nitter +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/nitter @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nitter/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anitter +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/nitter/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anitter @description Soothing pastel theme for Nitter @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("nitter.net"), domain("nitter.unixfox.eu"), diff --git a/styles/nixos-manual/README.md b/styles/nixos-manual/README.md index 78f5cf3a9d..75dfb3ab2a 100644 --- a/styles/nixos-manual/README.md +++ b/styles/nixos-manual/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/nixos-manual/catppuccin.user.less b/styles/nixos-manual/catppuccin.user.less index 3faf83c024..8c33a49412 100644 --- a/styles/nixos-manual/catppuccin.user.less +++ b/styles/nixos-manual/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name NixOS Manual/Nixpkgs Manual Catppuccin -@namespace github.com/catppuccin/userstyles/styles/nixos-manual -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos-manual +@namespace github.com/Sebagabones/userstyles/styles/nixos-manual +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/nixos-manual @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos-manual/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos-manual +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/nixos-manual/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos-manual @description Soothing pastel theme for NixOS Manual and Nixpkgs Manual @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document url-prefix("https://nixos.org/manual/"), url-prefix("https://nix-darwin.github.io/nix-darwin/manual/") { diff --git a/styles/nixos-search/README.md b/styles/nixos-search/README.md index a387d6108b..c7a05c405d 100644 --- a/styles/nixos-search/README.md +++ b/styles/nixos-search/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/nixos-search/catppuccin.user.less b/styles/nixos-search/catppuccin.user.less index c3824876bd..f5f2984bf6 100644 --- a/styles/nixos-search/catppuccin.user.less +++ b/styles/nixos-search/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name NixOS Search Catppuccin -@namespace github.com/catppuccin/userstyles/styles/nixos-search -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/nixos-search +@namespace github.com/Sebagabones/userstyles/styles/nixos-search +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/nixos-search @version 2026.05.14 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/nixos-search/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos-search +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/nixos-search/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anixos-search @description Soothing pastel theme for NixOS Search @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("search.nixos.org") { :root:not([data-theme]) { diff --git a/styles/npm/README.md b/styles/npm/README.md index 7eaa3d4603..6f5095fb69 100644 --- a/styles/npm/README.md +++ b/styles/npm/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/npm/catppuccin.user.less b/styles/npm/catppuccin.user.less index 5a61b92a1b..c2d6a4aaa2 100644 --- a/styles/npm/catppuccin.user.less +++ b/styles/npm/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name npm Catppuccin -@namespace github.com/catppuccin/userstyles/styles/npm -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/npm +@namespace github.com/Sebagabones/userstyles/styles/npm +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/npm @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/npm/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpm +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/npm/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpm @description Soothing pastel theme for npm @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("www.npmjs.com") { :root { diff --git a/styles/npmx/README.md b/styles/npmx/README.md index b7018c3831..c6652bf0fb 100644 --- a/styles/npmx/README.md +++ b/styles/npmx/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/npmx/catppuccin.user.less b/styles/npmx/catppuccin.user.less index 934ca72292..7197fd891c 100644 --- a/styles/npmx/catppuccin.user.less +++ b/styles/npmx/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name npmx Catppuccin -@namespace github.com/catppuccin/userstyles/styles/npmx -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/npmx +@namespace github.com/Sebagabones/userstyles/styles/npmx +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/npmx @version 2026.04.13 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/npmx/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpmx +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/npmx/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Anpmx @description Soothing pastel theme for npmx @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("npmx.dev") { :root[data-theme="dark"][data-bg-theme] { diff --git a/styles/ollama/README.md b/styles/ollama/README.md index e875eed46e..1eeb9103a6 100644 --- a/styles/ollama/README.md +++ b/styles/ollama/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/ollama/catppuccin.user.less b/styles/ollama/catppuccin.user.less index d25172300f..fb32e98fe8 100644 --- a/styles/ollama/catppuccin.user.less +++ b/styles/ollama/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Ollama Catppuccin -@namespace github.com/catppuccin/userstyles/styles/ollama -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/ollama +@namespace github.com/Sebagabones/userstyles/styles/ollama +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/ollama @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/ollama/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aollama +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/ollama/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aollama @description Soothing pastel theme for Ollama @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("ollama.com") { @import url("https://unpkg.com/@catppuccin/highlightjs@1.0.0/css/catppuccin-variables.css"); diff --git a/styles/openmediavault/README.md b/styles/openmediavault/README.md index ea0ae16dba..6f8c9fd831 100644 --- a/styles/openmediavault/README.md +++ b/styles/openmediavault/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/openmediavault/catppuccin.user.less b/styles/openmediavault/catppuccin.user.less index 0ce957c96f..1cde2c9b80 100644 --- a/styles/openmediavault/catppuccin.user.less +++ b/styles/openmediavault/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name openmediavault Catppuccin -@namespace github.com/catppuccin/userstyles/styles/openmediavault -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/openmediavault +@namespace github.com/Sebagabones/userstyles/styles/openmediavault +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/openmediavault @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/openmediavault/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aopenmediavault +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/openmediavault/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aopenmediavault @description Soothing pastel theme for openmediavault @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("openmediavault.example.com") { :root { diff --git a/styles/paste.rs/README.md b/styles/paste.rs/README.md index 2ad2ab3639..0da9264538 100644 --- a/styles/paste.rs/README.md +++ b/styles/paste.rs/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/paste.rs/catppuccin.user.less b/styles/paste.rs/catppuccin.user.less index 69eda3ca07..37d85a1432 100644 --- a/styles/paste.rs/catppuccin.user.less +++ b/styles/paste.rs/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name paste.rs Catppuccin -@namespace github.com/catppuccin/userstyles/styles/paste.rs -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/paste.rs +@namespace github.com/Sebagabones/userstyles/styles/paste.rs +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/paste.rs @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/paste.rs/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apaste.rs +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/paste.rs/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apaste.rs @description Soothing pastel theme for paste.rs @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("paste.rs") { :root { diff --git a/styles/perplexity/README.md b/styles/perplexity/README.md index 486d85f57e..0174ccacd4 100644 --- a/styles/perplexity/README.md +++ b/styles/perplexity/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/perplexity/catppuccin.user.less b/styles/perplexity/catppuccin.user.less index c8009c37d8..0b403fdd6e 100644 --- a/styles/perplexity/catppuccin.user.less +++ b/styles/perplexity/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Perplexity Catppuccin -@namespace github.com/catppuccin/userstyles/styles/perplexity -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/perplexity +@namespace github.com/Sebagabones/userstyles/styles/perplexity +@homepageURL https://github.com/Sebagabones/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 +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/perplexity/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aperplexity @description Soothing pastel theme for Perplexity @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("perplexity.ai") { :root:not([data-color-scheme="dark"]) { diff --git a/styles/phanpy/README.md b/styles/phanpy/README.md index 37f382ba58..7bc74f2c77 100644 --- a/styles/phanpy/README.md +++ b/styles/phanpy/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/phanpy/catppuccin.user.less b/styles/phanpy/catppuccin.user.less index 667c2fcbc4..084f06ee51 100644 --- a/styles/phanpy/catppuccin.user.less +++ b/styles/phanpy/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Phanpy Catppuccin -@namespace github.com/catppuccin/userstyles/styles/phanpy -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/phanpy +@namespace github.com/Sebagabones/userstyles/styles/phanpy +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/phanpy @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/phanpy/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aphanpy +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/phanpy/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aphanpy @description Soothing pastel theme for Phanpy @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("phanpy.social") { :root:not(:has(.is-light)) { diff --git a/styles/picrew/README.md b/styles/picrew/README.md index 1ed85c45d8..300ce035f6 100644 --- a/styles/picrew/README.md +++ b/styles/picrew/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/picrew/catppuccin.user.less b/styles/picrew/catppuccin.user.less index f595e744f3..b7e9bcafaf 100644 --- a/styles/picrew/catppuccin.user.less +++ b/styles/picrew/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Picrew Catppuccin -@namespace github.com/catppuccin/userstyles/styles/picrew -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/picrew +@namespace github.com/Sebagabones/userstyles/styles/picrew +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/picrew @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/picrew/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apicrew +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/picrew/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apicrew @description Soothing pastel theme for Picrew @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("picrew.me") { :root { diff --git a/styles/pinterest/README.md b/styles/pinterest/README.md index 4465d1fa48..bc1e1b2bad 100644 --- a/styles/pinterest/README.md +++ b/styles/pinterest/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/pinterest/catppuccin.user.less b/styles/pinterest/catppuccin.user.less index 1f0dc97fe1..c89213370a 100644 --- a/styles/pinterest/catppuccin.user.less +++ b/styles/pinterest/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Pinterest Catppuccin -@namespace github.com/catppuccin/userstyles/styles/pinterest -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pinterest +@namespace github.com/Sebagabones/userstyles/styles/pinterest +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/pinterest @version 2025.10.09 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pinterest/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apinterest +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/pinterest/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apinterest @description Soothing pastel theme for Pinterest @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document regexp( "^https?:\\/\\/(www|[a-z]{2}).pinterest.(com(.(au|mx))?|co(.(uk|kr))?|at|ca|ch|cl|de|dk|es|fr|ie|it|jp|nz|ph|pt|ru|se)\\/.*" diff --git a/styles/planet-minecraft/README.md b/styles/planet-minecraft/README.md index c44ac5bc36..b89e112123 100644 --- a/styles/planet-minecraft/README.md +++ b/styles/planet-minecraft/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/planet-minecraft/catppuccin.user.less b/styles/planet-minecraft/catppuccin.user.less index 0183f85c9f..78fbb58999 100644 --- a/styles/planet-minecraft/catppuccin.user.less +++ b/styles/planet-minecraft/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Planet Minecraft Catppuccin -@namespace github.com/catppuccin/userstyles/styles/planet-minecraft -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/planet-minecraft +@namespace github.com/Sebagabones/userstyles/styles/planet-minecraft +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/planet-minecraft @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/planet-minecraft/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aplanet-minecraft +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/planet-minecraft/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aplanet-minecraft @description Soothing pastel theme for Planet Minecraft @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("planetminecraft.com") { [data-theme="light"] { diff --git a/styles/poe/README.md b/styles/poe/README.md index b50cfb329d..e23e515b57 100644 --- a/styles/poe/README.md +++ b/styles/poe/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/poe/catppuccin.user.less b/styles/poe/catppuccin.user.less index 99ed32b2a3..da02405243 100644 --- a/styles/poe/catppuccin.user.less +++ b/styles/poe/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Poe Catppuccin -@namespace github.com/catppuccin/userstyles/styles/poe -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/poe +@namespace github.com/Sebagabones/userstyles/styles/poe +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/poe @version 2026.01.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/poe/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apoe +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/poe/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apoe @description Soothing pastel theme for Poe @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; // Using `url-prefix `instead of `domain` prevents a broken theme on the Help Center (https://help.poe.com/). @-moz-document url-prefix("https://poe.com") { diff --git a/styles/porkbun/README.md b/styles/porkbun/README.md index cd963eb75e..e8d4e36ef0 100644 --- a/styles/porkbun/README.md +++ b/styles/porkbun/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/porkbun/catppuccin.user.less b/styles/porkbun/catppuccin.user.less index 69645943db..147e6ca0dd 100644 --- a/styles/porkbun/catppuccin.user.less +++ b/styles/porkbun/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Porkbun Catppuccin -@namespace github.com/catppuccin/userstyles/styles/porkbun -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/porkbun +@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/catppuccin/userstyles/raw/main/styles/porkbun/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aporkbun +@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 @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("porkbun.com") { :root { diff --git a/styles/pronouns.cc/README.md b/styles/pronouns.cc/README.md index c684be57a8..7719435084 100644 --- a/styles/pronouns.cc/README.md +++ b/styles/pronouns.cc/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/pronouns.cc/catppuccin.user.less b/styles/pronouns.cc/catppuccin.user.less index 08ca6fcc95..0cb17d5f09 100644 --- a/styles/pronouns.cc/catppuccin.user.less +++ b/styles/pronouns.cc/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name pronouns.cc Catppuccin -@namespace github.com/catppuccin/userstyles/styles/pronouns.cc -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pronouns.cc +@namespace github.com/Sebagabones/userstyles/styles/pronouns.cc +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/pronouns.cc @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pronouns.cc/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apronouns.cc +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/pronouns.cc/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apronouns.cc @description Soothing pastel theme for pronouns.cc @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("pronouns.cc") { :root[data-bs-theme="dark"] { diff --git a/styles/pronouns.page/README.md b/styles/pronouns.page/README.md index febd9e2fd9..606d3464a1 100644 --- a/styles/pronouns.page/README.md +++ b/styles/pronouns.page/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/pronouns.page/catppuccin.user.less b/styles/pronouns.page/catppuccin.user.less index 2785a7b2e2..519f1651fd 100644 --- a/styles/pronouns.page/catppuccin.user.less +++ b/styles/pronouns.page/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Pronouns.page Catppuccin -@namespace github.com/catppuccin/userstyles/styles/pronouns.page -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pronouns.page +@namespace github.com/Sebagabones/userstyles/styles/pronouns.page +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/pronouns.page @version 2026.01.09 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pronouns.page/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apronouns.page +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/pronouns.page/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apronouns.page @description Soothing pastel theme for Pronouns.page @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("pronouns.page"), domain("pronomen.net"), diff --git a/styles/proton/README.md b/styles/proton/README.md index d790706efb..ff10c74785 100644 --- a/styles/proton/README.md +++ b/styles/proton/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/proton/catppuccin.user.less b/styles/proton/catppuccin.user.less index 38a87a0cb4..908b419f39 100644 --- a/styles/proton/catppuccin.user.less +++ b/styles/proton/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Proton Catppuccin -@namespace github.com/catppuccin/userstyles/styles/proton -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/proton +@namespace github.com/Sebagabones/userstyles/styles/proton +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/proton @version 2025.12.05 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/proton/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aproton +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/proton/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aproton @description Soothing pastel theme for Proton @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document regexp( "https://(account|mail|drive|calendar|lumo).proton.me/.*$" diff --git a/styles/pypi/README.md b/styles/pypi/README.md index cc6b10919b..7f5cb52606 100644 --- a/styles/pypi/README.md +++ b/styles/pypi/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/pypi/catppuccin.user.less b/styles/pypi/catppuccin.user.less index 0b49d3344e..84114a52d9 100644 --- a/styles/pypi/catppuccin.user.less +++ b/styles/pypi/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name PyPI Catppuccin -@namespace github.com/catppuccin/userstyles/styles/pypi -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pypi +@namespace github.com/Sebagabones/userstyles/styles/pypi +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/pypi @version 2026.03.14 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pypi/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apypi +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/pypi/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apypi @description Soothing pastel theme for PyPI @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("pypi.org") { @import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css"); diff --git a/styles/pythonanywhere/README.md b/styles/pythonanywhere/README.md index f8cf6c4b42..400118b1dc 100644 --- a/styles/pythonanywhere/README.md +++ b/styles/pythonanywhere/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/pythonanywhere/catppuccin.user.less b/styles/pythonanywhere/catppuccin.user.less index 73f6ec2d79..6cebae2f1c 100644 --- a/styles/pythonanywhere/catppuccin.user.less +++ b/styles/pythonanywhere/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name PythonAnywhere Catppuccin -@namespace github.com/catppuccin/userstyles/styles/pythonanywhere -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/pythonanywhere +@namespace github.com/Sebagabones/userstyles/styles/pythonanywhere +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/pythonanywhere @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/pythonanywhere/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apythonanywhere +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/pythonanywhere/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Apythonanywhere @description Soothing pastel theme for PythonAnywhere @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("www.pythonanywhere.com"), domain("eu.pythonanywhere.com"), diff --git a/styles/quizlet/README.md b/styles/quizlet/README.md index ab7e71de12..8b991c8c1e 100644 --- a/styles/quizlet/README.md +++ b/styles/quizlet/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/quizlet/catppuccin.user.less b/styles/quizlet/catppuccin.user.less index f2980e8ae4..27f3b8e493 100644 --- a/styles/quizlet/catppuccin.user.less +++ b/styles/quizlet/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Quizlet Catppuccin -@namespace github.com/catppuccin/userstyles/styles/quizlet -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/quizlet +@namespace github.com/Sebagabones/userstyles/styles/quizlet +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/quizlet @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/quizlet/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aquizlet +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/quizlet/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aquizlet @description Soothing pastel theme for Quizlet @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("quizlet.com") { :root { diff --git a/styles/raindrop/README.md b/styles/raindrop/README.md index 7eba8354db..fc14c0c74f 100644 --- a/styles/raindrop/README.md +++ b/styles/raindrop/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/raindrop/catppuccin.user.less b/styles/raindrop/catppuccin.user.less index 353e1cadb4..ae4f12cf71 100644 --- a/styles/raindrop/catppuccin.user.less +++ b/styles/raindrop/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Raindrop Catppuccin -@namespace github.com/catppuccin/userstyles/styles/raindrop -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/raindrop +@namespace github.com/Sebagabones/userstyles/styles/raindrop +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/raindrop @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/raindrop/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Araindrop +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/raindrop/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Araindrop @description Soothing pastel theme for Raindrop @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("app.raindrop.io") { [data-theme="night"] { diff --git a/styles/react.dev/README.md b/styles/react.dev/README.md index 20d679287f..9c30517f2e 100644 --- a/styles/react.dev/README.md +++ b/styles/react.dev/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/react.dev/catppuccin.user.less b/styles/react.dev/catppuccin.user.less index 96cf0aa79e..b86ec44232 100644 --- a/styles/react.dev/catppuccin.user.less +++ b/styles/react.dev/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name React.dev Catppuccin -@namespace github.com/catppuccin/userstyles/styles/react.dev -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/react.dev +@namespace github.com/Sebagabones/userstyles/styles/react.dev +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/react.dev @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/react.dev/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areact.dev +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/react.dev/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areact.dev @description Soothing pastel theme for React.dev @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("react.dev") { html.dark { diff --git a/styles/reddit/README.md b/styles/reddit/README.md index 2e475169d1..5aa34f5797 100644 --- a/styles/reddit/README.md +++ b/styles/reddit/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/reddit/catppuccin.user.less b/styles/reddit/catppuccin.user.less index 7abf875d4b..daf47693a0 100644 --- a/styles/reddit/catppuccin.user.less +++ b/styles/reddit/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Reddit Catppuccin -@namespace github.com/catppuccin/userstyles/styles/reddit -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/reddit +@namespace github.com/Sebagabones/userstyles/styles/reddit +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/reddit @version 2026.03.09.1 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/reddit/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/reddit/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Areddit @description Soothing pastel theme for Reddit @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("reddit.com") { :root:not(.theme-dark) .theme-rpl, diff --git a/styles/regex101/README.md b/styles/regex101/README.md index a49f53e219..ed12b0a108 100644 --- a/styles/regex101/README.md +++ b/styles/regex101/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/regex101/catppuccin.user.less b/styles/regex101/catppuccin.user.less index d027e68157..02a27a770e 100644 --- a/styles/regex101/catppuccin.user.less +++ b/styles/regex101/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name regex101 Catppuccin -@namespace github.com/catppuccin/userstyles/styles/regex101 -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/regex101 +@namespace github.com/Sebagabones/userstyles/styles/regex101 +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/regex101 @version 2026.01.10 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/regex101/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aregex101 +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/regex101/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aregex101 @description Soothing pastel theme for regex101 @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("regex101.com") { @import url("https://unpkg.com/@catppuccin/highlightjs@1.0.0/css/catppuccin-variables.important.css"); diff --git a/styles/rentry.co/README.md b/styles/rentry.co/README.md index 45f4c14516..3ef51e08de 100644 --- a/styles/rentry.co/README.md +++ b/styles/rentry.co/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/rentry.co/catppuccin.user.less b/styles/rentry.co/catppuccin.user.less index 30e459d503..450a11932d 100644 --- a/styles/rentry.co/catppuccin.user.less +++ b/styles/rentry.co/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Rentry.co Catppuccin -@namespace github.com/catppuccin/userstyles/styles/rentry.co -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/rentry.co +@namespace github.com/Sebagabones/userstyles/styles/rentry.co +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/rentry.co @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/rentry.co/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Arentry.co +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/rentry.co/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Arentry.co @description Soothing pastel theme for Rentry.co @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("rentry.org"), domain("rentry.co") { @import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css"); diff --git a/styles/scalar/README.md b/styles/scalar/README.md index 7af3057250..b849ed5238 100644 --- a/styles/scalar/README.md +++ b/styles/scalar/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/scalar/catppuccin.user.less b/styles/scalar/catppuccin.user.less index a15d0777df..c1d869c942 100644 --- a/styles/scalar/catppuccin.user.less +++ b/styles/scalar/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Scalar Catppuccin -@namespace github.com/catppuccin/userstyles/styles/scalar -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/scalar +@namespace github.com/Sebagabones/userstyles/styles/scalar +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/scalar @version 2026.01.20 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/scalar/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ascalar +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/scalar/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ascalar @description Soothing pastel theme for Scalar @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("scalar.com") { @import url("https://unpkg.com/@catppuccin/highlightjs@1.0.0/css/catppuccin-variables.important.css"); diff --git a/styles/searchix/README.md b/styles/searchix/README.md index cfbe22219f..d93cf87557 100644 --- a/styles/searchix/README.md +++ b/styles/searchix/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/searchix/catppuccin.user.less b/styles/searchix/catppuccin.user.less index cfca1c9b6e..0d6e86e9eb 100644 --- a/styles/searchix/catppuccin.user.less +++ b/styles/searchix/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Searchix Catppuccin -@namespace github.com/catppuccin/userstyles/styles/searchix -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/searchix +@namespace github.com/Sebagabones/userstyles/styles/searchix +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/searchix @version 2025.12.05 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/searchix/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asearchix +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/searchix/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asearchix @description Soothing pastel theme for Searchix @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("searchix.ovh") { :root { diff --git a/styles/searxng/README.md b/styles/searxng/README.md index f57051ef06..00935d090a 100644 --- a/styles/searxng/README.md +++ b/styles/searxng/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/searxng/catppuccin.user.less b/styles/searxng/catppuccin.user.less index 18afa9b6d8..2a043452f4 100644 --- a/styles/searxng/catppuccin.user.less +++ b/styles/searxng/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name SearXNG Catppuccin -@namespace github.com/catppuccin/userstyles/styles/searxng -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/searxng +@namespace github.com/Sebagabones/userstyles/styles/searxng +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/searxng @version 2026.07.12 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/searxng/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asearxng +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/searxng/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asearxng @description Soothing pastel theme for SearXNG @author Catppuccin @license MIT @@ -17,7 +17,7 @@ @var checkbox additions "Additional Tweaks" 0 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; /* Domains picked from https://searx.space/. */ @-moz-document domain("search.bus-hit.me"), domain("search.inetol.net") { diff --git a/styles/seventv/README.md b/styles/seventv/README.md index 3593a6cd13..c5bc1c8c0c 100644 --- a/styles/seventv/README.md +++ b/styles/seventv/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/seventv/catppuccin.user.less b/styles/seventv/catppuccin.user.less index 83d65b4962..6ebf662684 100644 --- a/styles/seventv/catppuccin.user.less +++ b/styles/seventv/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name 7TV Catppuccin -@namespace github.com/catppuccin/userstyles/styles/seventv -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/seventv +@namespace github.com/Sebagabones/userstyles/styles/seventv +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/seventv @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/seventv/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aseventv +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/seventv/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aseventv @description Soothing pastel theme for 7TV @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("7tv.app") { .light-theme { diff --git a/styles/shinigami-eyes/README.md b/styles/shinigami-eyes/README.md index 297366887b..0f07238e98 100644 --- a/styles/shinigami-eyes/README.md +++ b/styles/shinigami-eyes/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/shinigami-eyes/catppuccin.user.less b/styles/shinigami-eyes/catppuccin.user.less index 6a83bb9092..addf44a249 100644 --- a/styles/shinigami-eyes/catppuccin.user.less +++ b/styles/shinigami-eyes/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Shinigami Eyes Catppuccin -@namespace github.com/catppuccin/userstyles/styles/shinigami-eyes -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/shinigami-eyes +@namespace github.com/Sebagabones/userstyles/styles/shinigami-eyes +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/shinigami-eyes @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/shinigami-eyes/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ashinigami-eyes +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/shinigami-eyes/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ashinigami-eyes @description Soothing pastel theme for Shinigami Eyes @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; /* These are the domains for the sites that Shinigami Eyes works with. diff --git a/styles/snapchat-web/README.md b/styles/snapchat-web/README.md index 507e72b4c2..e7873ca23d 100644 --- a/styles/snapchat-web/README.md +++ b/styles/snapchat-web/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/snapchat-web/catppuccin.user.less b/styles/snapchat-web/catppuccin.user.less index 6d1564086a..6e8ac84348 100644 --- a/styles/snapchat-web/catppuccin.user.less +++ b/styles/snapchat-web/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Snapchat Web Catppuccin -@namespace github.com/catppuccin/userstyles/styles/snapchat-web -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/snapchat-web +@namespace github.com/Sebagabones/userstyles/styles/snapchat-web +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/snapchat-web @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/snapchat-web/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asnapchat-web +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/snapchat-web/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asnapchat-web @description Soothing pastel theme for Snapchat Web @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document url-prefix("https://www.snapchat.com/web") { :root[theme="dark"] { diff --git a/styles/spotify-web/README.md b/styles/spotify-web/README.md index c10f8a8441..6653baf3e6 100644 --- a/styles/spotify-web/README.md +++ b/styles/spotify-web/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/spotify-web/catppuccin.user.less b/styles/spotify-web/catppuccin.user.less index 69150b1e53..dd2160c15f 100644 --- a/styles/spotify-web/catppuccin.user.less +++ b/styles/spotify-web/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Spotify Web Catppuccin -@namespace github.com/catppuccin/userstyles/styles/spotify-web -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/spotify-web +@namespace github.com/Sebagabones/userstyles/styles/spotify-web +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/spotify-web @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/spotify-web/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aspotify-web +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/spotify-web/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aspotify-web @description Soothing pastel theme for Spotify Web @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("open.spotify.com") { :root { @media (prefers-color-scheme: light) { diff --git a/styles/stack-overflow/README.md b/styles/stack-overflow/README.md index 6ca4770d56..75553d8049 100644 --- a/styles/stack-overflow/README.md +++ b/styles/stack-overflow/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/stack-overflow/catppuccin.user.less b/styles/stack-overflow/catppuccin.user.less index bd32ecf383..4cada23d62 100644 --- a/styles/stack-overflow/catppuccin.user.less +++ b/styles/stack-overflow/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Stack Overflow Catppuccin -@namespace github.com/catppuccin/userstyles/styles/stack-overflow -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/stack-overflow +@namespace github.com/Sebagabones/userstyles/styles/stack-overflow +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/stack-overflow @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/stack-overflow/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astack-overflow +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/stack-overflow/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astack-overflow @description Soothing pastel theme for Stack Overflow @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("stackoverflow.com"), domain("stackexchange.com"), diff --git a/styles/startpage/README.md b/styles/startpage/README.md index 45a7c9ff24..1d104e84c9 100644 --- a/styles/startpage/README.md +++ b/styles/startpage/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/startpage/catppuccin.user.less b/styles/startpage/catppuccin.user.less index c8f5b460f6..554bb256ff 100644 --- a/styles/startpage/catppuccin.user.less +++ b/styles/startpage/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Startpage Catppuccin -@namespace github.com/catppuccin/userstyles/styles/startpage -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/startpage +@namespace github.com/Sebagabones/userstyles/styles/startpage +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/startpage @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/startpage/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astartpage +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/startpage/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astartpage @description Soothing pastel theme for Startpage @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("startpage.com") { :root { diff --git a/styles/status.cafe/README.md b/styles/status.cafe/README.md index 9409bdaa0f..e1f0064246 100644 --- a/styles/status.cafe/README.md +++ b/styles/status.cafe/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/status.cafe/catppuccin.user.less b/styles/status.cafe/catppuccin.user.less index af7bd72c23..9e1f9c1f28 100644 --- a/styles/status.cafe/catppuccin.user.less +++ b/styles/status.cafe/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name status.cafe Catppuccin -@namespace github.com/catppuccin/userstyles/styles/status.cafe -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/status.cafe +@namespace github.com/Sebagabones/userstyles/styles/status.cafe +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/status.cafe @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/status.cafe/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astatus.cafe +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/status.cafe/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astatus.cafe @description Soothing pastel theme for status.cafe @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document regexp("https://status\\.cafe/(?!users).*"), domain("forum.status.cafe") { diff --git a/styles/stylus/README.md b/styles/stylus/README.md index 779e7ea7cb..9a06f0feff 100644 --- a/styles/stylus/README.md +++ b/styles/stylus/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/stylus/catppuccin.user.less b/styles/stylus/catppuccin.user.less index 9247ccfffd..318f8fb853 100644 --- a/styles/stylus/catppuccin.user.less +++ b/styles/stylus/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Stylus Catppuccin -@namespace github.com/catppuccin/userstyles/styles/stylus -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/stylus +@namespace github.com/Sebagabones/userstyles/styles/stylus +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/stylus @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/stylus/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astylus +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/stylus/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Astylus @description Soothing pastel theme for Stylus @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document url-prefix("moz-extension://"), url-prefix("chrome-extension://") { diff --git a/styles/substack/README.md b/styles/substack/README.md index 5c6ddd9f96..7515810d56 100644 --- a/styles/substack/README.md +++ b/styles/substack/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/substack/catppuccin.user.less b/styles/substack/catppuccin.user.less index 131a9355fc..6f2b221194 100644 --- a/styles/substack/catppuccin.user.less +++ b/styles/substack/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Substack Catppuccin -@namespace github.com/catppuccin/userstyles/styles/substack -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/substack +@namespace github.com/Sebagabones/userstyles/styles/substack +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/substack @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/substack/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asubstack +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/substack/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asubstack @description Soothing pastel theme for Substack @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("substack.com") { :root { diff --git a/styles/syncthing/README.md b/styles/syncthing/README.md index 998738807d..1bd62e020e 100644 --- a/styles/syncthing/README.md +++ b/styles/syncthing/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/syncthing/catppuccin.user.less b/styles/syncthing/catppuccin.user.less index a1955bf1f5..9a104d4e6e 100644 --- a/styles/syncthing/catppuccin.user.less +++ b/styles/syncthing/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Syncthing Catppuccin -@namespace github.com/catppuccin/userstyles/styles/syncthing -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/syncthing +@namespace github.com/Sebagabones/userstyles/styles/syncthing +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/syncthing @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/syncthing/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asyncthing +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/syncthing/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Asyncthing @description Soothing pastel theme for Syncthing @author Catppuccin @license MIT @@ -17,7 +17,7 @@ @var text urls "URL(s) for Syncthing" "127\.0\.0\.1\:8384,0\.0\.0\.0\:8384,localhost\:8384" ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; /* `replace( ," ", "", "g")` is here to remove extra spaces (if any) diff --git a/styles/tabnews/README.md b/styles/tabnews/README.md index 20839faf74..7a98936922 100644 --- a/styles/tabnews/README.md +++ b/styles/tabnews/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/tabnews/catppuccin.user.less b/styles/tabnews/catppuccin.user.less index f5ae9112bf..284a44eb88 100644 --- a/styles/tabnews/catppuccin.user.less +++ b/styles/tabnews/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name TabNews Catppuccin -@namespace github.com/catppuccin/userstyles/styles/tabnews -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tabnews +@namespace github.com/Sebagabones/userstyles/styles/tabnews +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/tabnews @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tabnews/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atabnews +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/tabnews/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atabnews @description Soothing pastel theme for TabNews @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("tabnews.com.br") { :root:has(div[data-color-mode="dark"]) { diff --git a/styles/tldraw/README.md b/styles/tldraw/README.md index 477381ff86..7bba8cc2d7 100644 --- a/styles/tldraw/README.md +++ b/styles/tldraw/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/tldraw/catppuccin.user.less b/styles/tldraw/catppuccin.user.less index 51301792e5..9c231567b1 100644 --- a/styles/tldraw/catppuccin.user.less +++ b/styles/tldraw/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name tldraw Catppuccin -@namespace github.com/catppuccin/userstyles/styles/tldraw -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tldraw +@namespace github.com/Sebagabones/userstyles/styles/tldraw +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/tldraw @version 2025.09.10 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tldraw/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atldraw +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/tldraw/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atldraw @description Soothing pastel theme for tldraw @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("tldraw.com") { .tl-theme__dark { diff --git a/styles/trinket/README.md b/styles/trinket/README.md index a42c25b7f6..a26b5b779a 100644 --- a/styles/trinket/README.md +++ b/styles/trinket/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/trinket/catppuccin.user.less b/styles/trinket/catppuccin.user.less index 9ccf64c4c8..11ec824669 100644 --- a/styles/trinket/catppuccin.user.less +++ b/styles/trinket/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Trinket Catppuccin -@namespace github.com/catppuccin/userstyles/styles/trinket -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/trinket +@namespace github.com/Sebagabones/userstyles/styles/trinket +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/trinket @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/trinket/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atrinket +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/trinket/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atrinket @description Soothing pastel theme for Trinket @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("trinket.io") { @import url("https://unpkg.com/@catppuccin/highlightjs@1.0.0/css/catppuccin-variables.important.css"); diff --git a/styles/tuta/README.md b/styles/tuta/README.md index 6de75c225a..dbabf2f07e 100644 --- a/styles/tuta/README.md +++ b/styles/tuta/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/tuta/catppuccin.user.less b/styles/tuta/catppuccin.user.less index 56e6c6ac98..e398e6cf80 100644 --- a/styles/tuta/catppuccin.user.less +++ b/styles/tuta/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Tuta Catppuccin -@namespace github.com/catppuccin/userstyles/styles/tuta -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/tuta +@namespace github.com/Sebagabones/userstyles/styles/tuta +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/tuta @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/tuta/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atuta +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/tuta/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atuta @description Soothing pastel theme for Tuta @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("app.tuta.com"), domain("mail.tutanota.com") { :root { diff --git a/styles/twitch/README.md b/styles/twitch/README.md index 2a99a1ffa4..f91dc7a26b 100644 --- a/styles/twitch/README.md +++ b/styles/twitch/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/twitch/catppuccin.user.less b/styles/twitch/catppuccin.user.less index 008a654d50..8e45630c20 100644 --- a/styles/twitch/catppuccin.user.less +++ b/styles/twitch/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Twitch Catppuccin -@namespace github.com/catppuccin/userstyles/styles/twitch -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitch +@namespace github.com/Sebagabones/userstyles/styles/twitch +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/twitch @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitch/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitch +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/twitch/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitch @description Soothing pastel theme for Twitch @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("twitch.tv") { @import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css"); diff --git a/styles/twitter/README.md b/styles/twitter/README.md index 4606797193..f45ccaf57c 100644 --- a/styles/twitter/README.md +++ b/styles/twitter/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/twitter/catppuccin.user.less b/styles/twitter/catppuccin.user.less index 4819784dd7..a79341d6db 100644 --- a/styles/twitter/catppuccin.user.less +++ b/styles/twitter/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Twitter Catppuccin -@namespace github.com/catppuccin/userstyles/styles/twitter -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/twitter +@namespace github.com/Sebagabones/userstyles/styles/twitter +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/twitter @version 2026.04.19 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/twitter/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitter +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/twitter/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Atwitter @description Soothing pastel theme for Twitter @author Catppuccin @license MIT @@ -18,7 +18,7 @@ @var checkbox darkenShadows "Darken Shadows on Dark Themes" 1 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("twitter.com"), domain("x.com") { :root { diff --git a/styles/vercel/README.md b/styles/vercel/README.md index 0282ccf986..fcec6c9f3f 100644 --- a/styles/vercel/README.md +++ b/styles/vercel/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/vercel/catppuccin.user.less b/styles/vercel/catppuccin.user.less index 028267cddf..1b6c3d73d0 100644 --- a/styles/vercel/catppuccin.user.less +++ b/styles/vercel/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Vercel/Next.js Catppuccin -@namespace github.com/catppuccin/userstyles/styles/vercel -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/vercel +@namespace github.com/Sebagabones/userstyles/styles/vercel +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/vercel @version 2026.02.25 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/vercel/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Avercel +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/vercel/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Avercel @description Soothing pastel theme for Vercel and Next.js @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("vercel.com"), domain("nextjs.org") { @import url("https://prismjs.catppuccin.com/variables.important.css"); diff --git a/styles/vikunja/README.md b/styles/vikunja/README.md index 2df937fbf4..9f506ae5ad 100644 --- a/styles/vikunja/README.md +++ b/styles/vikunja/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/vikunja/catppuccin.user.less b/styles/vikunja/catppuccin.user.less index eee2a771ef..ab213dbb62 100644 --- a/styles/vikunja/catppuccin.user.less +++ b/styles/vikunja/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Vikunja Catppuccin -@namespace github.com/catppuccin/userstyles/styles/vikunja -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/vikunja +@namespace github.com/Sebagabones/userstyles/styles/vikunja +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/vikunja @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/vikunja/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Avikunja +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/vikunja/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Avikunja @description Soothing pastel theme for Vikunja @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("try.vikunja.io") { :root.dark { diff --git a/styles/web.dev/README.md b/styles/web.dev/README.md index fd74de0e0b..264cb853d4 100644 --- a/styles/web.dev/README.md +++ b/styles/web.dev/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/web.dev/catppuccin.user.less b/styles/web.dev/catppuccin.user.less index 20d2135fd1..9542be63e2 100644 --- a/styles/web.dev/catppuccin.user.less +++ b/styles/web.dev/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name web.dev Catppuccin -@namespace github.com/catppuccin/userstyles/styles/web.dev -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/web.dev +@namespace github.com/Sebagabones/userstyles/styles/web.dev +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/web.dev @version 2026.03.04 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/web.dev/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aweb.dev +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/web.dev/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Aweb.dev @description Soothing pastel theme for web.dev @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; // Exclude https://pagespeed.web.dev/, which is (currently) poorly themed. @-moz-document url-prefix("https://web.dev") { diff --git a/styles/whatsapp-web/README.md b/styles/whatsapp-web/README.md index 782d68ba93..416fd524f5 100644 --- a/styles/whatsapp-web/README.md +++ b/styles/whatsapp-web/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/whatsapp-web/catppuccin.user.less b/styles/whatsapp-web/catppuccin.user.less index f53eed8192..448aff442a 100644 --- a/styles/whatsapp-web/catppuccin.user.less +++ b/styles/whatsapp-web/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name WhatsApp Web Catppuccin -@namespace github.com/catppuccin/userstyles/styles/whatsapp-web -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/whatsapp-web +@namespace github.com/Sebagabones/userstyles/styles/whatsapp-web +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/whatsapp-web @version 2026.07.03 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/whatsapp-web/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awhatsapp-web +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/whatsapp-web/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awhatsapp-web @description Soothing pastel theme for WhatsApp Web @author Catppuccin @license MIT @@ -17,7 +17,7 @@ @var checkbox lighterMessages "Elevated incoming messages" 0 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("web.whatsapp.com") { /* Note: Some variables appear to be applied on :root, diff --git a/styles/wiki.nixos.org/README.md b/styles/wiki.nixos.org/README.md index f82f46cd32..75578adbfb 100644 --- a/styles/wiki.nixos.org/README.md +++ b/styles/wiki.nixos.org/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/wiki.nixos.org/catppuccin.user.less b/styles/wiki.nixos.org/catppuccin.user.less index a6c5708bec..9d6d507d23 100644 --- a/styles/wiki.nixos.org/catppuccin.user.less +++ b/styles/wiki.nixos.org/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name NixOS Wiki Catppuccin -@namespace github.com/catppuccin/userstyles/styles/wiki.nixos.org -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/wiki.nixos.org +@namespace github.com/Sebagabones/userstyles/styles/wiki.nixos.org +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/wiki.nixos.org @version 2025.09.06 -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awiki.nixos.org -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/wiki.nixos.org/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awiki.nixos.org +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/wiki.nixos.org/catppuccin.user.less @description Soothing pastel theme for NixOS Wiki @author Catppuccin @license MIT @@ -16,7 +16,7 @@ @var checkbox highlight-redirect "Highlight redirect links" 0 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("wiki.nixos.org") { @import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css"); diff --git a/styles/wikipedia/README.md b/styles/wikipedia/README.md index d8788b30e7..4eff219be5 100644 --- a/styles/wikipedia/README.md +++ b/styles/wikipedia/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/wikipedia/catppuccin.user.less b/styles/wikipedia/catppuccin.user.less index 9d57984f6a..fd5a4c78d3 100644 --- a/styles/wikipedia/catppuccin.user.less +++ b/styles/wikipedia/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Wikipedia Catppuccin -@namespace github.com/catppuccin/userstyles/styles/wikipedia -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/wikipedia +@namespace github.com/Sebagabones/userstyles/styles/wikipedia +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/wikipedia @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/wikipedia/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awikipedia +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/wikipedia/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awikipedia @description Soothing pastel theme for Wikipedia @author Catppuccin @license MIT @@ -16,7 +16,7 @@ @var checkbox highlight-redirect "Highlight redirect links" 0 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("wikipedia.org"), domain("wiktionary.org"), diff --git a/styles/wikiwand/README.md b/styles/wikiwand/README.md index 125f922606..08bbe5aa83 100644 --- a/styles/wikiwand/README.md +++ b/styles/wikiwand/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/wikiwand/catppuccin.user.less b/styles/wikiwand/catppuccin.user.less index e911e8fe47..16c5bf0c80 100644 --- a/styles/wikiwand/catppuccin.user.less +++ b/styles/wikiwand/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Wikiwand Catppuccin -@namespace github.com/catppuccin/userstyles/styles/wikiwand -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/wikiwand +@namespace github.com/Sebagabones/userstyles/styles/wikiwand +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/wikiwand @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/wikiwand/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awikiwand +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/wikiwand/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Awikiwand @description Soothing pastel theme for Wikiwand @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("wikiwand.com") { @import url("https://python.catppuccin.com/pygments/catppuccin-variables.important.css"); diff --git a/styles/youtube/README.md b/styles/youtube/README.md index 1850891aaa..cf67281c50 100644 --- a/styles/youtube/README.md +++ b/styles/youtube/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/youtube/catppuccin.user.less b/styles/youtube/catppuccin.user.less index c30f02fdf1..7ac7a55768 100644 --- a/styles/youtube/catppuccin.user.less +++ b/styles/youtube/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name YouTube Catppuccin -@namespace github.com/catppuccin/userstyles/styles/youtube -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/youtube +@namespace github.com/Sebagabones/userstyles/styles/youtube +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/youtube @version 2026.04.14 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/youtube/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/youtube/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube @description Soothing pastel theme for YouTube @author Catppuccin @license MIT @@ -19,7 +19,7 @@ @var checkbox sponsorBlock "Enable SponsorBlock segments" 1 ==/UserStyle== */ -@import "https://userstyles.catppuccin.com/lib/lib.less"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("youtube.com") { :root[dark] { diff --git a/styles/zen-browser-docs/README.md b/styles/zen-browser-docs/README.md index 6b3656e6cd..f66718b0fd 100644 --- a/styles/zen-browser-docs/README.md +++ b/styles/zen-browser-docs/README.md @@ -9,8 +9,8 @@

    - - + +

    ## Usage diff --git a/styles/zen-browser-docs/catppuccin.user.less b/styles/zen-browser-docs/catppuccin.user.less index 43362af190..63b0d1b845 100644 --- a/styles/zen-browser-docs/catppuccin.user.less +++ b/styles/zen-browser-docs/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Zen Browser Docs Catppuccin -@namespace github.com/catppuccin/userstyles/styles/zen-browser-docs -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/zen-browser-docs +@namespace github.com/Sebagabones/userstyles/styles/zen-browser-docs +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/zen-browser-docs @version 2025.09.06 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/zen-browser-docs/catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Azen-browser-docs +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles/zen-browser-docs/catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Azen-browser-docs @description Soothing pastel theme for Zen Browser Docs @author Catppuccin @license MIT @@ -15,7 +15,7 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("zen-browser.app") { :root[data-theme="light"], diff --git a/template/catppuccin.user.less b/template/catppuccin.user.less index 8963dd6a92..32cdf690a0 100644 --- a/template/catppuccin.user.less +++ b/template/catppuccin.user.less @@ -1,10 +1,10 @@ /* ==UserStyle== @name Catppuccin -@namespace github.com/catppuccin/userstyles/styles/ -@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/ +@namespace github.com/Sebagabones/userstyles/styles/ +@homepageURL https://github.com/Sebagabones/userstyles/tree/main/styles/ @version 2000.01.01 -@updateURL https://github.com/catppuccin/userstyles/raw/main/styles//catppuccin.user.less -@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3A +@updateURL https://github.com/Sebagabones/userstyles/raw/main/styles//catppuccin.user.less +@supportURL https://github.com/Sebagabones/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3A @description Soothing pastel theme for @author Catppuccin @license MIT @@ -15,12 +15,12 @@ @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"; +@import "https://raw.githubusercontent.com/Sebagabones/userstyles/refs/heads/main/lib/lib.less"; @-moz-document domain("") { /* This section applies the light/dark themes automatically based on the user's system theme. Use the below example CSS to start if the website you are theming doesn't have a light/dark mode toggle. - For an actual example of this, see https://github.com/catppuccin/userstyles/blob/39288b593278e5efa48007d5fc001292cf910672/styles/brave-search/catppuccin.user.css#L16-L29. + For an actual example of this, see https://github.com/Sebagabones/userstyles/blob/39288b593278e5efa48007d5fc001292cf910672/styles/brave-search/catppuccin.user.css#L16-L29. */ :root { @media (prefers-color-scheme: light) { @@ -37,7 +37,7 @@ to look for. The website you are theming may use a class-based approach (e.g. :root.theme-dark), or any of the myriad of other methods like this.* Use the below example CSS to start if this is the case. - For an actual example of this, see https://github.com/catppuccin/userstyles/blob/39288b593278e5efa48007d5fc001292cf910672/styles/youtube/catppuccin.user.css#L21-L30. + For an actual example of this, see https://github.com/Sebagabones/userstyles/blob/39288b593278e5efa48007d5fc001292cf910672/styles/youtube/catppuccin.user.css#L21-L30. */ :root[data-theme="dark"] { #catppuccin(@darkFlavor);