44 lines
1.6 KiB
Plaintext
44 lines
1.6 KiB
Plaintext
|
|
auto-reload yes
|
|
download-path "~/Music/%h/%n"
|
|
max-downloads 3
|
|
player "ncmpcpp"
|
|
|
|
|
|
browser qutebrowser
|
|
macro i set browser "feh %u"; open-in-browser ; set browser "qutebrowser"
|
|
macro w set browser "w3m %u"; open-in-browser ; set browser "qutebrowser"
|
|
|
|
# Dark theme based on Dracula color scheme for newsboat.
|
|
#
|
|
# In order to use this color scheme, you must first configure
|
|
# your terminal emulator to use the Dracula palette.
|
|
# See <https://draculatheme.com/> for more information.
|
|
|
|
color background default default
|
|
color listnormal color255 default
|
|
color listfocus color238 color255 standout
|
|
color listnormal_unread color47 default
|
|
color listfocus_unread color238 color47 standout
|
|
color info color141 color236
|
|
|
|
# highlights
|
|
highlight all "---.*---" yellow
|
|
highlight feedlist ".*(0/0))" black
|
|
highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold
|
|
highlight article "https?://[^ ]+" yellow default
|
|
highlight article "\\[[0-9][0-9]*\\]" magenta default bold
|
|
highlight article "\\[image\\ [0-9]+\\]" green default bold
|
|
highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
|
|
highlight article ":.*\\(link\\)$" cyan default
|
|
highlight article ":.*\\(image\\)$" blue default
|
|
highlight article ":.*\\(embedded flash\\)$" magenta default
|
|
highlight article "^(Flags):.*$" color9 default bold
|
|
|
|
# highlights
|
|
#highlight article "^(Feed|Link):.*$" color14 default bold
|
|
#highlight article "^(Title|Date|Author):.*$" color11 default bold
|
|
#highlight article "https?://[^ ]+" color12 default underline
|
|
#highlight article "\\[[0-9]+\\]" color10 default bold
|
|
#highlight article "\\[image\\ [0-9]+\\]" color9 default bold
|