From 4f49699342020f6c2b59e5576f754abbf61247c2 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Sun, 12 Apr 2020 22:16:03 +0100 Subject: [PATCH] Make URXVT dark and keep XTerm light --- roles/home-gui/files/Xresources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/home-gui/files/Xresources b/roles/home-gui/files/Xresources index 86f675b..5a7ccbb 100644 --- a/roles/home-gui/files/Xresources +++ b/roles/home-gui/files/Xresources @@ -1,5 +1,5 @@ *color: true -URxvt*background: #ffffff +URxvt*background: #2e3436 URxvt*color0: #1e1e1e URxvt*color1: #cc0000 URxvt*color2: #4e9a06 @@ -17,7 +17,7 @@ URxvt*color13: #ad7fa8 URxvt*color14: #00f5e9 URxvt*color15: #eeeeec URxvt*font: xft:Monospace:Regular:size=10 -URxvt*foreground: #000000 +URxvt*foreground: #d3d7cf URxvt*letterSpace: -1 URxvt*locale: true URxvt*metaSendsEscape: true