From ddc6bb04b4b3fb7c7930145c25deb6d23d97178f Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Tue, 30 Mar 2021 00:44:04 +0300 Subject: [PATCH] URxvt: change color scheme --- .urxvt/Xdefaults | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.urxvt/Xdefaults b/.urxvt/Xdefaults index fa58216..72494b7 100644 --- a/.urxvt/Xdefaults +++ b/.urxvt/Xdefaults @@ -15,17 +15,17 @@ URxvt*perl-ext: tabbedex,matcher URxvt*color0: #444444 URxvt*color1: #aa0000 URxvt*color2: #00aa00 -URxvt*color3: #aaaa00 +URxvt*color3: #999900 URxvt*color4: #0000aa -URxvt*color5: #aa00aa -URxvt*color6: #00aaaa +URxvt*color5: #990099 +URxvt*color6: #009999 URxvt*color7: grey URxvt*color8: #1E2320 -URxvt*color9: #bb0000 -URxvt*color10: #00bb00 +URxvt*color9: #cc0000 +URxvt*color10: #00cc00 URxvt*color11: #bbbb00 -URxvt*color12: #0000bb +URxvt*color12: #0000cc URxvt*color13: #bb00bb URxvt*color14: #00bbbb URxvt*color15: white