From cfdcdcef5d05eac94251e33deeb370e1368f7b63 Mon Sep 17 00:00:00 2001 From: Kevin Riggle Date: Mon, 5 May 2008 11:29:25 -0400 Subject: [PATCH] I can't read the yellow-on-cyan subject lines of starred messages when the cursor is on them -- make them blue-on-cyan instead. --- lib/sup/colormap.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/sup/colormap.rb b/lib/sup/colormap.rb index 9c6869a..06050f3 100644 --- a/lib/sup/colormap.rb +++ b/lib/sup/colormap.rb @@ -42,7 +42,7 @@ class Colormap when Curses::COLOR_BLUE Curses::COLOR_WHITE when Curses::COLOR_YELLOW, Curses::COLOR_GREEN - fg + Curses::COLOR_BLUE else Curses::COLOR_BLACK end -- 1.5.2.5