aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh2
-rw-r--r--newsboat/config19
2 files changed, 20 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index e388c09..3d2392b 100755
--- a/install.sh
+++ b/install.sh
@@ -14,7 +14,7 @@ cp -R tmux "$CONFIG"
14cp -R nvim "$CONFIG" 14cp -R nvim "$CONFIG"
15 15
16# zsh 16# zsh
17cp zsh/zshenv ~/.zshenv 17cp zsh/zshenv ~/.zshenv
18 18
19mkdir -p "$CONFIG/zsh" 19mkdir -p "$CONFIG/zsh"
20cp zsh/zshrc "$CONFIG/zsh/.zshrc" 20cp zsh/zshrc "$CONFIG/zsh/.zshrc"
diff --git a/newsboat/config b/newsboat/config
index c1ad577..f05c8f5 100644
--- a/newsboat/config
+++ b/newsboat/config
@@ -9,3 +9,22 @@ confirm-mark-feed-read no
9 9
10macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" 10macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u"
11 11
12color background default default
13color listnormal color255 default
14color listfocus color238 color255 standout
15color listnormal_unread color47 default
16color listfocus_unread color238 color47 standout
17color info color141 color236
18
19# highlights
20highlight all "---.*---" yellow
21highlight feedlist ".*(0/0))" black
22highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold
23highlight article "https?://[^ ]+" yellow default
24highlight article "\\[[0-9][0-9]*\\]" magenta default bold
25highlight article "\\[image\\ [0-9]+\\]" green default bold
26highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold
27highlight article ":.*\\(link\\)$" cyan default
28highlight article ":.*\\(image\\)$" blue default
29highlight article ":.*\\(embedded flash\\)$" magenta default
30