Laptop config: zsh, emacs (with WSL detection for work), ghostty, tmux, ranger, newsboat, neomutt + mbsync + msmtp (Outlook OAuth2), neomutt signature. Work config: emacs with C#/TS/JS/CSS/HTML dev settings for WSL. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
# newsboat config — Catppuccin Mocha
|
|
|
|
# Behaviour
|
|
auto-reload yes
|
|
reload-time 60
|
|
reload-threads 4
|
|
show-read-feeds yes
|
|
confirm-exit yes
|
|
scrolloff 5
|
|
|
|
# Article view
|
|
browser xdg-open
|
|
text-width 80
|
|
|
|
bind-key R reload-all feedlist
|
|
|
|
# Colors — Catppuccin Mocha (256-color)
|
|
# base=235 mantle=234 surface0=237 surface1=238 overlay0=242
|
|
# text=189 subtext1=182 blue=111 green=150 yellow=223 red=211 mauve=183 teal=116
|
|
|
|
color background color189 color235
|
|
color listnormal color189 color235
|
|
color listnormal_unread color111 color235 bold
|
|
color listfocus color235 color111 bold
|
|
color listfocus_unread color235 color183 bold
|
|
color info color223 color237 bold
|
|
color article color189 color235
|
|
|
|
# Highlight article headers
|
|
highlight article "^Feed:.*" color111 color235 bold
|
|
highlight article "^Title:.*" color183 color235 bold
|
|
highlight article "^Author:.*" color150 color235
|
|
highlight article "^Date:.*" color116 color235
|
|
highlight article "^Link:.*" color111 color235 underline
|
|
highlight article "^Flags:.*" color223 color235
|
|
highlight article "\\[image.*\\]" color183 color235 bold
|
|
highlight article "\\[video.*\\]" color216 color235 bold
|