-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
59 lines (48 loc) · 1.19 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Xft.dpi: 100
Xft.antialias: false
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
dzen2.font: terminus-8
URxvt*cursor: White
URxvt*termName: rxvt
URxvt*shading: 100
URxvt*transparent: false
URxvt*depth: 32
URxvt*scrollBar: false
URxvt*lineSpace: -5
URxvt*font: xft:Terminus:size=8:antialias=true:hinting=true
URxvt*fontBold: xft:Terminus:size=8:antialias=true:hinting=true
URxvt*internalBorder: 5
URxvt*urgentOnBell: true
!! COLORS
! BASE
URxvt*background: #000000
URxvt*foreground: #999999
URxvt*cursorColor: #6699CC
URxvt*colorBD: #FFFFFF
URxvt*colorUL: #CCCCFF
! BLK
URxvt*color0: #666666
URxvt*color8: #999999
! RED
URxvt*color1: #CC6666
URxvt*color9: #FF9999
! GRN
URxvt*color2: #66CC99
URxvt*color10: #99FFCC
! YEL
URxvt*color3: #CC9966
URxvt*color11: #FFCC99
! BLE
URxvt*color4: #6699CC
URxvt*color12: #99CCFF
! MAG
URxvt*color5: #CC6699
URxvt*color13: #FF99CC
! CYN
URxvt*color6: #66CCCC
URxvt*color14: #99FFFF
! WHT
URxvt*color7: #FFFFFF
URxvt*color15: #FFFFFF