From a4895962bfcac4e34dbb8a4d091e8b53812b09c0 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Fri, 22 Mar 2024 10:53:57 +0100 Subject: Added newsboat config theme --- README.md | 1 + alacritty.yml | 2 +- newsboat | 17 +++++++++++++++++ 3 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 newsboat 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 ln -s ~/.dotfiles/helix.toml ~/.config/helix/config.toml ln -s ~/.dotfiles/tmux.conf ~/.tmux.conf ln -s ~/.dotfiles/vimrc ~/.vimrc +ln -s ~/.dotfiles/newsboat ~/.newsboat/config ``` diff --git a/alacritty.yml b/alacritty.yml index 0710cb4..fbd9f4a 100644 --- a/alacritty.yml +++ b/alacritty.yml @@ -7,7 +7,7 @@ window: lines: 60 font: - size: 14 + size: 16 normal: family: Berkeley Mono bold: diff --git a/newsboat b/newsboat new file mode 100644 index 0000000..6a238be --- /dev/null +++ b/newsboat @@ -0,0 +1,17 @@ +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 + +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.2.3