diff options
| -rw-r--r-- | README.md | 1 | ||||
| -rw-r--r-- | alacritty.yml | 2 | ||||
| -rw-r--r-- | newsboat | 17 |
3 files changed, 19 insertions, 1 deletions
| @@ -14,4 +14,5 @@ ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh | |||
| 14 | ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml | 14 | ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml |
| 15 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf | 15 | ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf |
| 16 | ln -s ~/.dotfiles/vimrc ~/.vimrc | 16 | ln -s ~/.dotfiles/vimrc ~/.vimrc |
| 17 | ln -s ~/.dotfiles/newsboat ~/.newsboat/config | ||
| 17 | ``` | 18 | ``` |
diff --git a/alacritty.yml b/alacritty.yml index 0710cb4..fbd9f4a 100644 --- a/alacritty.yml +++ b/alacritty.yml | |||
| @@ -7,7 +7,7 @@ window: | |||
| 7 | lines: 60 | 7 | lines: 60 |
| 8 | 8 | ||
| 9 | font: | 9 | font: |
| 10 | size: 14 | 10 | size: 16 |
| 11 | normal: | 11 | normal: |
| 12 | family: Berkeley Mono | 12 | family: Berkeley Mono |
| 13 | bold: | 13 | bold: |
diff --git a/newsboat b/newsboat new file mode 100644 index 0000000..6a238be --- /dev/null +++ b/newsboat | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | color background default default | ||
| 2 | color listnormal color255 default | ||
| 3 | color listfocus color238 color255 standout | ||
| 4 | color listnormal_unread color47 default | ||
| 5 | color listfocus_unread color238 color47 standout | ||
| 6 | color info color141 color236 | ||
| 7 | |||
| 8 | highlight all "---.*---" yellow | ||
| 9 | highlight feedlist ".*(0/0))" black | ||
| 10 | highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold | ||
| 11 | highlight article "https?://[^ ]+" yellow default | ||
| 12 | highlight article "\\[[0-9][0-9]*\\]" magenta default bold | ||
| 13 | highlight article "\\[image\\ [0-9]+\\]" green default bold | ||
| 14 | highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold | ||
| 15 | highlight article ":.*\\(link\\)$" cyan default | ||
| 16 | highlight article ":.*\\(image\\)$" blue default | ||
| 17 | highlight article ":.*\\(embedded flash\\)$" magenta default | ||
