-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
81 lines (66 loc) · 1.68 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
XTerm*pointerColor: #64b5f6
XTerm*faceName: Fixed
XTerm*faceSize: 11
! special
*.foreground: #f5f5f5
*.background: #303030
*.fading: 15
*.fadeColor: #303030
*.cursorColor: #64b5f6
*.pointerColorBackground:#303030
*.pointerColorForeground:#64b5f6
! black
*.color0: #303030
*.color8: #424242
! red
*.color1: #d32f2f
*.color9: #e57373
! green
*.color2: #388e3c
*.color10: #81c784
! yellow
*.color3: #f57c00
*.color11: #ffb74d
! blue
*.color4: #303f9f
*.color12: #7986cb
! magenta
*.color5: #c51162
*.color13: #ff4081
! cyan
*.color6: #1976d2
*.color14: #64b5f6
! white
*.color7: #bdbdbd
*.color15: #f5f5f5
XTerm*background: #303030
XTerm*foreground: #f5f5f5
XTerm*reverseVideo: on
XTerm*selectToClipboard: true
URxvt*termName: rxvt-unicode-256color
!URxvt.font: xft:Space Mono:Regular:pixelsize=14
!URxvt.boldFont: xft:Space Mono:Bold:pixelsize=14
URxvt.font: xft:Source Code Pro:Regular:pixelsize=14
URxvt.boldFont: xft:Source Code Pro:Bold:pixelsize=14
URxvt.geometry: 120x30
URxvt.depth: 32
URxvt.letterSpace: 1
URxvt.background: [90]#303030
URxvt*scrollBar: false
URxvt*mouseWheelScrollPage: false
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*.foreground: #f5f5f5
URxvt*cursorColor: #f5f5f5
URxvt*saveLines: 5000
URxvt.internalBorder: 1
URxvt.colorIT: #64b5f6
URxvt.colorBD: #f5f5f5
URxvt.colorUL: #1976d2