From b9c2e6afb95f4997adb1f8870a91b0b1fa6b2abf Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 11 Apr 2019 15:34:38 +0200 Subject: [PATCH] Fix solarized foreground from base00 to base0. --- dotfiles/Xresources | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/dotfiles/Xresources b/dotfiles/Xresources index d4216c5..eb4d5fa 100644 --- a/dotfiles/Xresources +++ b/dotfiles/Xresources @@ -66,12 +66,18 @@ URxvt.pointerBlank: true ! Disable printing the terminal contents when pressing PrintScreen. URxvt.print-pipe: "cat > /dev/null" -! Solarized colors begin +!!! Solarized colors begin +! base03 URxvt.background: #002b36 -URxvt.foreground: #657b83 +! base0 +URxvt.foreground: #839496 +! base03 URxvt.fadeColor: #002b36 +! base1 URxvt.cursorColor: #93a1a1 +! base01 URxvt.pointerColorBackground: #586e75 +! base1 URxvt.pointerColorForeground: #93a1a1 !! black dark/light