diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-03 19:27:15 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-10-03 19:27:15 -0400 |
commit | e371d9edd474bcf89cf5d462eaccb8638900b390 (patch) | |
tree | ed07118f5c514a55f23a779a1507640e46fd9ed2 /.Xresources |
Initial commit
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 55 |
1 files changed, 55 insertions, 0 deletions
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 |