aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tw/services/desktop.scm2
-rw-r--r--tw/services/files/aerc/catppuccin.conf40
2 files changed, 41 insertions, 1 deletions
diff --git a/tw/services/desktop.scm b/tw/services/desktop.scm
index 5b0bf7a4..95a6c891 100644
--- a/tw/services/desktop.scm
+++ b/tw/services/desktop.scm
@@ -461,7 +461,7 @@ show_border=1
("aerc/aerc.conf" ,(local-file "files/aerc/aerc.conf"))
("aerc/binds.conf" ,(local-file "files/aerc/binds.conf"))
("aerc/filters" ,(local-file "files/aerc/filters" #:recursive? #t))
- ("aerc/stylesets/catppuccin" ,catppuccin-aerc)
+ ("aerc/stylesets/catppuccin" ,(local-file "files/aerc/catppuccin.conf"))
("vdirsyncer/config" ,(local-file "files/vdirsyncer.conf"))
,@(if work? '()
`(("newsboat/config" ,(local-file "files/newsboat.conf"))
diff --git a/tw/services/files/aerc/catppuccin.conf b/tw/services/files/aerc/catppuccin.conf
new file mode 100644
index 00000000..8e355691
--- /dev/null
+++ b/tw/services/files/aerc/catppuccin.conf
@@ -0,0 +1,40 @@
+*.selected.reverse = false
+*.selected.bg = #585b70
+error.fg = #eba0ac
+warning.fg = #fab387
+success.fg = #a6e3a1
+title.fg = default
+title.bold = true
+header.fg = #f5c2e7
+header.bold = true
+
+msglist_read.default = true
+msglist_unread.fg = #a6e3a1
+msglist_flagged.fg = #eba0ac
+msglist_flagged.bold = true
+msglist_deleted.fg = #f38ba8
+msglist_marked.fg = #f5e0dc
+
+dirlist_default.bg = #11111b
+dirlist_unread.fg = #a6e3a1
+dirlist_unread.bg = #11111b
+dirlist_recent.fg = #89dceb
+dirlist_recent.bg = #11111b
+
+tab.bg = #313244
+tab.selected.bold = true
+stack.bg = #6c7086
+spinner.fg = #fab387
+
+statusline_default.bg = #313244
+statusline_error.fg = #eba0ac
+statusline_error.bg = #313244
+statusline_success.fg = #a6e3a1
+statusline_success.bg = #313244
+
+completion_default.bg = #11111b
+# The "gutter" contains the scrollbar of the completion popup.
+completion_gutter.bg = #11111b
+# The "pill" is the part of the scrollbar that indicates progress
+# through the list.
+completion_pill.bg = #585b70