diff options
author | Matthew Lemon <y@yulqen.org> | 2023-10-15 19:17:40 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2023-10-15 19:17:40 +0100 |
commit | ae36f28756b850e02555bc1b7e9b272f620eac8b (patch) | |
tree | 87cd69f92aa8efeedeab6554f9c21ffe608f51ca /newsboat/config | |
parent | 37fdc5387972ef7df748ae217475d59912cbfef6 (diff) |
Fixed colours in newsboat
Diffstat (limited to 'newsboat/config')
-rw-r--r-- | newsboat/config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/newsboat/config b/newsboat/config index 004bc13..acea12b 100644 --- a/newsboat/config +++ b/newsboat/config @@ -35,6 +35,20 @@ bind-key D pb-download 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 + refresh-on-startup no define-filter "Linux articles" "title =~ \"Linux\"" #color info color15 color6 |