Added Newsbeuter theme
This commit is contained in:
parent
886e305fd6
commit
dfba8cd1d1
|
@ -15,6 +15,7 @@ I have implemented a manual switching mechanism so that I can switch configurati
|
|||
## Applications
|
||||
* [WeeChat](https://github.com/weechat/weechat)
|
||||
* [ncmpc](https://github.com/MusicPlayerDaemon/ncmpc)
|
||||
* [Newsbeuter](https://github.com/akrennmair/newsbeuter)
|
||||
|
||||
# Themes
|
||||
## Master Branch
|
||||
|
@ -51,4 +52,5 @@ stow -t ~ zsh
|
|||
|
||||
stow -t ~ weechat
|
||||
stow -t ~ ncmpc
|
||||
stow -t ~ newsbeuter
|
||||
~~~
|
||||
|
|
|
@ -0,0 +1,12 @@
|
|||
auto-reload yes
|
||||
reload-time 60
|
||||
browser "w3m %u"
|
||||
articlelist-format "%4i %f %D %t"
|
||||
|
||||
color background white black
|
||||
color listnormal white black
|
||||
color listfocus black color73 bold
|
||||
color listnormal_unread color73 black
|
||||
color listfocus_unread black color73 bold
|
||||
color info black color73 bold
|
||||
color article white black
|
Loading…
Reference in New Issue