diff options
author | Matthew Lemon <y@yulqen.org> | 2023-09-30 16:43:36 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-09-30 16:43:36 +0100 |
commit | 7b2ebf3d96c7567a6fbc56689f83e027c3e53bc4 (patch) | |
tree | 79ac88def34cecf07c0b757a9a27973ac115dd3b /newsboat/config | |
parent | 0a678d8997bb3825e625eabc8d63cf261c09fdcb (diff) |
Fixes colour in newsboat
Diffstat (limited to 'newsboat/config')
-rw-r--r-- | newsboat/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/newsboat/config b/newsboat/config index 60bb61c..6473643 100644 --- a/newsboat/config +++ b/newsboat/config @@ -37,9 +37,9 @@ bind-key x pb-delete refresh-on-startup no define-filter "Linux articles" "title =~ \"Linux\"" -color info color15 color6 +#color info color15 color6 #macro y set browser "mpv %u"; open-in-browser ; set browser "elinks %u" -color listfocus color15 color0 +#color listfocus color15 color0 #color listfocus black green # color listfocus_unread black green bold #highlight-article "title =~ \"Productivity\"" white red bold |