diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-30 12:55:46 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-30 12:55:46 +0000 |
commit | 7a87e6641348724b07a1cf48b10fcdae1466e40c (patch) | |
tree | 7132705b06f0df77f9b153ddbfe6ed6a401292c1 /newsboat/config | |
parent | e3e2d99430ecb2a7d2026268dc94704d11df9209 (diff) |
Returns newsboat to default colours
Diffstat (limited to 'newsboat/config')
-rw-r--r-- | newsboat/config | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/newsboat/config b/newsboat/config index acea12b..e806562 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 yellow blue bold -color listnormal_unread white black -color listfocus_unread black blue bold -color title yellow blue bold -color info yellow blue bold -color hint-key yellow blue bold -color hint-keys-delimiter yellow white -color hint-separator yellow white bold -color hint-description yellow white -color article white black +# color background white black +# color listnormal white black +# color listfocus yellow blue bold +# color listnormal_unread white black +# color listfocus_unread black blue bold +# color title yellow blue bold +# color info yellow blue bold +# color hint-key yellow blue bold +# color hint-keys-delimiter yellow white +# color hint-separator yellow white bold +# color hint-description yellow white +# color article white black refresh-on-startup no define-filter "Linux articles" "title =~ \"Linux\"" |