mirror of
https://github.com/kmein/niveum
synced 2026-03-18 19:11:08 +01:00
feat(newsboat): simpler formatting
This commit is contained in:
@@ -239,11 +239,11 @@ in {
|
|||||||
color index red default '.*'
|
color index red default '.*'
|
||||||
color index_flags lightcyan default '.*'
|
color index_flags lightcyan default '.*'
|
||||||
color index_author yellow default '.*'
|
color index_author yellow default '.*'
|
||||||
color index_subject lightblack default '.*'
|
color index_subject white default '.*'
|
||||||
|
|
||||||
# New mail is boldened:
|
# New mail is boldened:
|
||||||
color index_author lightyellow black "~N"
|
color index_author lightyellow default "~N"
|
||||||
color index_subject lightwhite black "~N"
|
color index_subject lightwhite default "~N"
|
||||||
|
|
||||||
# Flagged mail is highlighted:
|
# Flagged mail is highlighted:
|
||||||
color index_flags lightmagenta default '~F'
|
color index_flags lightmagenta default '~F'
|
||||||
|
|||||||
@@ -50,7 +50,7 @@
|
|||||||
save-path ${newsboat-home}/saved/
|
save-path ${newsboat-home}/saved/
|
||||||
|
|
||||||
highlight all "---.*---" yellow default
|
highlight all "---.*---" yellow default
|
||||||
highlight feedlist ".*(0/0))" black default
|
# highlight feedlist ".*(0/0))" default default
|
||||||
highlight article "^Title:.*" yellow default bold
|
highlight article "^Title:.*" yellow default bold
|
||||||
highlight article "^Author:.*" yellow default
|
highlight article "^Author:.*" yellow default
|
||||||
highlight article "^Flags:.*" red default
|
highlight article "^Flags:.*" red default
|
||||||
@@ -58,13 +58,9 @@
|
|||||||
highlight article "\\[image [0-9][0-9]*\\]" color109 default bold
|
highlight article "\\[image [0-9][0-9]*\\]" color109 default bold
|
||||||
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 default bold
|
highlight article "\\[embedded flash: [0-9][0-9]*\\]" color66 default bold
|
||||||
|
|
||||||
color background white default
|
|
||||||
color listnormal white default
|
|
||||||
color listnormal_unread white default bold
|
|
||||||
color listfocus blue default
|
color listfocus blue default
|
||||||
color listfocus_unread blue default bold
|
color listfocus_unread blue default bold
|
||||||
color info red default bold
|
color info red default bold
|
||||||
color article white default
|
|
||||||
'';
|
'';
|
||||||
in {
|
in {
|
||||||
nixpkgs.config.packageOverrides = pkgs: {
|
nixpkgs.config.packageOverrides = pkgs: {
|
||||||
|
|||||||
Reference in New Issue
Block a user