diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2022-08-29 17:42:49 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2022-08-29 17:42:49 +0100 |
commit | 14f3d78216b71b13ea5eb959c10634a16dc29298 (patch) | |
tree | 74313d23494bf5780e1a2473356d2319ac291a7d /newsboat/config | |
parent | adda8eb9f90293f4e51d00e89ad523b73d6c620b (diff) |
moved to light background on x220
Diffstat (limited to '')
-rw-r--r-- | newsboat/config | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/newsboat/config b/newsboat/config index 21d4382..7f981bc 100644 --- a/newsboat/config +++ b/newsboat/config @@ -49,14 +49,17 @@ macro m set browser "mpv %u" ; open-in-browser ; set browser "/home/lemon/dotfil # massive hack but it works macro y set browser "get-newsboat-comment.sh %u" ; open-in-browser ; set browser "/home/lemon/dotfiles/lynx/lynx %u" -# solarized -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 light +include /usr/local/share/doc/newsboat/contrib/colorschemes/light + +# # solarized +# 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 confirm-mark-all-feeds-read no confirm-mark-feed-read no |