Created
May 16, 2019 23:51
-
-
Save henriquegogo/99cd88b1420969d66b336746a91ea8b6 to your computer and use it in GitHub Desktop.
Newsboat config file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
browser w3m | |
# Newsboat colour scheme to work with the Nord palette | |
# from Arctic Studios - https://github.com/arcticicestudio/nord | |
# Tested with the iTerm2 Nord terminal colour scheme | |
# https://github.com/arcticicestudio/nord-iterm2 | |
# though should work with any terminal using the palette | |
color background color236 default | |
color listnormal color248 default | |
color listnormal_unread color6 default | |
color listfocus color236 color12 | |
color listfocus_unread color15 color12 | |
color info color248 color236 | |
color article color248 default | |
# highlights | |
highlight article "^(Feed|Link):.*$" color6 default bold | |
highlight article "^(Title|Date|Author):.*$" color6 default bold | |
highlight article "https?://[^ ]+" color10 default underline | |
highlight article "\\[[0-9]+\\]" color10 default bold | |
highlight article "\\[image\\ [0-9]+\\]" color10 default bold | |
highlight feedlist "^─.*$" color6 color236 bold |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Great stuff thanks very much