summaryrefslogtreecommitdiff
path: root/home/xyz/.config/newsboat
diff options
context:
space:
mode:
authorXiao Pan <gky44px1999@gmail.com>2024-04-15 01:48:41 -0700
committerXiao Pan <gky44px1999@gmail.com>2024-04-15 01:48:41 -0700
commite3195738f2b9424e2d4de5aef889d4ddca010336 (patch)
treed2a0af3acabe0c4008baa12e22b0f3e596b05914 /home/xyz/.config/newsboat
parentb5628b6609b68283531403727403f0cf21f25610 (diff)
newsboat: black instead of yellow/white on blue for higher contrast
Diffstat (limited to 'home/xyz/.config/newsboat')
-rw-r--r--home/xyz/.config/newsboat/config13
1 files changed, 13 insertions, 0 deletions
diff --git a/home/xyz/.config/newsboat/config b/home/xyz/.config/newsboat/config
index 9b1b5924..1e8ddf64 100644
--- a/home/xyz/.config/newsboat/config
+++ b/home/xyz/.config/newsboat/config
@@ -29,4 +29,17 @@ highlight feedlist "---.*---" red default bold
#highlight feedlist "===.*===" red default bold
highlight feedlist ".*0/0.." default default invis
+#color background white black
+#color listnormal white black
+color listfocus black blue bold
+#color listnormal_unread white black bold
+color listfocus_unread black blue bold
+color title black blue bold
+color info black blue bold
+color hint-key black blue bold
+color hint-keys-delimiter black blue
+color hint-separator black blue bold
+color hint-description black blue
+#color article white black
+
# vim: ft=sh