diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-05-21 08:59:09 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-05-21 08:59:09 +0200 |
| commit | 7db9e06c3b6a475eb25902482e99ea3f99aa594f (patch) | |
| tree | 39c857d6e1ab9dbdaee9bf80dba42f9c6c8e8db8 | |
| parent | 23ab42a0f19354f0509da92ea649837c86fc8f6d (diff) | |
| download | dotfiles-7db9e06c3b6a475eb25902482e99ea3f99aa594f.tar.gz dotfiles-7db9e06c3b6a475eb25902482e99ea3f99aa594f.tar.bz2 dotfiles-7db9e06c3b6a475eb25902482e99ea3f99aa594f.zip | |
Farbschema für Newsboat
| -rwxr-xr-x | install.sh | 2 | ||||
| -rw-r--r-- | newsboat/config | 19 |
2 files changed, 20 insertions, 1 deletions
| @@ -14,7 +14,7 @@ cp -R tmux "$CONFIG" | |||
| 14 | cp -R nvim "$CONFIG" | 14 | cp -R nvim "$CONFIG" |
| 15 | 15 | ||
| 16 | # zsh | 16 | # zsh |
| 17 | cp zsh/zshenv ~/.zshenv | 17 | cp zsh/zshenv ~/.zshenv |
| 18 | 18 | ||
| 19 | mkdir -p "$CONFIG/zsh" | 19 | mkdir -p "$CONFIG/zsh" |
| 20 | cp zsh/zshrc "$CONFIG/zsh/.zshrc" | 20 | 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 | |||
| 9 | 9 | ||
| 10 | macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" | 10 | macro o set browser "mpv %u" ; open-in-browser ; set browser "firefox --new-tab %u" |
| 11 | 11 | ||
| 12 | color background default default | ||
| 13 | color listnormal color255 default | ||
| 14 | color listfocus color238 color255 standout | ||
| 15 | color listnormal_unread color47 default | ||
| 16 | color listfocus_unread color238 color47 standout | ||
| 17 | color info color141 color236 | ||
| 18 | |||
| 19 | # highlights | ||
| 20 | highlight all "---.*---" yellow | ||
| 21 | highlight feedlist ".*(0/0))" black | ||
| 22 | highlight article "(^Feed:|^Title:|^Date:|^Link:|^Author:)" cyan default bold | ||
| 23 | highlight article "https?://[^ ]+" yellow default | ||
| 24 | highlight article "\\[[0-9][0-9]*\\]" magenta default bold | ||
| 25 | highlight article "\\[image\\ [0-9]+\\]" green default bold | ||
| 26 | highlight article "\\[embedded flash: [0-9][0-9]*\\]" green default bold | ||
| 27 | highlight article ":.*\\(link\\)$" cyan default | ||
| 28 | highlight article ":.*\\(image\\)$" blue default | ||
| 29 | highlight article ":.*\\(embedded flash\\)$" magenta default | ||
| 30 | |||
