diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-28 16:52:00 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-28 16:52:00 +0000 |
commit | 82629e3f4f4832e59fc9975f3cfe5f2bcaf1365f (patch) | |
tree | 72bf347696b2f84c2f0b97a32fab7f3abed26473 /newsboat/config | |
parent | d7e146619ece85fdb9fede9801dcee94f366cc11 (diff) |
Better colour for alacritty scheme
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 852d8c0..7c0ebd0 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 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 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\"" |