diff --git a/README.md b/README.md index 8ad5eae5318c28d3f25055974095fcea3141f1f4..644303958767c340630d0b77ad6cbb99bea46c0e 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,5 @@ ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf ln -s ~/.dotfiles/vimrc ~/.vimrc +ln -s ~/.dotfiles/newsboat ~/.newsboat/config ``` diff --git a/alacritty.yml b/alacritty.yml index 0710cb415df47d4eb354808df1870fb5fcde7bfb..fbd9f4aeaca95c9306af97ba337f48098657dda1 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -7,7 +7,7 @@ columns: 130 lines: 60 font: - size: 14 + size: 16 normal: family: Berkeley Mono bold: diff --git a/newsboat b/newsboat new file mode 100644 index 0000000000000000000000000000000000000000..6a238be7b5c85758e95b9dac49bc812bc2e85e46 --- /dev/null +++ b/newsboat @@ -0,0 +1,17 @@ +color background default default +color listnormal color255 default +color listfocus color238 color255 standout +color listnormal_unread color47 default +color listfocus_unread color238 color47 standout +color info color141 color236 + +highlight all "---.*---" yellow +highlight feedlist ".*(0/0))" black +highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold +highlight article "https?://[^ ]+" yellow default +highlight article "\\[[0-9][0-9]*\\]" magenta default bold +highlight article "\\[image\\ [0-9]+\\]" green default bold +highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold +highlight article ":.*\\(link\\)$" cyan default +highlight article ":.*\\(image\\)$" blue default +highlight article ":.*\\(embedded flash\\)$" magenta default