Line | |
---|
1 | *.pointerColor: red
|
---|
2 |
|
---|
3 | XTerm*utf8: always
|
---|
4 | XTerm*metaSendsEscape: true
|
---|
5 |
|
---|
6 | ! Default emacs colors
|
---|
7 | XTerm.foreground: #000000
|
---|
8 | XTerm.background: #ffffff
|
---|
9 | XTerm*cursorColor: red
|
---|
10 |
|
---|
11 | ! Black / Grey
|
---|
12 | !XTerm.color0: #000000
|
---|
13 | XTerm*color8: #bebebe
|
---|
14 |
|
---|
15 | ! Red / Bright Red
|
---|
16 | !XTerm*color1: #8b0000
|
---|
17 | XTerm*color9: #ff4500
|
---|
18 |
|
---|
19 | ! Green + Bright Green
|
---|
20 | !XTerm*color2: #99cc99
|
---|
21 | XTerm*color10: #9ec400
|
---|
22 |
|
---|
23 | ! ! Yellow (Orange) + Bright Yellow (Yellow)
|
---|
24 | !XTerm*color3: #cd8500
|
---|
25 | XTerm*color11: #cdcd00
|
---|
26 |
|
---|
27 | ! Blue + Bright Blue
|
---|
28 | !XTerm*color4: #6699cc
|
---|
29 | XTerm*color12: #6699cc
|
---|
30 |
|
---|
31 | ! Magenta (Purple) + Bright Magenta
|
---|
32 | !XTerm*color5: #cc99cc
|
---|
33 | !XTerm*color13: #b777e0;
|
---|
34 |
|
---|
35 | ! Cyan (Aqua) + Bright Cyan
|
---|
36 | !XTerm*color6: #66cccc
|
---|
37 | XTerm*color14: #54ced6
|
---|
38 |
|
---|
39 | ! Light Grey (Selection) + White (Current Line)
|
---|
40 | !XTerm*color7: #515151
|
---|
41 | XTerm*color15: #393939
|
---|
42 |
|
---|
43 | ! Xterm
|
---|
44 | xterm*utf8: 1
|
---|
45 | xterm*termName: xterm-256color
|
---|
46 | !xterm*loginShell: true
|
---|
47 | xterm*locale: true
|
---|
48 | xterm*vt100.locale: true
|
---|
49 | xterm*font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
|
---|
50 | ! xterm*boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1
|
---|
51 | xterm*vt100.allowBoldFonts: True
|
---|
52 | xterm*renderFont: True
|
---|
53 | xterm.vt100.eightBitInput: False
|
---|
54 | xterm*selectToClipboard: True
|
---|
55 | xterm*cursorBlink: True
|
---|
56 | xterm*cursorColor: red
|
---|
57 | xterm*visualBell: True
|
---|
58 | xterm*ScrollKey: True
|
---|
59 | xterm*saveLines: 5000
|
---|
60 | xterm*scaleHeight: 0
|
---|
61 | xterm*highlightSelection: True
|
---|
62 | xterm.pointerColor: red
|
---|
63 |
|
---|
64 | *font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
|
---|
65 |
|
---|
66 | emacs.toolBar: 0
|
---|
67 | emacs.FontBackend: x,xft
|
---|
68 | emacs.geometry:=80x49+270+0
|
---|
69 | ! emacs.font: Unifont-12
|
---|
70 | emacs.font: -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
|
---|
71 | emacs.boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1
|
---|
72 | emacs.menuBar: 0
|
---|
73 | emacs.verticalScrollBars: off
|
---|
74 | emacs.cursorColor: red
|
---|
75 | emacs.lineSpacing: 0
|
---|
76 | emacs.pointerColor: red
|
---|
77 | ! emacs.minibuffer: none
|
---|
78 |
|
---|
79 | ! emacs.reverseVideo: true
|
---|
80 |
|
---|
81 |
|
---|
82 | ! Font Settings
|
---|
83 | Xft.hinting: 0
|
---|
84 | Xft.lcdfilter: lcddefault
|
---|
85 | Xft.hintstyle: hintnone
|
---|
86 | Xft.antialias: 1
|
---|
87 | Xft.autohint: 0
|
---|
88 | Xft.rgba: rgb
|
---|
89 | ! Change cursor
|
---|
90 | Xcursor.theme: Adwaita
|
---|
91 | ! Xft.dpi: 96 ! 144
|
---|
Note:
See
TracBrowser
for help on using the repository browser.