-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
executable file
·32 lines (29 loc) · 1.13 KB
/
.Xresources
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
!-------------------------------------------------------------------------------
! Xft settings
!-------------------------------------------------------------------------------
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!-------------------------------------------------------------------------------
! XTerm settings
!-------------------------------------------------------------------------------
XTerm*Background: black
XTerm*Foreground: white
XTerm*ScrollBar: off
XTerm*renderFont: true
XTerm*faceName: VeraMono
XTerm*faceSize: 14
!-------------------------------------------------------------------------------
! UXTerm settings
!-------------------------------------------------------------------------------
UXTerm*Background: black
UXTerm*Foreground: white
UXTerm*ScrollBar: off
UXTerm*renderFont: true
UXTerm*faceName: VeraMono
UXTerm*faceSize: 14
!-------------------------------------------------------------------------------
! END
!-------------------------------------------------------------------------------