From e371d9edd474bcf89cf5d462eaccb8638900b390 Mon Sep 17 00:00:00 2001 From: Benjamin Chausse Date: Sat, 3 Oct 2020 19:27:15 -0400 Subject: Initial commit --- .Xresources | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 .Xresources (limited to '.Xresources') diff --git a/.Xresources b/.Xresources new file mode 100644 index 0000000..64b6d06 --- /dev/null +++ b/.Xresources @@ -0,0 +1,55 @@ +URxvt.iconFile: /usr/share/icons/Faenza/apps/scalable/urxvt.svg +URxvt.transparent: false +!URxvt.shading: 40 // 0 to 99 darkens, 101 to 200 lightens +URxvt.scrollBar: off +URxvt.font: xft:cure:size=9 +URxvt.perl-ext-common:default,url-select,keyboard-select,clipboard,autocomplete-ALL-the-things, +URxvt.keysym.M-u:perl:url-select:select_next +URxvt.keysym.M-slash: perl:aAtt:complete +URxvt.urlLauncher:firefox +URvxt.url-select.button: 1 +URxvt.underlineURLs:true +URxvt.keysym.M-Escape: perl:keyboard-select:activate +URxvt.keysym.M-c: perl:clipboard:copy +URxvt.keysym.M-v: perl:clipboard:paste +URxvt.keysym.M-C-v: perl:clipboard:paste_escaped +URxvt.clipboard.copycmd: xsel -ib +URxvt.clipboard.pastecmd: xsel -ob +!AMBIANCE +URxvt*background: #222D32 +URxvt.foreground: #F2F1F0 +URxvt.cursorColor: #F07746 + +!black +/* *color0: #222D32 */ +*color0: #182024 +*color8: #666666 +!red +*color1: #E84F4F +*color9: #D23D3D +!green +/* *color2: #B7CE42 */ +/* *color10: #BDE077 */ +*color2: #19B596 +*color10: #19B596 +!yellow +/* *color3: #C4E969 */ +/* *color11: #C4E969 */ +*color3: #EADAB1 +*color11: #EBCB88 +!blue +*color4: #66AABB +*color12: #AACCBB +!magenta +*color5: #B7416E +*color13: #E16A98 +!cyan +*color6: #6D878D +*color14: #42717B +!white +*color7: #F2F1F0 +*color15: #F2F1F0 + +! SXIV COLORS +Sxiv.background: #202020 +Sxiv.foreground: #565656 -- cgit v1.2.3