Skip to content

Commit

Permalink
Merge pull request #30 from hejops/main
Browse files Browse the repository at this point in the history
add [neo]mutt colorschemes
  • Loading branch information
zootedb0t authored Aug 28, 2024
2 parents 2128952 + 60fabc7 commit d12c99f
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
44 changes: 44 additions & 0 deletions extra/citruszest_mutt
Original file line number Diff line number Diff line change
@@ -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
43 changes: 43 additions & 0 deletions extra/citruszest_mutt256
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit d12c99f

Please sign in to comment.