@@ -72,7 +72,7 @@ active8 = fg (Color240 (255 - 16)) & bold
7272-- we use reverseVideo here to have a legible fallback if the terminal does
7373-- not support the colors (and falls back to black/white)
7474select8 = yellow8 `on` black8 & reverseVideo
75- moo = yellow8 `on` red8 & reverseVideo -- & bold
75+ selectNeg = yellow8 `on` red8 & reverseVideo -- & bold
7676
7777themesList :: [(String , AttrMap )]
7878themesList = [
@@ -91,11 +91,11 @@ themesList = [
9191 , (attrName " help" <> attrName " heading" , fg yellow8)
9292 , (attrName " help" <> attrName " key" , active8)
9393 , (attrName " list" <> attrName " amount" <> attrName " decrease" , fg red8)
94- , (attrName " list" <> attrName " amount" <> attrName " decrease" <> attrName " selected" , moo )
94+ , (attrName " list" <> attrName " amount" <> attrName " decrease" <> attrName " selected" , selectNeg )
9595 , (attrName " list" <> attrName " balance" , currentAttr & bold)
9696 , (attrName " list" <> attrName " balance" <> attrName " negative" , fg red8)
9797 , (attrName " list" <> attrName " balance" <> attrName " positive" , fg black8)
98- , (attrName " list" <> attrName " balance" <> attrName " negative" <> attrName " selected" , moo )
98+ , (attrName " list" <> attrName " balance" <> attrName " negative" <> attrName " selected" , selectNeg )
9999 , (attrName " list" <> attrName " balance" <> attrName " positive" <> attrName " selected" , select8)
100100 , (attrName " list" <> attrName " selected" , select8)
101101 ])
0 commit comments