diff options
Diffstat (limited to '.config/newsboat/config')
-rw-r--r-- | .config/newsboat/config | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index 4ca9207..6c3ed04 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -7,7 +7,7 @@ scrolloff 5 # externel browser #browser "w3m %u" -browser "$XDG_CONFIG_HOME/newsboat/custom-xdg-open %u" +browser "xdg-open %u" unbind-key n bind-key n next-unread @@ -50,6 +50,13 @@ highlight article "^(Feed|Title|Author|Link|Date): .+" blue default bold highlight article "^(Feed|Title|Author|Link|Date):" green default bold highlight article "https?://[^ ]+" red default highlight article "\\[image\\ [0-9]+\\]" green default +# highlight article "^>.*" default default dim +highlight article "^>.*" color61 default +# Git +highlight article "^[-].*" red default +highlight article "^[+].*" green default +highlight article "^(diff --git).*" default default bold +highlight article "^(@@ ).*" default default bold color listnormal_unread cyan default color info white black bold |