diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-12-10 19:53:05 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2020-12-10 19:53:05 +0300 |
commit | e7581829091aa4a741a681c3d88e92e4d8982fc8 (patch) | |
tree | 56f4a52306c38ff2b46f17eb39a3704549b5fa9b /dotfiles/.config/newsboat | |
parent | 292f756d4463c8596d1f0b70bf2f455484c33670 (diff) | |
download | swayrice-e7581829091aa4a741a681c3d88e92e4d8982fc8.tar.gz swayrice-e7581829091aa4a741a681c3d88e92e4d8982fc8.zip |
Color style update
Updated color schemes for qutebrowser, newsboat, and mako.
Diffstat (limited to 'dotfiles/.config/newsboat')
-rw-r--r-- | dotfiles/.config/newsboat/config | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/dotfiles/.config/newsboat/config b/dotfiles/.config/newsboat/config index 1e86e2c..56a04b6 100644 --- a/dotfiles/.config/newsboat/config +++ b/dotfiles/.config/newsboat/config @@ -23,12 +23,13 @@ bind-key x pb-delete bind-key ^D pagedown bind-key ^U pageup -color listnormal cyan default -color listfocus black yellow standout bold -color listnormal_unread blue default -color listfocus_unread yellow default bold -color info red black bold -color article cyan default +color listnormal color7 default +color listfocus cyan default standout bold +color listnormal_unread red default +color listfocus_unread red default standout bold +color info blue color235 bold +color article default default +color end-of-text-marker white default browser "setsid mimeo %u" macro , open-in-browser |