Added newsboat config theme

Author Mitja Felicijan <mitja.felicijan@gmail.com> 2024-03-22 10:53:57 +0100
Committer Mitja Felicijan <mitja.felicijan@gmail.com> 2024-03-22 10:53:57 +0100
Commit a4895962bfcac4e34dbb8a4d091e8b53812b09c0 (patch)
-rw-r--r-- README.md 1
-rw-r--r-- alacritty.yml 2
-rw-r--r-- newsboat 17
3 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
...
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
...
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
  
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