commit 44c03c35b99e15d350f115a80a43db590e346161 parent 0f428dc91c6afe7ceb64aa713cf9471486f93f3a Author: Michal Sapka <michal@sapka.me> Date: Mon, 2 May 2022 16:12:26 +0200 Colors Diffstat:
M | Xresources | | | 5 | ++--- |
M | newsboat/config | | | 3 | ++- |
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Xresources b/Xresources @@ -1,5 +1,5 @@ ! Source Code Proo -!*.font: Source Code Pro:pixelsize=13:antialias=true:autohint=true:weight:SemiBold + *.font: Source Code Pro:pixelsize=13:antialias=true:autohint=true:weight:SemiBold ! Solarzied Dark @@ -15,8 +15,7 @@ *background: S_base03 *foreground: S_base0 *fadeColor: S_base03 -! *cursorColor: S_base1 -*cursorColor: #ffffff +*cursorColor: S_base1 *pointerColorBackground:S_base01 *pointerColorForeground:S_base1 diff --git a/newsboat/config b/newsboat/config @@ -2,7 +2,8 @@ auto-reload yes include "/usr/share/doc/newsboat/contrib/colorschemes/solarized-dark" -browser "/usr/bin/open -a '/Applications/Brave\ Browser.app/' %u" +#browser "/usr/bin/open -a '/Applications/Brave\ Browser.app/' %u" +browser "exec firefox %u" bind-key j down bind-key k up