# Newsboat colour scheme to work with the Nord palette
# from Arctic Studios - https://github.com/arcticicestudio/nord
# Tested with the Nord kitty terminal colour palette
# Though should work with any terminal using the palette

color background          color15    default
color listnormal          color248   default
color listnormal_unread   color4     default
color listfocus           color0     color4
color listfocus_unread    color0     color4   bold
color info                color12    color0
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 color0 bold


