From bda2442ab02187556e6f350dad560e75355192a5 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 27 Dec 2017 18:29:10 +0100 Subject: Add urxvt by default --- Xresources/.Xresources | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) (limited to 'Xresources') diff --git a/Xresources/.Xresources b/Xresources/.Xresources index 1eef16e..26bca17 100644 --- a/Xresources/.Xresources +++ b/Xresources/.Xresources @@ -3,43 +3,42 @@ ! ! ------------------------------------------------------------------------------ -*background: #272827 -*foreground: #657b83 +*background: black +*foreground: white *fading: 15 *fadeColor: black -*cursorColor: #16A085 -*pointerColorBackground:#2B2C2B -*pointerColorForeground:#16A085 +*cursorColor: white +*pointerColorBackground:white +*pointerColorForeground:black -!! black dark/light -*color0: #282928 -*color8: #272827 +! black dark/light +*color0: #303030 +*color8: #303030 !! red dark/light -*color1: #983133 -*color9: #985F31 +*color1: red +*color9: red !! green dark/light -*color2: #1D584D -*color10: #16A085 +*color2: green +*color10: green !! yellow dark/light -*color3: #5CE022 -*color11: #63B93D +*color3: yellow +*color11: yellow !! blue dark/light -*color4: #001B33 -*color12: #839496 +*color4: blue +*color12: blue !! cyan dark/light -*color6: #4F6A98 -*color14: #2269E0 +*color6: cyan +*color14: cyan !! white dark/light -*color7: #fdf6e3 -*color15: #fdf6e3 - -! ------------------------------------------------------------------------------ +*color7: white +*color15: white +!! ------------------------------------------------------------------------------ ! Xft conf ! ------------------------------------------------------------------------------ @@ -67,14 +66,14 @@ XTerm*selectToClipboard: true ! URxvt conf ! ------------------------------------------------------------------------------ -URxvt.font: fira-code 8 +URxvt.font: xft:Monoid:size=7 URxvt.depth: 32 URxvt.background: [80]#000000 URxvt*scrollBar: false URxvt*mouseWheelScrollPage: false URxvt*cursorBlink: true URxvt*background: black -URxvt*foreground: grey +URxvt*foreground: white URxvt*saveLines: 5000 ! ------------------------------------------------------------------------------ -- cgit v1.2.1