aboutsummaryrefslogtreecommitdiffstats
path: root/rofi/udt/palette.rasi
diff options
context:
space:
mode:
Diffstat (limited to 'rofi/udt/palette.rasi')
-rw-r--r--rofi/udt/palette.rasi41
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;
+}