mirror of
https://github.com/kmein/niveum
synced 2026-03-18 02:51:08 +01:00
feat(newsboat): tweaks from tallguyjenks
This commit is contained in:
@@ -6,6 +6,7 @@ let
|
|||||||
|
|
||||||
newsboat-config = pkgs.writeText "config" ''
|
newsboat-config = pkgs.writeText "config" ''
|
||||||
auto-reload no
|
auto-reload no
|
||||||
|
prepopulate-query-feeds yes
|
||||||
|
|
||||||
# dont keep a search history
|
# dont keep a search history
|
||||||
history-limit 0
|
history-limit 0
|
||||||
@@ -38,6 +39,13 @@ let
|
|||||||
|
|
||||||
save-path ${newsboat-home}/saved/
|
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 background white black
|
||||||
color listnormal white black
|
color listnormal white black
|
||||||
color listnormal_unread white black bold
|
color listnormal_unread white black bold
|
||||||
|
|||||||
Reference in New Issue
Block a user