diff options
Diffstat (limited to 'newsboat')
-rw-r--r-- | newsboat/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newsboat/config b/newsboat/config index 4126070..2779609 100644 --- a/newsboat/config +++ b/newsboat/config @@ -29,8 +29,8 @@ define-filter "Linux articles" "title =~ \"Linux\"" color info color15 color6 #macro y set browser "mpv %u"; open-in-browser ; set browser "elinks %u" #color listfocus color15 color0 -color listfocus color14 color0 -color listfocus_unread color15 color0 bold +color listfocus black green +color listfocus_unread black green bold #highlight-article "title =~ \"Productivity\"" white red bold #highlight-article "title =~ \"Setup\"" yellow red bold #highlight all "Linux" yellow red bold |