summaryrefslogtreecommitdiffstats
path: root/.config/aerc/stylesets
diff options
context:
space:
mode:
authorMatt Hunter <m@lfurio.us>2026-01-26 05:15:26 -0500
committerMatt Hunter <m@lfurio.us>2026-01-26 05:15:26 -0500
commit6761dc3070761ba99db7abdc601bbc7e0a02ebcf (patch)
tree6578985b4ecac594a4216e9b9adce8364f8fc316 /.config/aerc/stylesets
parentd632ce70a453138c7f365d24f94a7e2fd6b9b6e2 (diff)
downloadrice-archlinux.tar.gz
rice-archlinux.zip
aerc: Add aerc mail client and configHEADarchlinux
Also add xxd to the list of packages, as it's referenced in the new config files. This is actually an overdue addition to the list anyway, but as there is no package by that name on arch (it's provided by vim), comment it out. It's inclusion in the list should make it more obvious to other branches that may need to uncomment it.
Diffstat (limited to '.config/aerc/stylesets')
-rw-r--r--.config/aerc/stylesets/custom84
1 files changed, 84 insertions, 0 deletions
diff --git a/.config/aerc/stylesets/custom b/.config/aerc/stylesets/custom
new file mode 100644
index 0000000..bb73a98
--- /dev/null
+++ b/.config/aerc/stylesets/custom
@@ -0,0 +1,84 @@
+# vim: ft=dosinit
+#
+# See man 7 aerc-stylesets. Properties are:
+# <color> <t/f/toggle> <apply>
+# .fg .bold .normal
+# .bg .blink .default
+# .underline
+# .italic
+# .dim
+# .reverse
+
+*.default = true
+*.normal = true
+
+*.selected.bg = #13202b
+
+# feedback
+spinner.bold = true
+*error.bold = true
+*error.bg = #6d0000
+*warning.bg = #665e0f
+*success.bg = #196b25
+
+# headings
+title.fg = #6599c6
+title.bold = true
+title.underline = true
+header.fg = #45bc57
+header.bold = true
+
+# borders / statusbars
+border.fg = #15142d
+border.bold = true
+tab.fg = #595959
+tab.bg = #15142d
+tab.selected.default = true
+tab.selected.bold = true
+statusline_default.fg = #595959
+statusline_default.bg = #15142d
+completion_default.bg = #15142d
+
+# message list
+msglist_read.fg = #595959
+msglist_flagged.fg = #e062a5
+msglist_marked.bold = true
+msglist_marked.italic = true
+msglist_result.bg = #08230c
+msglist_result.selected.bg = #164528
+msglist_default.Subject,~^(\[[w-]+]\s*)?\[(RFC )?PATCH.fg = #c9a9f2
+msglist_read.Subject,~^(\[[w-]+]\s*)?\[(RFC )?PATCH.fg = #59496d
+
+# menu selectors
+selector_default.fg = #595959
+selector_focused.bg = #27273a
+selector_focused.bold = true
+selector_chooser.bold = true
+
+
+[viewer]
+*.default = true
+*.normal = true
+
+header.fg = #45bc57
+header.bold = true
+
+url.fg = #efce28
+signature.dim = true
+
+# patches
+diff_meta.bold = true
+diff_chunk.fg = #c9a9f2
+diff_chunk_func.fg = #c9a9f2
+diff_add.fg = #45bc57
+diff_del.fg = #e54e50
+
+# quoted replies
+quote_1.fg = 6
+quote_2.fg = 4
+quote_3.fg = 6
+quote_3.dim = true
+quote_4.fg = 4
+quote_4.dim = true
+quote_x.fg = 5
+quote_x.dim = true