diff options
author | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
---|---|---|
committer | Sn4il <sn4il@thedroth.rocks> | 2024-03-08 10:19:14 +0300 |
commit | d319d894da2be96eaca81aeca62c4f53bb528c56 (patch) | |
tree | dfcdf7e377279975fe03ec481126f38b93963f0d /newsboat | |
parent | 4f30cb66ec97ba242ff87c8c0a148d4860b52a9b (diff) | |
download | dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.tar.gz dotfiles-d319d894da2be96eaca81aeca62c4f53bb528c56.zip |
light themes
Diffstat (limited to 'newsboat')
-rw-r--r-- | newsboat/config | 32 |
1 files changed, 5 insertions, 27 deletions
diff --git a/newsboat/config b/newsboat/config index 6f50d5c..07ffb99 100644 --- a/newsboat/config +++ b/newsboat/config @@ -1,32 +1,10 @@ -# 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 - # mpv and browser # press , + v for mpv -browser qutebrowser -macro v set browser "setsid -f mpv --really-quiet --no-terminal" ; open-in-browser ; set browser qutebrowser +# browser qutebrowser +# macro v set browser "setsid -f mpv --really-quiet --no-terminal" ; open-in-browser ; set browser qutebrowser +browser "link_handler.sh %u" +confirm-mark-all-feeds-read no +confirm-mark-feed-read no |