diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2024-04-15 01:48:41 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2024-04-15 01:48:41 -0700 |
commit | e3195738f2b9424e2d4de5aef889d4ddca010336 (patch) | |
tree | d2a0af3acabe0c4008baa12e22b0f3e596b05914 | |
parent | b5628b6609b68283531403727403f0cf21f25610 (diff) |
newsboat: black instead of yellow/white on blue for higher contrast
-rw-r--r-- | home/xyz/.config/newsboat/config | 13 |
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 |