From 7db9e06c3b6a475eb25902482e99ea3f99aa594f Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 21 May 2023 08:59:09 +0200 Subject: Farbschema für Newsboat MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- newsboat/config | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) 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" cp -R nvim "$CONFIG" # zsh -cp zsh/zshenv ~/.zshenv +cp zsh/zshenv ~/.zshenv mkdir -p "$CONFIG/zsh" cp 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 macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" +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 + +# highlights +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 + -- cgit v1.3