From b040b308562e7baeda5d4d829e9dfaa9d234d27c Mon Sep 17 00:00:00 2001 From: Mike Vink <> Date: Mon, 17 Apr 2023 08:55:32 +0200 Subject: fix newsboat colors --- home.nix | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/home.nix b/home.nix index 0ccd5a0..2adaf8e 100644 --- a/home.nix +++ b/home.nix @@ -31,6 +31,37 @@ enable = true; autoReload = true; urls = [{url = "https://github.com/rancher/rancher/releases.atom";}]; + extraConfig = '' + # general settings + max-items 50 + + # unbind keys + unbind-key ENTER + unbind-key j + unbind-key k + unbind-key J + unbind-key K + + # bind keys - vim style + bind-key j down + bind-key k up + bind-key l open + bind-key h quit + + # solarized + color background default default + color listnormal default default + color listnormal_unread default default + color listfocus black cyan + color listfocus_unread black cyan + color info default black + color article default default + + # highlights + highlight article "^(Title):.*$" blue default + highlight article "https?://[^ ]+" red default + highlight article "\\[image\\ [0-9]+\\]" green default + ''; }; programs.bash = { -- cgit v1.2.3