From 1a4859e99df120d579d0226be70c86b5ad8818ff Mon Sep 17 00:00:00 2001 From: Xen0 Date: Sat, 10 Feb 2018 02:42:37 +0100 Subject: [PATCH] Upload files to '' --- .Xresources | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 .Xresources diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..1ceb130 --- /dev/null +++ b/.Xresources @@ -0,0 +1,47 @@ +URxvt*scrollBar: false +URxvt*font: xft:Roboto Mono :size=15 +URxvt.letterSpace: 0 +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/firefox +URxvt.matcher.button: 1 +Urxvt*perl-lib: /usr/lib/urxvt/perl/ +Urxvt*perl-ext-common: default,matcher +URxvt.keysym.M-u: perl:url-select:select_next +URxvt.url-select.underline: true +Urxvt*matcher.button: 1 +URxvt.transparent: true +URxvt.shading: 20 +urxvt*background: #222222 +urxvt*foreground: #d4dadd +! black +*.color0: #282a2e +*.color8: #373b41 + +! red +*.color1: #ba0000 +*.color9: #d73838 + +! green +*.color2: #b3c320 +*.color10: #7a850f + +! yellow +*.color3: #df6815 +*.color11: #ba8215 + +! blue +*.color4: #438ac4 +*.color12: #7bb6e8 + +! magenta +*.color5: #85678f +*.color13: #b294bb + +! cyan +*.color6: #5e8d87 +*.color14: #8abeb7 + +! white +*.color7: #707880 +*.color15: #c5c8c6 +