Skip to content

✨ Soothing pastel theme for COSMIC Desktop Environment

License

Notifications You must be signed in to change notification settings

catppuccin/cosmic-desktop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

Clone this repository locally:

git clone https://github.com/catppuccin/cosmic-desktop.git

Follow the instructions below to apply the theme to your desktop and terminal.

COSMIC Desktop Appearance

  1. Open COSMIC Settings and navigate to Desktop -> Appearance.
  2. Click Import and browse to where you cloned this repository.
  3. Select your desired theme from the themes/cosmic-settings directory.

COSMIC Terminal Color Scheme

  1. Open COSMIC Terminal and navigate to View -> Color schemes....
  2. Click Import and browse to where you cloned this repository.
  3. Select your desired theme from the themes/cosmic-term directory.

Generating Custom Configurations

The themes included in this repository are generated via catppuccin/whiskers. To learn how to modify the generated themes, follow the instructions listed below:

  1. Install catppuccin/whiskers.

  2. Navigate to the root of this respository.

  3. Run whiskers with --overrides set 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}'

Available Settings

  • 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 be round, slightlyround, or square. Defaults to round.
  • 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 between 0.0 and 1.0. Defaults to 1.0.
  • frosted: Enables blurred transparency. Must be a boolean. Defaults to false.
  • outer_gap_size: Compositor outer gap size. Must be an integer. Defaults to 0.
  • inner_gap_size: Compositor inner gap size. Must be an integer. Defaults to 8.
  • active_hint_size: Compositor active window hint outline width. Must be an integer. Defaults to 3.

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.

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org