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

feat(newsboat): tweaks from tallguyjenks

This commit is contained in:
Kierán Meinhardt
2020-05-15 08:06:51 +02:00
parent b7881ac9af
commit e4139569d5

View File

@@ -6,6 +6,7 @@ let
newsboat-config = pkgs.writeText "config" ''
auto-reload no
prepopulate-query-feeds yes
# dont keep a search history
history-limit 0
@@ -38,6 +39,13 @@ let
save-path ${newsboat-home}/saved/
highlight article "^Title:.*" yellow black bold
highlight article "^Author:.*" yellow black
highlight article "^Flags:.*" red black
highlight article "\\[[0-9][0-9]*\\]" color66 default bold
highlight article "\\[image [0-9][0-9]*\\]" color109 default bold
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 default bold
color background white black
color listnormal white black
color listnormal_unread white black bold