blob: a7056885e0e4f23ffc47a2bc116106d37211809a (
plain)
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
82
83
84
85
86
87
88
89
90
91
|
*.pointerColor: red
XTerm*utf8: always
XTerm*metaSendsEscape: true
! Default emacs colors
XTerm.foreground: #000000
XTerm.background: #ffffff
XTerm*cursorColor: red
! Black / Grey
!XTerm.color0: #000000
XTerm*color8: #bebebe
! Red / Bright Red
!XTerm*color1: #8b0000
XTerm*color9: #ff4500
! Green + Bright Green
!XTerm*color2: #99cc99
XTerm*color10: #9ec400
! ! Yellow (Orange) + Bright Yellow (Yellow)
!XTerm*color3: #cd8500
XTerm*color11: #cdcd00
! Blue + Bright Blue
!XTerm*color4: #6699cc
XTerm*color12: #6699cc
! Magenta (Purple) + Bright Magenta
!XTerm*color5: #cc99cc
!XTerm*color13: #b777e0;
! Cyan (Aqua) + Bright Cyan
!XTerm*color6: #66cccc
XTerm*color14: #54ced6
! Light Grey (Selection) + White (Current Line)
!XTerm*color7: #515151
XTerm*color15: #393939
! Xterm
xterm*utf8: 1
xterm*termName: xterm-256color
!xterm*loginShell: true
xterm*locale: true
xterm*vt100.locale: true
xterm*font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
! xterm*boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1
xterm*vt100.allowBoldFonts: True
xterm*renderFont: True
xterm.vt100.eightBitInput: False
xterm*selectToClipboard: True
xterm*cursorBlink: True
xterm*cursorColor: red
xterm*visualBell: True
xterm*ScrollKey: True
xterm*saveLines: 5000
xterm*scaleHeight: 0
xterm*highlightSelection: True
xterm.pointerColor: red
*font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
emacs.toolBar: 0
emacs.FontBackend: x,xft
emacs.geometry:=80x49+270+0
! emacs.font: Unifont-12
emacs.font: -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
emacs.boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1
emacs.menuBar: 0
emacs.verticalScrollBars: off
emacs.cursorColor: red
emacs.lineSpacing: 0
emacs.pointerColor: red
! emacs.minibuffer: none
! emacs.reverseVideo: true
! Font Settings
Xft.hinting: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintnone
Xft.antialias: 1
Xft.autohint: 0
Xft.rgba: rgb
! Change cursor
Xcursor.theme: Adwaita
! Xft.dpi: 96 ! 144
|