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