]> git.madduck.net Git - etc/neomutt.git/blobdiff - .config/neomutt/colours

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Change colours for dark mode
[etc/neomutt.git] / .config / neomutt / colours
index a74180536e96b448e19a3af5361ffb5cb685358e..e512fb6b719017953267682fde6f84f85c1bd701 100644 (file)
@@ -6,14 +6,14 @@
 #     object   foreground      background
 #
 color normal   default         default # normal text
-color indicator        white           black   # actual message
+color indicator        brightwhite     color8  # actual message
 color tree     default         default # thread arrows
-color status   brightwhite     black   # status line
+color status   white           black   # status line
 color error    brightred       default # errors
 color message  default         default # info messages
 color signature        blue            default # signature
-color attachment       brightblack     default # MIME attachments
-color search   brightblack     yellow  # search matches
+color attachment       yellow          default # MIME attachments
+color search   yellow          default # search matches
 color tilde    brightmagenta   default # ~ at bottom of msg
 color markers  white           default # + at beginning of wrapped lines
 color hdrdefault       blue            default # default header lines
@@ -43,7 +43,7 @@ color body    green           default "(^| )_[-a-z0-9_]+_[,.?]?[ \n]"
 
 uncolor index  *               # unset all color index entries
 
-color index    brightblack     default "~T"
+color index    yellow  default "~T"
 color index    red             default "~N|~O"
 color index    brightred       default "~T (~N|~O)"
 color index    white           blue    "~F"
@@ -53,8 +53,8 @@ color index   brightwhite     red     "~T (~N|~O) ~F"
 color index    cyan            default "~D"
 color index    brightcyan      default "~T ~D"
 
-folder-hook .   "uncolor index brightblack default '!~D !~P'"
-folder-hook store "color index brightblack default '!~D !~P'"
+#folder-hook .   "uncolor index brightblack default '!~D !~P'"
+#folder-hook store "color index brightblack default '!~D !~P'"
 
 folder-hook .   "uncolor index brightwhite magenta '~h X-Postponed:'"
 folder-hook store "color index brightwhite magenta '~h X-Postponed:'"