├── assets ├── frappe.webp ├── latte.webp ├── mocha.webp ├── preview.webp └── macchiato.webp ├── themes ├── latte │ ├── preview.png │ ├── preview.png.license │ ├── blue │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── pink │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── red │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── sky │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── teal │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── flamingo │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── green │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── lavender │ │ ├── preview.png │ │ ├── preview.png.license │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ ├── theme.json │ │ └── README.md │ ├── maroon │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── mauve │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── peach │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── rosewater │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── sapphire │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── yellow │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ └── README.md ├── mocha │ ├── preview.png │ ├── preview.png.license │ ├── blue │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── pink │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── red │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── sky │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── teal │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── flamingo │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── green │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── lavender │ │ ├── preview.png │ │ ├── preview.png.license │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ ├── theme.json │ │ └── README.md │ ├── maroon │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── mauve │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── peach │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── rosewater │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── sapphire │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── yellow │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ └── README.md ├── frappe │ ├── preview.png │ ├── preview.png.license │ ├── red │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── sky │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── blue │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── flamingo │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── green │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── lavender │ │ ├── preview.png │ │ ├── preview.png.license │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ ├── theme.json │ │ └── README.md │ ├── maroon │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── mauve │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── peach │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── pink │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── sapphire │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── teal │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── yellow │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ ├── rosewater │ │ ├── theme.json.license │ │ ├── themeStyle.css │ │ └── theme.json │ └── README.md └── macchiato │ ├── preview.png │ ├── preview.png.license │ ├── blue │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── green │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── mauve │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── peach │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── pink │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── red │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── sky │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── teal │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── flamingo │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── lavender │ ├── preview.png.license │ ├── theme.json.license │ ├── preview.png │ ├── themeStyle.css │ ├── theme.json │ └── README.md │ ├── maroon │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── rosewater │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── sapphire │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ ├── yellow │ ├── theme.json.license │ ├── themeStyle.css │ └── theme.json │ └── README.md ├── .github └── workflows │ └── whiskers-check.yml ├── .editorconfig ├── LICENSE ├── prismlauncher.tera └── README.md /assets/frappe.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/assets/frappe.webp -------------------------------------------------------------------------------- /assets/latte.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/assets/latte.webp -------------------------------------------------------------------------------- /assets/mocha.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/assets/mocha.webp -------------------------------------------------------------------------------- /assets/preview.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/assets/preview.webp -------------------------------------------------------------------------------- /assets/macchiato.webp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/assets/macchiato.webp -------------------------------------------------------------------------------- /themes/latte/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/themes/latte/preview.png -------------------------------------------------------------------------------- /themes/mocha/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/themes/mocha/preview.png -------------------------------------------------------------------------------- /themes/frappe/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/themes/frappe/preview.png -------------------------------------------------------------------------------- /themes/frappe/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/latte/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/macchiato/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/themes/macchiato/preview.png -------------------------------------------------------------------------------- /themes/mocha/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/frappe/red/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/sky/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/blue/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/pink/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/red/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/sky/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/teal/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/mocha/blue/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/pink/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/red/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/sky/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/teal/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/blue/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/flamingo/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/green/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/lavender/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/themes/frappe/lavender/preview.png -------------------------------------------------------------------------------- /themes/frappe/lavender/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/frappe/lavender/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/maroon/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/mauve/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/peach/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/pink/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/sapphire/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/teal/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/yellow/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/flamingo/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/green/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/lavender/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/themes/latte/lavender/preview.png -------------------------------------------------------------------------------- /themes/latte/lavender/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/latte/lavender/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/maroon/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/mauve/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/peach/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/rosewater/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/sapphire/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/latte/yellow/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/blue/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/green/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/mauve/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/peach/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/pink/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/red/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/sky/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/teal/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/flamingo/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/green/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/lavender/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/themes/mocha/lavender/preview.png -------------------------------------------------------------------------------- /themes/mocha/lavender/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/mocha/lavender/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/maroon/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/mauve/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/peach/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/rosewater/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/sapphire/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/mocha/yellow/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/frappe/rosewater/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/flamingo/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/lavender/preview.png.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Derpitron 2 | 3 | SPDX-License-Identifier: CC0-1.0 4 | -------------------------------------------------------------------------------- /themes/macchiato/lavender/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/maroon/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/rosewater/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/sapphire/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/yellow/theme.json.license: -------------------------------------------------------------------------------- 1 | SPDX-FileCopyrightText: 2022 Catppuccin 2 | 3 | SPDX-License-Identifier: MIT 4 | 5 | -------------------------------------------------------------------------------- /themes/macchiato/lavender/preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/catppuccin/prismlauncher/HEAD/themes/macchiato/lavender/preview.png -------------------------------------------------------------------------------- /themes/latte/red/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/sky/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/red/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/sky/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/blue/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/green/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/maroon/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/mauve/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/peach/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/pink/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/red/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/sky/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/teal/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/yellow/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/blue/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/flamingo/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/green/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/lavender/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/maroon/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/mauve/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/peach/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/pink/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/sapphire/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/teal/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/yellow/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/blue/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/pink/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/red/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/sky/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/teal/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/blue/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/flamingo/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/green/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/lavender/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/maroon/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/mauve/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/peach/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/pink/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/sapphire/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/teal/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/yellow/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/flamingo/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/lavender/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/rosewater/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/frappe/sapphire/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #c6d0f5; 9 | background-color: #414559; 10 | border: 1px solid #414559 11 | } 12 | -------------------------------------------------------------------------------- /themes/latte/rosewater/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #4c4f69; 9 | background-color: #ccd0da; 10 | border: 1px solid #ccd0da 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/flamingo/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/green/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/lavender/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/maroon/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/mauve/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/peach/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/rosewater/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/sapphire/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/macchiato/yellow/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cad3f5; 9 | background-color: #363a4f; 10 | border: 1px solid #363a4f 11 | } 12 | -------------------------------------------------------------------------------- /themes/mocha/rosewater/themeStyle.css: -------------------------------------------------------------------------------- 1 | /* 2 | * SPDX-FileCopyrightText: 2022 Catppuccin 3 | * 4 | * SPDX-License-Identifier: MIT 5 | */ 6 | 7 | QToolTip { 8 | color: #cdd6f4; 9 | background-color: #313244; 10 | border: 1px solid #313244 11 | } 12 | -------------------------------------------------------------------------------- /.github/workflows/whiskers-check.yml: -------------------------------------------------------------------------------- 1 | name: whiskers 2 | 3 | on: 4 | workflow_dispatch: 5 | push: 6 | branches: [main] 7 | pull_request: 8 | branches: [main] 9 | 10 | jobs: 11 | run: 12 | uses: catppuccin/actions/.github/workflows/whiskers-check.yml@v1 13 | with: 14 | args: prismlauncher.tera 15 | secrets: inherit 16 | -------------------------------------------------------------------------------- /themes/frappe/red/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#e78284", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/sky/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#99d1db", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/blue/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#1e66f5", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/green/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#40a02b", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/mauve/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#8839ef", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/peach/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#fe640b", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/pink/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#ea76cb", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/red/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#d20f39", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/sky/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#04a5e5", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/teal/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#179299", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/blue/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#89b4fa", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/green/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#a6e3a1", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/mauve/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#cba6f7", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/peach/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#fab387", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/pink/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#f5c2e7", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/red/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#f38ba8", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/sky/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#89dceb", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/teal/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#94e2d5", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/blue/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#8caaee", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/flamingo/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#eebebe", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/green/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#a6d189", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/lavender/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#babbf1", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/maroon/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#ea999c", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/mauve/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#ca9ee6", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/peach/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#ef9f76", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/pink/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#f4b8e4", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/sapphire/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#85c1dc", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/teal/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#81c8be", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/yellow/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#e5c890", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/flamingo/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#dd7878", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/lavender/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#7287fd", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/maroon/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#e64553", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/rosewater/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#dc8a78", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/sapphire/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#209fb5", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/latte/yellow/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#eff1f5", 4 | "Base": "#e6e9ef", 5 | "BrightText": "#5c5f77", 6 | "Button": "#ccd0da", 7 | "ButtonText": "#4c4f69", 8 | "Highlight": "#df8e1d", 9 | "HighlightedText": "#eff1f5", 10 | "Link": "#7287fd", 11 | "Text": "#4c4f69", 12 | "ToolTipBase": "#dce0e8", 13 | "ToolTipText": "#4c4f69", 14 | "Window": "#eff1f5", 15 | "WindowText": "#5c5f77", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#9ca0b0" 18 | }, 19 | "name": "Catppuccin Latte", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/flamingo/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#f2cdcd", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/lavender/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#b4befe", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/maroon/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#eba0ac", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/rosewater/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#f5e0dc", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/sapphire/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#74c7ec", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/mocha/yellow/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#1e1e2e", 4 | "Base": "#181825", 5 | "BrightText": "#bac2de", 6 | "Button": "#313244", 7 | "ButtonText": "#cdd6f4", 8 | "Highlight": "#f9e2af", 9 | "HighlightedText": "#1e1e2e", 10 | "Link": "#b4befe", 11 | "Text": "#cdd6f4", 12 | "ToolTipBase": "#11111b", 13 | "ToolTipText": "#cdd6f4", 14 | "Window": "#1e1e2e", 15 | "WindowText": "#bac2de", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6c7086" 18 | }, 19 | "name": "Catppuccin Mocha", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/frappe/rosewater/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#303446", 4 | "Base": "#292c3c", 5 | "BrightText": "#b5bfe2", 6 | "Button": "#414559", 7 | "ButtonText": "#c6d0f5", 8 | "Highlight": "#f2d5cf", 9 | "HighlightedText": "#303446", 10 | "Link": "#babbf1", 11 | "Text": "#c6d0f5", 12 | "ToolTipBase": "#232634", 13 | "ToolTipText": "#c6d0f5", 14 | "Window": "#303446", 15 | "WindowText": "#b5bfe2", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#737994" 18 | }, 19 | "name": "Catppuccin Frappé", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/blue/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#8aadf4", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/green/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#a6da95", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/maroon/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#ee99a0", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/mauve/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#c6a0f6", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/peach/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#f5a97f", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/pink/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#f5bde6", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/red/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#ed8796", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/sky/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#91d7e3", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/teal/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#8bd5ca", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/yellow/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#eed49f", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/flamingo/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#f0c6c6", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/lavender/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#b7bdf8", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/rosewater/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#f4dbd6", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /themes/macchiato/sapphire/theme.json: -------------------------------------------------------------------------------- 1 | { 2 | "colors": { 3 | "AlternateBase": "#24273a", 4 | "Base": "#1e2030", 5 | "BrightText": "#b8c0e0", 6 | "Button": "#363a4f", 7 | "ButtonText": "#cad3f5", 8 | "Highlight": "#7dc4e4", 9 | "HighlightedText": "#24273a", 10 | "Link": "#b7bdf8", 11 | "Text": "#cad3f5", 12 | "ToolTipBase": "#181926", 13 | "ToolTipText": "#cad3f5", 14 | "Window": "#24273a", 15 | "WindowText": "#b8c0e0", 16 | "fadeAmount": 0.5, 17 | "fadeColor": "#6e738d" 18 | }, 19 | "name": "Catppuccin Macchiato", 20 | "widgets": "Fusion" 21 | } 22 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | # EditorConfig helps developers define and maintain consistent 2 | # coding styles between different editors and IDEs 3 | # EditorConfig is awesome: https://EditorConfig.org 4 | 5 | root = true 6 | 7 | [*] 8 | charset = utf-8 9 | indent_size = 2 10 | indent_style = space 11 | end_of_line = lf 12 | insert_final_newline = true 13 | trim_trailing_whitespace = true 14 | 15 | # go 16 | [*.go] 17 | indent_style = tab 18 | indent_size = 4 19 | 20 | # python 21 | [*.{ini,py,py.tpl,rst}] 22 | indent_size = 4 23 | 24 | # rust 25 | [*.rs] 26 | indent_size = 4 27 | 28 | # documentation, utils 29 | [*.{md,mdx,diff}] 30 | trim_trailing_whitespace = false 31 | 32 | # windows shell scripts 33 | [*.{cmd,bat,ps1}] 34 | end_of_line = crlf 35 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2022 Catppuccin 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /themes/latte/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Catppuccin-Latte 8 | --- 9 | [Catppuccin-Latte](https://github.com/catppuccin/catppuccin) theme for Prism Launcher. 10 | 11 | ## Preview 12 |  13 | 14 | ## License 15 | ``` 16 | MIT License 17 | 18 | Copyright (c) 2021 Catppuccin 19 | 20 | Permission is hereby granted, free of charge, to any person obtaining a copy 21 | of this software and associated documentation files (the "Software"), to deal 22 | in the Software without restriction, including without limitation the rights 23 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | copies of the Software, and to permit persons to whom the Software is 25 | furnished to do so, subject to the following conditions: 26 | 27 | The above copyright notice and this permission notice shall be included in all 28 | copies or substantial portions of the Software. 29 | 30 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | SOFTWARE. 37 | ``` 38 | -------------------------------------------------------------------------------- /themes/mocha/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Catppuccin-Mocha 8 | --- 9 | [Catppuccin-Mocha](https://github.com/catppuccin/catppuccin) theme for Prism Launcher. 10 | 11 | ## Preview 12 |  13 | 14 | ## License 15 | ``` 16 | MIT License 17 | 18 | Copyright (c) 2021 Catppuccin 19 | 20 | Permission is hereby granted, free of charge, to any person obtaining a copy 21 | of this software and associated documentation files (the "Software"), to deal 22 | in the Software without restriction, including without limitation the rights 23 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | copies of the Software, and to permit persons to whom the Software is 25 | furnished to do so, subject to the following conditions: 26 | 27 | The above copyright notice and this permission notice shall be included in all 28 | copies or substantial portions of the Software. 29 | 30 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | SOFTWARE. 37 | ``` 38 | -------------------------------------------------------------------------------- /themes/frappe/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Catppuccin-Frappe 8 | --- 9 | [Catppuccin-Frappe](https://github.com/catppuccin/catppuccin) theme for Prism Launcher. 10 | 11 | ## Preview 12 |  13 | 14 | ## License 15 | ``` 16 | MIT License 17 | 18 | Copyright (c) 2021 Catppuccin 19 | 20 | Permission is hereby granted, free of charge, to any person obtaining a copy 21 | of this software and associated documentation files (the "Software"), to deal 22 | in the Software without restriction, including without limitation the rights 23 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | copies of the Software, and to permit persons to whom the Software is 25 | furnished to do so, subject to the following conditions: 26 | 27 | The above copyright notice and this permission notice shall be included in all 28 | copies or substantial portions of the Software. 29 | 30 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | SOFTWARE. 37 | ``` 38 | -------------------------------------------------------------------------------- /themes/latte/lavender/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Catppuccin-Latte 8 | --- 9 | [Catppuccin-Latte](https://github.com/catppuccin/catppuccin) theme for Prism Launcher. 10 | 11 | ## Preview 12 |  13 | 14 | ## License 15 | ``` 16 | MIT License 17 | 18 | Copyright (c) 2021 Catppuccin 19 | 20 | Permission is hereby granted, free of charge, to any person obtaining a copy 21 | of this software and associated documentation files (the "Software"), to deal 22 | in the Software without restriction, including without limitation the rights 23 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | copies of the Software, and to permit persons to whom the Software is 25 | furnished to do so, subject to the following conditions: 26 | 27 | The above copyright notice and this permission notice shall be included in all 28 | copies or substantial portions of the Software. 29 | 30 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | SOFTWARE. 37 | ``` 38 | -------------------------------------------------------------------------------- /themes/mocha/lavender/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Catppuccin-Mocha 8 | --- 9 | [Catppuccin-Mocha](https://github.com/catppuccin/catppuccin) theme for Prism Launcher. 10 | 11 | ## Preview 12 |  13 | 14 | ## License 15 | ``` 16 | MIT License 17 | 18 | Copyright (c) 2021 Catppuccin 19 | 20 | Permission is hereby granted, free of charge, to any person obtaining a copy 21 | of this software and associated documentation files (the "Software"), to deal 22 | in the Software without restriction, including without limitation the rights 23 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | copies of the Software, and to permit persons to whom the Software is 25 | furnished to do so, subject to the following conditions: 26 | 27 | The above copyright notice and this permission notice shall be included in all 28 | copies or substantial portions of the Software. 29 | 30 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | SOFTWARE. 37 | ``` 38 | -------------------------------------------------------------------------------- /themes/frappe/lavender/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Catppuccin-Frappe 8 | --- 9 | [Catppuccin-Frappe](https://github.com/catppuccin/catppuccin) theme for Prism Launcher. 10 | 11 | ## Preview 12 |  13 | 14 | ## License 15 | ``` 16 | MIT License 17 | 18 | Copyright (c) 2021 Catppuccin 19 | 20 | Permission is hereby granted, free of charge, to any person obtaining a copy 21 | of this software and associated documentation files (the "Software"), to deal 22 | in the Software without restriction, including without limitation the rights 23 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | copies of the Software, and to permit persons to whom the Software is 25 | furnished to do so, subject to the following conditions: 26 | 27 | The above copyright notice and this permission notice shall be included in all 28 | copies or substantial portions of the Software. 29 | 30 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | SOFTWARE. 37 | ``` 38 | -------------------------------------------------------------------------------- /themes/macchiato/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Catppuccin-Macchiato 8 | --- 9 | [Catppuccin-Macchiato](https://github.com/catppuccin/catppuccin) theme for Prism Launcher. 10 | 11 | ## Preview 12 |  13 | 14 | ## License 15 | ``` 16 | MIT License 17 | 18 | Copyright (c) 2021 Catppuccin 19 | 20 | Permission is hereby granted, free of charge, to any person obtaining a copy 21 | of this software and associated documentation files (the "Software"), to deal 22 | in the Software without restriction, including without limitation the rights 23 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | copies of the Software, and to permit persons to whom the Software is 25 | furnished to do so, subject to the following conditions: 26 | 27 | The above copyright notice and this permission notice shall be included in all 28 | copies or substantial portions of the Software. 29 | 30 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | SOFTWARE. 37 | ``` 38 | -------------------------------------------------------------------------------- /themes/macchiato/lavender/README.md: -------------------------------------------------------------------------------- 1 | 6 | 7 | Catppuccin-Macchiato 8 | --- 9 | [Catppuccin-Macchiato](https://github.com/catppuccin/catppuccin) theme for Prism Launcher. 10 | 11 | ## Preview 12 |  13 | 14 | ## License 15 | ``` 16 | MIT License 17 | 18 | Copyright (c) 2021 Catppuccin 19 | 20 | Permission is hereby granted, free of charge, to any person obtaining a copy 21 | of this software and associated documentation files (the "Software"), to deal 22 | in the Software without restriction, including without limitation the rights 23 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 24 | copies of the Software, and to permit persons to whom the Software is 25 | furnished to do so, subject to the following conditions: 26 | 27 | The above copyright notice and this permission notice shall be included in all 28 | copies or substantial portions of the Software. 29 | 30 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 31 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 32 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 33 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 34 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 35 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 36 | SOFTWARE. 37 | ``` 38 | -------------------------------------------------------------------------------- /prismlauncher.tera: -------------------------------------------------------------------------------- 1 | --- 2 | whiskers: 3 | version: ^2.5.1 4 | matrix: 5 | - variant: ["theme.json", "themeStyle.css", "theme.json.license"] 6 | - flavor 7 | - accent 8 | filename: "themes/{{flavor.identifier}}/{{accent}}/{{variant}}" 9 | file_copyright_text: "2022 Catppuccin" 10 | license_identifier: "MIT" 11 | --- 12 | {%- if variant == "theme.json" -%} 13 | { 14 | "colors": { 15 | "AlternateBase": "#{{base.hex}}", 16 | "Base": "#{{mantle.hex}}", 17 | "BrightText": "#{{subtext1.hex}}", 18 | "Button": "#{{surface0.hex}}", 19 | "ButtonText": "#{{text.hex}}", 20 | "Highlight": "#{{flavor.colors[accent].hex}}", 21 | "HighlightedText": "#{{base.hex}}", 22 | "Link": "#{{lavender.hex}}", 23 | "Text": "#{{text.hex}}", 24 | "ToolTipBase": "#{{crust.hex}}", 25 | "ToolTipText": "#{{text.hex}}", 26 | "Window": "#{{base.hex}}", 27 | "WindowText": "#{{subtext1.hex}}", 28 | "fadeAmount": 0.5, 29 | "fadeColor": "#{{overlay0.hex}}" 30 | }, 31 | "name": "Catppuccin {{flavor.name}}", 32 | "widgets": "Fusion" 33 | } 34 | {%- elif variant == "themeStyle.css" -%} 35 | /* 36 | * SPDX-FileCopyrightText: {{file_copyright_text}} 37 | * 38 | * SPDX-License-Identifier: {{license_identifier}} 39 | */ 40 | 41 | QToolTip { 42 | color: #{{text.hex}}; 43 | background-color: #{{surface0.hex}}; 44 | border: 1px solid #{{surface0.hex}} 45 | } 46 | {%- else -%} 47 | SPDX-FileCopyrightText: {{file_copyright_text}} 48 | 49 | SPDX-License-Identifier: {{license_identifier}} 50 | {% endif %} 51 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 |

15 |
16 |
23 |
27 |
31 |
35 |
75 |
76 |
79 | Copyright © 2021-present Catppuccin Org 80 |
81 | 82 | 85 | --------------------------------------------------------------------------------