-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
41 lines (39 loc) · 925 Bytes
/
.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
*background: #000000
*foreground: #eeeeee
!black BLACK
XTerm*color0: #000000
XTerm*color8: #282828
!red RED
XTerm*color1: #ff0000
XTerm*color9: #f34b4b
!green GREEN
XTerm*color2: #00cd00
XTerm*color10: #00ff00
!yellow YELLOW
XTerm*color3: #ffef64
XTerm*color11: #ffff00
!blue BLUE
XTerm*color4: #4772ff
XTerm*color12: #63b4ff
!magenta MAGENTA
XTerm*color5: #cd00cd
XTerm*color13: #ff00ff
!cyan CYAN
XTerm*color6: #01c2cf
XTerm*color14: #47e1ff
!white WHITE
XTerm*color7: #e5e5e5
XTerm*color15: #ffffff
XTerm*font: monospace-12
XTerm*saveLines: 10000
XTerm*termName: xterm-color
XTerm*scrollTtyOutput: false
XTerm*scrollKey: true
Mrxvt.scrollTtyKeypress: true
Mrxvt.scrollTtyOutputInhibit: true
Mrxvt.saveLines: 65535
Mrxvt.autohideTabbar: true
Mrxvt.showMenu: false
Mrxvt.font: terminus-12
Mrxvt.cursorBlink: false
Mrxvt.smoothResize: true