1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

fix(newsboat): style

This commit is contained in:
Kierán Meinhardt
2020-05-03 00:17:20 +02:00
parent 4ba5a08a26
commit 338ce8d0aa

View File

@@ -5,7 +5,14 @@ let
linkhandler-bin = "${scripts.linkhandler}/bin/linkhandler";
newsboat-config = pkgs.writeText "config" ''
auto-reload yes
auto-reload no
# dont keep a search history
history-limit 0
datetime-format %F
text-width 85
external-url-viewer "${pkgs.urlscan}/bin/urlscan -dc -r '${linkhandler-bin} {}'"
browser ${linkhandler-bin}
@@ -31,11 +38,13 @@ let
save-path ${newsboat-home}/saved/
color listnormal cyan default
color listfocus black yellow standout bold
color listnormal_unread blue default
color listfocus_unread yellow default bold
color background white black
color listnormal white black
color listnormal_unread white black bold
color listfocus blue black
color listfocus_unread blue black bold
color info red black bold
color article white black
'';
in
{