Improved font rendering in 'Xresources'
This commit is contained in:
parent
4bfa568311
commit
396a6fc24d
1 changed files with 7 additions and 1 deletions
|
@ -17,7 +17,7 @@ xterm*wideChars: true
|
||||||
xterm*wideFont: DejaVuSansMono
|
xterm*wideFont: DejaVuSansMono
|
||||||
xterm*faceSize: 10
|
xterm*faceSize: 10
|
||||||
|
|
||||||
!!!!!!tango color scheme!!!!!!
|
!!!!!!!tango color scheme!!!!!!
|
||||||
xterm*color0: #1e1e1e
|
xterm*color0: #1e1e1e
|
||||||
xterm*color1: #cc0000
|
xterm*color1: #cc0000
|
||||||
xterm*color2: #4e9a06
|
xterm*color2: #4e9a06
|
||||||
|
@ -34,3 +34,9 @@ xterm*color12: #729fcf
|
||||||
xterm*color13: #ad7fa8
|
xterm*color13: #ad7fa8
|
||||||
xterm*color14: #00f5e9
|
xterm*color14: #00f5e9
|
||||||
xterm*color15: #eeeeec
|
xterm*color15: #eeeeec
|
||||||
|
|
||||||
|
! Render setting for cairo -> pango -> gtk
|
||||||
|
Xft.dpi: 96
|
||||||
|
Xft.hinting: true
|
||||||
|
Xft.rgba: rgb
|
||||||
|
Xft.hintstyle: hintslight
|
||||||
|
|
Loading…
Reference in a new issue