From 6f923c917563b5bdf9113b5b3d958e3f4ed5106e Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 11 Oct 2018 12:07:05 +0300 Subject: [PATCH] Xresources: copy Linux color theme from Gentoo wiki --- conf/Xresources | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/conf/Xresources b/conf/Xresources index dd8789f8..3ab0758c 100644 --- a/conf/Xresources +++ b/conf/Xresources @@ -26,10 +26,10 @@ URxvt.bell-command: mplayer /usr/share/sounds/freedesktop/stereo/bell.oga ! URxvt*geometry: geom ! Use the specified colour as the windows background colour [default -URxvt*background: #000000 +!URxvt*background: #000000 ! Use the specified colour as the windows foreground colour [default -URxvt*foreground: #ffffff +!URxvt*foreground: #ffffff ! Use the specified colour for the colour value n, where 0-7 ! URxvt*colorn: colour @@ -286,3 +286,31 @@ URxvt.letterSpace: 0 ! enable ctrl + shift + c/v https://unix.stackexchange.com/a/329556 URxvt.keysym.Shift-Control-V: eval:paste_clipboard URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard + +! Linux Colors from https://wiki.gentoo.org/wiki/Rxvt-unicode#Color_theme +URxvt*background: #000000 +URxvt*foreground: #B2B2B2 +! black +URxvt*color0: #000000 +URxvt*color8: #686868 +! red +URxvt*color1: #B21818 +URxvt*color9: #FF5454 +! green +URxvt*color2: #18B218 +URxvt*color10: #54FF54 +! yellow +URxvt*color3: #B26818 +URxvt*color11: #FFFF54 +! blue +URxvt*color4: #1818B2 +URxvt*color12: #5454FF +! purple +URxvt*color5: #B218B2 +URxvt*color13: #FF54FF +! cyan +URxvt*color6: #18B2B2 +URxvt*color14: #54FFFF +! white +URxvt*color7: #B2B2B2 +URxvt*color15: #FFFFFF