Skip to content

Latest commit

 

History

21 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo
Catppuccin for Hyprland

Previews

🌻 Latte
🪴 Frappé
🌺 Macchiato
🌿 Mocha

Usage

Important

Since Hyprland 0.55, Hyprland configuration is done in Lua. For the legacy .conf format, please visit and follow the instructions on the v1.3 tag.

  1. Download the theme for your desired flavour, e.g. catppuccin-mocha.lua (from the release or from themes/lua/ after cloning)
  2. Copy it into your Hyprland config, e.g. ~/.config/hypr/themes/catppuccin-mocha.lua
  3. Load it from your hyprland.lua
local colors = require('themes.catppuccin-mocha')
  1. Use colors
-- Non-alpha values are already in Hyprland's rgb(...) format.
local base = colors.base

-- Alpha values are hex without transparency; append the alpha, eg. `ee` and wrap in rgba(...).
local surface0_ee = rgba(colors.surface0Alpha .. 'ee')

🙋 FAQ

  • Q: "Hyprland doesn't work with the colors"
    A: Make sure you are loading the correct theme file for your Hyprland version (.lua for >= 0.55) and referencing the values correctly (e.g. colors.base).

💝 Thanks to

 

Copyright © 2021-present Catppuccin Org

About

🌻 Soothing pastel theme for Hyprland

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

426 stars

Watchers

4 watching

Forks

Releases

Sponsor this project

Contributors

Languages