aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2024-03-22 10:53:57 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2024-03-22 10:53:57 +0100
commita4895962bfcac4e34dbb8a4d091e8b53812b09c0 (patch)
tree5180bb3b49809cc97087eeaf40c6c11d53c9a16b
parent1659eb925779c64587017a431f7f80a8cfe75d7d (diff)
downloaddotfiles-a4895962bfcac4e34dbb8a4d091e8b53812b09c0.tar.gz
Added newsboat config theme
-rw-r--r--README.md1
-rw-r--r--alacritty.yml2
-rw-r--r--newsboat17
3 files changed, 19 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8ad5eae..6443039 100644
--- a/README.md
+++ b/README.md
@@ -14,4 +14,5 @@ ln -s ~/.dotfiles/shenanigans.sh ~/.shenanigans.sh
14ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml 14ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml
15ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf 15ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf
16ln -s ~/.dotfiles/vimrc ~/.vimrc 16ln -s ~/.dotfiles/vimrc ~/.vimrc
17ln -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
9font: 9font:
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 @@
1color background default default
2color listnormal color255 default
3color listfocus color238 color255 standout
4color listnormal_unread color47 default
5color listfocus_unread color238 color47 standout
6color info color141 color236
7
8highlight all "---.*---" yellow
9highlight feedlist ".*(0/0))" black
10highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold
11highlight article "https?://[^ ]+" yellow default
12highlight article "\\[[0-9][0-9]*\\]" magenta default bold
13highlight article "\\[image\\ [0-9]+\\]" green default bold
14highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
15highlight article ":.*\\(link\\)$" cyan default
16highlight article ":.*\\(image\\)$" blue default
17highlight article ":.*\\(embedded flash\\)$" magenta default