From 32ee815713da63d3fccda3c7b1a548a58712274b Mon Sep 17 00:00:00 2001 From: teleportboy Date: Tue, 24 Sep 2024 20:32:28 +0600 Subject: [PATCH] Fix the blue color in the console coz he fucking killing the eyes --- Debian/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Debian/install.sh b/Debian/install.sh index 77c88de..aadd558 100755 --- a/Debian/install.sh +++ b/Debian/install.sh @@ -99,6 +99,8 @@ URxvt.background: #1E1E1E URxvt.clipboard.autocopy: true URxvt.iso14755: false URxvt.iso14755_52: false +URxvt.color4: #1E90FF +URxvt.color12: #1E90FF EOF # i3 close shortcut change sed -i 's/$mod+Shift+q/$mod+q/g' ~/.config/i3/config