diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 09:26:34 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 09:26:34 +0200 |
| commit | a13e8df3fad26543969712194324db084a183984 (patch) | |
| tree | 20f0fa682822247067917922c2bc55e92d99c05b /rofi | |
| parent | 4773d86fbe895b412b867023a15718acc65ad9ab (diff) | |
| download | unified-desktop-theme-a13e8df3fad26543969712194324db084a183984.tar.gz unified-desktop-theme-a13e8df3fad26543969712194324db084a183984.zip | |
feat: add Catppuccin Macchiato palette for rofi
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq
Diffstat (limited to 'rofi')
| -rw-r--r-- | rofi/udt/palette.rasi | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/rofi/udt/palette.rasi b/rofi/udt/palette.rasi new file mode 100644 index 0000000..4a95fea --- /dev/null +++ b/rofi/udt/palette.rasi @@ -0,0 +1,41 @@ +/* + * Catppuccin Macchiato palette for rofi. + * Copyright (C) 2026 Danilo M. <danix@danix.xyz> + * Licensed under the GNU General Public License v2 only. + * + * Source: https://github.com/catppuccin/palette + * Structural colors only. The accent lives in accent.rasi and is generated. + */ + +* { + base: #24273aff; + mantle: #1e2030ff; + crust: #181926ff; + + text: #cad3f5ff; + subtext1: #b8c0e0ff; + subtext0: #a5adcbff; + + overlay2: #939ab7ff; + overlay1: #8087a2ff; + overlay0: #6e738dff; + + surface2: #5b6078ff; + surface1: #494d64ff; + surface0: #363a4fff; + + rosewater: #f4dbd6ff; + flamingo: #f0c6c6ff; + pink: #f5bde6ff; + mauve: #c6a0f6ff; + red: #ed8796ff; + maroon: #ee99a0ff; + peach: #f5a97fff; + yellow: #eed49fff; + green: #a6da95ff; + teal: #8bd5caff; + sky: #91d7e3ff; + sapphire: #7dc4e4ff; + blue: #8aadf4ff; + lavender: #b7bdf8ff; +} |
