blob: 4a95feae6539f93583fb998dad07293d2a010f11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
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;
}
|