From efadbafb79535ebfafd37494e3e61cbdbfa4a4ec Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Tue, 4 Aug 2015 14:05:12 +0200 Subject: Fix password for gmail --- Xresources/Xresources.default | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 Xresources/Xresources.default (limited to 'Xresources/Xresources.default') diff --git a/Xresources/Xresources.default b/Xresources/Xresources.default new file mode 100644 index 0000000..f9f6b1b --- /dev/null +++ b/Xresources/Xresources.default @@ -0,0 +1,29 @@ +# include "/home/urbain/.Xresources/Xresources" + +! Border color +URxvt.borderColor: #3a3a3a + +! Background / Foreground +URxvt*background: #3a3a3a +URxvt*foreground: #d0d0d0 + +! Other colors +URxvt*color0: #4e4e4e +URxvt*color1: #d68787 +URxvt*color2: #5f865f +URxvt*color3: #d8af5f +URxvt*color4: #85add4 +URxvt*color5: #d7afaf +URxvt*color6: #87afaf +URxvt*color7: #d0d0d0 +URxvt*color8: #626262 +URxvt*color9: #d75f87 +URxvt*color10: #87af87 +URxvt*color11: #ffd787 +URxvt*color12: #add4fb +URxvt*color13: #ffafaf +URxvt*color14: #87d7d7 +URxvt*color15: #e4e4e4 +URxvt*cursorColor: #d0d0d0 +URxvt*cursorColor2: #3a3a3a +URxvt*colorBD: #e4e4e4 -- cgit v1.2.3