Transitioned from xterm to URxvt and tinkered with the spacemacs config
This commit is contained in:
parent
167e9579f4
commit
a718770331
3 changed files with 44 additions and 57 deletions
36
.Xresources
Normal file
36
.Xresources
Normal file
|
@ -0,0 +1,36 @@
|
|||
!!!!!!Setup env.!!!!!!
|
||||
URxvt.*foreground: #FFFFFF
|
||||
URxvt.*background: #262626
|
||||
URxvt.*cursorBlink: true
|
||||
URxvt.*utf8: 2
|
||||
URxvt.*eightBitInput: true
|
||||
URxvt.e*eightBitControl: false
|
||||
URxvt.*eightBitOutput: true
|
||||
Xft.antialias: true
|
||||
|
||||
!!!!!!Font!!!!!!
|
||||
URxvt.font: xft:sourcecodepro:size=10
|
||||
|
||||
!!!!!!tango color scheme!!!!!!
|
||||
URxvt.*color0: #1e1e1e
|
||||
URxvt.*color1: #cc0000
|
||||
URxvt.*color2: #4e9a06
|
||||
URxvt.*color3: #c4a000
|
||||
URxvt.*color4: #3465a4
|
||||
URxvt.*color5: #75507b
|
||||
URxvt.*color6: #0b939b
|
||||
URxvt.*color7: #d3d7cf
|
||||
URxvt.*color8: #555753
|
||||
URxvt.*color9: #ef2929
|
||||
URxvt.*color10: #8ae234
|
||||
URxvt.*color11: #fce94f
|
||||
URxvt.*color12: #729fcf
|
||||
URxvt.*color13: #ad7fa8
|
||||
URxvt.*color14: #00f5e9
|
||||
URxvt.*color15: #eeeeec
|
||||
|
||||
! Render setting for cairo -> pango -> gtk
|
||||
Xft.dpi: 96
|
||||
Xft.hinting: true
|
||||
Xft.rgba: rgb
|
||||
Xft.hintstyle: hintslight
|
Loading…
Add table
Add a link
Reference in a new issue