From bd0b396eeb3ac5ce7f6d6406f351eeb36859942e Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 29 Mar 2021 23:39:27 +0300 Subject: [PATCH] URxvt: change color scheme --- .urxvt/Xdefaults | 39 ++++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/.urxvt/Xdefaults b/.urxvt/Xdefaults index be9520a..b439b7e 100644 --- a/.urxvt/Xdefaults +++ b/.urxvt/Xdefaults @@ -5,26 +5,27 @@ URxvt.url-launcher: firefox URxvt.matcher.button: 1 URxvt.colorUL: blue URxvt*saveLines: 4096 -URxvt.tabbed.tabbar-fg: 15 +URxvt.tabbed.tabbar-fg: 7 URxvt.tabbed.tabbar-bg: 8 -URxvt.tabbed.tab-fg: 15 -URxvt.tabbed.tab-bg: 7 +URxvt.tabbed.tab-fg: 0 +URxvt.tabbed.tab-bg: 15 URxvt.geometry: 96x32 URxvt*perl-ext: tabbedex,matcher -#URxvt*color0: black -#URxvt*color1: red3 -#URxvt*color2: green3 -#URxvt*color3: yellow3 -#URxvt*color4: blue2 -#URxvt*color5: magenta3 -#URxvt*color6: cyan3 -URxvt*color7: gray60 -#URxvt*color8: grey50 -#URxvt*color9: red -#URxvt*color10: green -URxvt*color11: yellow3 -#URxvt*color12: blue -#URxvt*color13: magenta -URxvt*color14: cyan3 -#URxvt*color15: white +URxvt*color0: #444444 +URxvt*color1: #aa0000 +URxvt*color2: #00aa00 +URxvt*color3: #aaaa00 +URxvt*color4: #0000aa +URxvt*color5: #aa00aa +URxvt*color6: #00aaaa +URxvt*color7: grey + +URxvt*color8: #1E2320 +URxvt*color9: #bb0000 +URxvt*color10: #00bb00 +URxvt*color11: #bbbb00 +URxvt*color12: #0000bb +URxvt*color13: #bb00bb +URxvt*color14: #00bbbb +URxvt*color15: white