From e11d1ae04fb1b544bfb154a33de69bc0b17ed6d2 Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Wed, 25 Mar 2020 09:52:55 +0100 Subject: Changed bakcground color in .Xresources and zathura. --- files/rcs/.Xresources | 3 ++- files/zathura/zathurarc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/files/rcs/.Xresources b/files/rcs/.Xresources index 015da73..70269d8 100644 --- a/files/rcs/.Xresources +++ b/files/rcs/.Xresources @@ -1,7 +1,8 @@ ! To load into RESOURCE_MANAGER, run xrdb ~/.Xresources ! *background and foreground are read by sxiv -*background: #181820 +!*background: #181820 +*background: #232f40 *foreground: #ebdbb2 ! Black + DarkGrey *color0: #000000 diff --git a/files/zathura/zathurarc b/files/zathura/zathurarc index 2af2cd7..b55abff 100644 --- a/files/zathura/zathurarc +++ b/files/zathura/zathurarc @@ -12,7 +12,7 @@ set default-bg "#000000" set recolor true # recolor at start set recolor-keephue false -set recolor-lightcolor "#181820" +set recolor-lightcolor "#232f40" # Solarized # Dark -- cgit v1.2.1