diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-29 21:58:10 -0500 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2020-11-29 21:58:10 -0500 |
commit | 57ba6889fa16d05e2fe914d7b90c5ebd9e6b191d (patch) | |
tree | f550b3276a389e1c5f064161528dd37919912b7b /.Xresources | |
parent | b84a3cdbfe6ef145a7ba13d7c1a04f71e7efb55e (diff) |
new fonts and colors
Diffstat (limited to '.Xresources')
-rw-r--r-- | .Xresources | 50 |
1 files changed, 12 insertions, 38 deletions
diff --git a/.Xresources b/.Xresources index 64b6d06..efd79a1 100644 --- a/.Xresources +++ b/.Xresources @@ -1,55 +1,29 @@ -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 +*color0: #111A1F *color8: #666666 !red -*color1: #E84F4F +*color1: #FF8f40 *color9: #D23D3D !green -/* *color2: #B7CE42 */ -/* *color10: #BDE077 */ -*color2: #19B596 +*color2: #8D7856 *color10: #19B596 !yellow -/* *color3: #C4E969 */ -/* *color11: #C4E969 */ -*color3: #EADAB1 +*color3: #9B9257 *color11: #EBCB88 !blue -*color4: #66AABB +*color4: #6998B3 *color12: #AACCBB !magenta *color5: #B7416E *color13: #E16A98 !cyan -*color6: #6D878D +*color6: #738C9C *color14: #42717B !white -*color7: #F2F1F0 -*color15: #F2F1F0 - +*color7: #C0C7Ca +*color15: #C0C7Ca +!st terminal +st.alpha: 0.92 ! SXIV COLORS -Sxiv.background: #202020 -Sxiv.foreground: #565656 +Sxiv.background: #111A1F +Sxiv.foreground: #9B9257 |