# Rss reader newsboat max-items 100 browser w3m show-read-feeds no # Newsboat colour scheme to work with the Gruvbox palette # Inspired by the vim theme https://github.com/morhetz/gruvbox # Tested with the Kitty gruvbox terminal colour scheme # https://github.com/wdomitrz/kitty-gruvbox-theme color background color223 color0 color listnormal color223 color0 color listnormal_unread color2 color0 color listfocus color223 color237 color listfocus_unread color223 color237 color info color75 color0 color article color223 color0 # highlights highlight article "^(Feed|Link):.*$" color11 default bold highlight article "^(Title|Date|Author):.*$" color11 default bold highlight article "https?://[^ ]+" color2 default underline highlight article "\\[[0-9]+\\]" color2 default bold highlight article "\\[image\\ [0-9]+\\]" color2 default bold highlight feedlist "^─.*$" color6 color6 bold # The prefix key is , so you have to press comma before any macros # Remember to change the browser here when changing the default browser macro F set browser "firefox %u" ; open-in-browser ; set browser "w3m %u" # Keybindings unbind-key R bind-key ^R reload-all bind-key k up all bind-key j down all