# A simple color scheme designed to work well with pretty much any terminal:
#   Uses the basic 16 ANSI colors
#   Works with dark and light (inverted) terminal color schemes
#   Avoids color-on-color text
#   Avoids blue and yellow as those are often too bright or too dim
#   Works with Linux framebuffer terminal despite it being weird with bold text

color background         default default
color listnormal         default default
color listnormal_unread  color15 default bold
color listfocus          green   default reverse
color listfocus_unread   color10 default reverse bold
color title              cyan    default reverse
color info               magenta default reverse
color hint-description   magenta default
color article            default default
color end-of-text-marker color8  default

# Highlight URLs with regex
highlight article "[a-z]+://[^ ]+" green default underline
