From 60fabc742a7b92f6d8f373a426637af89ae4ec11 Mon Sep 17 00:00:00 2001 From: Joseph Date: Wed, 28 Aug 2024 10:00:28 +0800 Subject: [PATCH] add [neo]mutt colorschemes --- README.md | 1 + extra/citruszest_mutt | 44 ++++++++++++++++++++++++++++++++++++++++ extra/citruszest_mutt256 | 43 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 88 insertions(+) create mode 100644 extra/citruszest_mutt create mode 100644 extra/citruszest_mutt256 diff --git a/README.md b/README.md index 84e7a99..aecc242 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ lualine.setup { - [Alacritty](https://alacritty.org/) user can use [this](extra/citruszest_alacritty.toml). - [Konsole](https://konsole.kde.org/) user put [this](extra/Citruszest.colorscheme) into `~/.local/share/konsole/` and then select the theme on Konsole's profile settings - [Wezterm](https://wezfurlong.org/wezterm/index.html) users can use [this](extra/citruszest_wezterm.toml) +- [Mutt](http://www.mutt.org/)/[Neomutt](https://neomutt.org/) users can add [this](extra/citruszest_mutt) (or the [256 color](extra/citruszest_mutt256) version) to their `[neo]muttrc` ## :art: Colors diff --git a/extra/citruszest_mutt b/extra/citruszest_mutt new file mode 100644 index 0000000..0c57bd5 --- /dev/null +++ b/extra/citruszest_mutt @@ -0,0 +1,44 @@ +# requires TERM=xterm-direct +set color_directcolor = yes + +color attachment #00bfff #121212 +color bold #bfbfbf #121212 +color error #ff5454 #121212 +color hdrdefault #bfbfbf #121212 +color indicator #bfbfbf #363636 +color markers #a1a1a1 #121212 +color normal #bfbfbf #121212 +color quoted #bfbfbf #121212 +color quoted1 #00ffff #121212 +color quoted2 #bfbfbf #121212 +color quoted3 #00ffff #121212 +color quoted4 #bfbfbf #121212 +color quoted5 #00ffff #121212 +color search #121212 #ff7431 +color sidebar_divider #bfbfbf #121212 +color sidebar_new #00cc7a #121212 +color signature #00ffff #121212 +color status #121212 #bfbfbf +color tilde #a1a1a1 #121212 +color tree #00cc7a #121212 +color underline #bfbfbf #595959 + +color index #00ffff #121212 ~O # old +color index #00bfff #121212 ~P # from me +color index #00cc7a #121212 ~N # new +color index #ff5454 #121212 ~= # duplicate +color index #af74ee #121212 ~Q # replied +color index #ffd700 #121212 ~F # flagged +color index #121212 #ff5454 ~D # deleted +color index #121212 #bfbfbf ~T # tagged + +color header #00ffff #121212 "^Received:" +color header #00ffff #121212 "^X-Spam-Status:" +color header #00cc7a #121212 "^Subject:" +color header #ffd700 #121212 "^(To:|From:)" + +color compose header #bfbfbf #121212 +color compose security_encrypt #af74ee #121212 +color compose security_sign #00bfff #121212 +color compose security_both #00cc7a #121212 +color compose security_none #ff7431 #121212 diff --git a/extra/citruszest_mutt256 b/extra/citruszest_mutt256 new file mode 100644 index 0000000..64080a0 --- /dev/null +++ b/extra/citruszest_mutt256 @@ -0,0 +1,43 @@ +# this is only a best effort attempt to replicate the palette in 256 colors + +color attachment color255 color233 +color bold color255 color233 +color error color255 color233 +color hdrdefault color255 color233 +color indicator color255 color238 +color markers color255 color233 +color normal color255 color233 +color quoted color255 color233 +color quoted1 color51 color233 +color quoted2 color255 color233 +color quoted3 color51 color233 +color quoted4 color255 color233 +color quoted5 color51 color233 +color search color233 color255 +color sidebar_divider color255 color233 +color sidebar_new color255 color233 +color signature color51 color233 +color status color233 color255 +color tilde color255 color233 +color tree color255 color233 +color underline color255 color255 + +color index color51 color233 ~O # old +color index color33 color233 ~P # from me +color index color255 color233 ~N # new +color index color255 color233 ~= # duplicate +color index color135 color233 ~Q # replied +color index color220 color233 ~F # flagged +color index color233 color255 ~D # deleted +color index color233 color255 ~T # tagged + +color header color51 color233 "^Received:" +color header color51 color233 "^X-Spam-Status:" +color header color255 color233 "^Subject:" +color header color220 color233 "^(To:|From:)" + +color compose header color255 color233 +color compose security_encrypt color255 color233 +color compose security_sign color255 color233 +color compose security_both color255 color233 +color compose security_none color255 color233