From 7f0ce4c79c160a177561afe409a3c9cf520574a4 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Wed, 21 Sep 2022 22:32:06 +0100 Subject: [PATCH] Update Xresources for xterm --- roles/home-gui/files/Xresources | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/home-gui/files/Xresources b/roles/home-gui/files/Xresources index 4a353ad..ae44275 100644 --- a/roles/home-gui/files/Xresources +++ b/roles/home-gui/files/Xresources @@ -33,7 +33,7 @@ XClock*secondColor: red XClock*update: 1 Xft.hintstyle: hintfull Xft.rgba: none -xterm*background: #ffffff +xterm*background: #2e3436 xterm*color0: #1e1e1e xterm*color1: #cc0000 xterm*color2: #4e9a06 @@ -58,7 +58,8 @@ xterm*faceSize4: 12 xterm*faceSize5: 14 xterm*faceSize6: 16 xterm*faceSize: 9 -xterm*foreground: #000000 +xterm*foreground: #d3d7cf +xterm*geometry: 120x24 xterm*locale: true xterm*metaSendsEscape: true xterm*scrollBar: true