
Catppuccin for COSMIC Desktop Environment
Clone this repository locally:
git clone https://github.com/catppuccin/cosmic-desktop.gitFollow the instructions below to apply the theme to your desktop and terminal.
- Open COSMIC Settings and navigate to
Desktop -> Appearance. - Click
Importand browse to where you cloned this repository. - Select your desired theme from the themes/cosmic-settings directory.
- Open COSMIC Terminal and navigate to
View -> Color schemes.... - Click
Importand browse to where you cloned this repository. - Select your desired theme from the themes/cosmic-term directory.
The themes included in this repository are generated via catppuccin/whiskers. To learn how to modify the generated themes, follow the instructions listed below:
-
Install catppuccin/whiskers.
-
Navigate to the root of this respository.
-
Run
whiskerswith--overridesset to a JSON object with your desired options, for example:whiskers templates/cosmic-settings.tera --overrides='{"roundness": "square", "window_hint_color": "peach", "bg_alpha": 0.8}'
accent: The primary/accent color. May be any of the Catppuccin palette color names, or a list of color names. Defaults to rendering a version of the theme for every palette accent color.roundness: The roundness of the corners. Can beround,slightlyround, orsquare. Defaults toround.window_hint_color: The color of the window hint. May be any of the Catppuccin palette color names. Defaults to matching the accent color.bg_alpha: The alpha value (opacity) of the window background color. Must be a float between0.0and1.0. Defaults to1.0.frosted: Enables blurred transparency. Must be a boolean. Defaults tofalse.outer_gap_size: Compositor outer gap size. Must be an integer. Defaults to0.inner_gap_size: Compositor inner gap size. Must be an integer. Defaults to8.active_hint_size: Compositor active window hint outline width. Must be an integer. Defaults to3.
You can also use whiskers with --flavor to only render a single flavor (latte, frappe, macchiato, mocha).
By default, a version of the theme for all 4 flavors will be rendered.
Copyright © 2021-present Catppuccin Org




