diff options
author | Matthew Lemon <y@yulqen.org> | 2024-04-08 11:05:23 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-04-08 11:05:23 +0100 |
commit | a7b5011d023fdf3597d4c19c4ff6a0c9dfbaa278 (patch) | |
tree | 76abbe4797938e1d21daf6bea3bc08f0d50220f5 /newsboat/config | |
parent | 28ebc3f3d41b24791aefe12bb356ceed5aa8a6bc (diff) |
Default colours in newsboat
Diffstat (limited to '')
-rw-r--r-- | newsboat/config | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/newsboat/config b/newsboat/config index 996b549..0c20a7e 100644 --- a/newsboat/config +++ b/newsboat/config @@ -36,18 +36,18 @@ bind-key U show-urls bind-key x pb-delete # default colours -color background white black -color listnormal white black -color listfocus black green bold -color listnormal_unread white black -color listfocus_unread black green bold -color title black green bold -color info black green bold -color hint-key black green bold -color hint-keys-delimiter black green -color hint-separator black green bold -color hint-description black green -color article white black +#color background white black +#color listnormal white black +#color listfocus black green bold +#color listnormal_unread white black +#color listfocus_unread black green bold +#color title black green bold +#color info black green bold +#color hint-key black green bold +#color hint-keys-delimiter black green +#color hint-separator black green bold +#color hint-description black green +#color article white black refresh-on-startup no define-filter "Linux articles" "title =~ \"Linux\"" |