sup

A curses threads-with-tags style email client

sup.git

git clone https://supmua.dev/git/sup/
commit 52c91c3ad8c832f00c7e63b5e6a601c2eabfc3f7
parent a8c5c564176e5dc1eb8a78d215f17485dfd82cbe
Author: William Morgan <wmorgan-sup@masanjin.net>
Date:   Mon, 23 Mar 2009 08:35:19 -0700

Merge branch 'default-colors' into next

Diffstat:
M lib/sup/colormap.rb | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/sup/colormap.rb b/lib/sup/colormap.rb
@@ -23,9 +23,9 @@ class Colormap
     :labellist_new => { :fg => "white", :bg => "default", :attrs => ["bold"] },
     :twiddle => { :fg => "blue", :bg => "default" },
     :label => { :fg => "yellow", :bg => "default" },
-    :message_patina => { :fg => "default", :bg => "green" },
-    :alternate_patina => { :fg => "default", :bg => "blue" },
-    :missing_message => { :fg => "default", :bg => "red" },
+    :message_patina => { :fg => "black", :bg => "green" },
+    :alternate_patina => { :fg => "black", :bg => "blue" },
+    :missing_message => { :fg => "black", :bg => "red" },
     :attachment => { :fg => "cyan", :bg => "default" },
     :cryptosig_valid => { :fg => "yellow", :bg => "default", :attrs => ["bold"] },
     :cryptosig_unknown => { :fg => "cyan", :bg => "default" },
@@ -46,7 +46,7 @@ class Colormap
     :completion_character => { :fg => "white", :bg => "default", :attrs => ["bold"] },
     :horizontal_selector_selected => { :fg => "yellow", :bg => "default", :attrs => ["bold"] },
     :horizontal_selector_unselected => { :fg => "cyan", :bg => "default" },
-    :search_highlight => { :fg => "default", :bg => "yellow", :attrs => ["bold"] }
+    :search_highlight => { :fg => "black", :bg => "yellow", :attrs => ["bold"] }
   }
   
   def initialize