Update Xresources
This commit is contained in:
parent
ca83be1921
commit
1cd5c0a495
1 changed files with 23 additions and 20 deletions
|
@ -1,25 +1,26 @@
|
||||||
URxvt*scrollBar_right: true
|
!URxvt.scrollBar_right: true
|
||||||
URxvt*font: xft:DejaVu Sans Mono:size=10:antialias=true:hinting=true
|
URxvt.scrollBar: false
|
||||||
|
URxvt.font: xft:DejaVu Sans Mono:size=10:antialias=true:hinting=true
|
||||||
|
|
||||||
! Colours
|
! Colours
|
||||||
URxvt*background: #272822
|
URxvt.background: #272822
|
||||||
URxvt*foreground: #f8f8f2
|
URxvt.foreground: #f8f8f2
|
||||||
URxvt*color0: #272822
|
URxvt.color0: #272822
|
||||||
URxvt*color1: #f92672
|
URxvt.color1: #f92672
|
||||||
URxvt*color2: #a6e22e
|
URxvt.color2: #a6e22e
|
||||||
URxvt*color3: #f4bf75
|
URxvt.color3: #f4bf75
|
||||||
URxvt*color4: #66d9ef
|
URxvt.color4: #66d9ef
|
||||||
URxvt*color5: #ae81ff
|
URxvt.color5: #ae81ff
|
||||||
URxvt*color6: #a1efe4
|
URxvt.color6: #a1efe4
|
||||||
URxvt*color7: #f8f8f2
|
URxvt.color7: #f8f8f2
|
||||||
URxvt*color8: #75715e
|
URxvt.color8: #75715e
|
||||||
URxvt*color9: #f92672
|
URxvt.color9: #f92672
|
||||||
URxvt*color10: #a6e22e
|
URxvt.color10: #a6e22e
|
||||||
URxvt*color11: #f4bf75
|
URxvt.color11: #f4bf75
|
||||||
URxvt*color12: #66d9ef
|
URxvt.color12: #66d9ef
|
||||||
URxvt*color13: #ae81ff
|
URxvt.color13: #ae81ff
|
||||||
URxvt*color14: #a1efe4
|
URxvt.color14: #a1efe4
|
||||||
URxvt*color15: #f9f8f5
|
URxvt.color15: #f9f8f5
|
||||||
|
|
||||||
! Tighter letter spacing
|
! Tighter letter spacing
|
||||||
URxvt.letterSpace: -1
|
URxvt.letterSpace: -1
|
||||||
|
@ -28,3 +29,5 @@ URxvt.letterSpace: -1
|
||||||
URxvt.perl-ext-common: default,matcher,tabbed
|
URxvt.perl-ext-common: default,matcher,tabbed
|
||||||
URxvt.url-launcher: /usr/bin/xdg-open
|
URxvt.url-launcher: /usr/bin/xdg-open
|
||||||
URxvt.matcher.button: 1
|
URxvt.matcher.button: 1
|
||||||
|
|
||||||
|
URxvt.internalBorder: 0
|
||||||
|
|
Loading…
Reference in a new issue