diff options
| -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 | 
