diff options
Diffstat (limited to 'config/newsboat')
| -rw-r--r-- | config/newsboat/config | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/config/newsboat/config b/config/newsboat/config index 824bca2..497dede 100644 --- a/config/newsboat/config +++ b/config/newsboat/config @@ -12,13 +12,21 @@ bind-key g home bind-key G end # solarized color-scheme -color background default default -color listnormal default default -color listnormal_unread default default -color listfocus black cyan -color listfocus_unread black cyan -color info default black -color article default default +# color background default default +# color listnormal default default +# color listnormal_unread default default +# color listfocus black cyan +# color listfocus_unread black cyan +# color info default black +# color article default default + +# gruvbox kinda (from Luke Smith's config) +color listnormal cyan default +color listfocus black yellow standout bold +color listnormal_unread blue default +color listfocus_unread yellow default bold +color info red black bold +color article white default bold highlight article "^(Title):.*$" blue default highlight article "https?://[^ ]+" red default |
