diff options
| 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) | |
| tree | 5180bb3b49809cc97087eeaf40c6c11d53c9a16b /newsboat | |
| parent | 1659eb925779c64587017a431f7f80a8cfe75d7d (diff) | |
| download | dotfiles-a4895962bfcac4e34dbb8a4d091e8b53812b09c0.tar.gz | |
Added newsboat config theme
Diffstat (limited to 'newsboat')
| -rw-r--r-- | newsboat | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/newsboat b/newsboat new file mode 100644 index 0000000..6a238be --- /dev/null +++ b/newsboat | |||
| @@ -0,0 +1,17 @@ | |||
| 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 | ||
