source:
dotfiles/X/.Xdefaults@
5516569
Last change on this file since 5516569 was 5516569, checked in by , on Oct 6, 2022 at 12:26:10 PM | |
---|---|
|
|
File size: 1.7 KB |
Rev | Line | |
---|---|---|
[638d889] | 1 | ! Default emacs colors |
[4f6c5c4] | 2 | XTerm.foreground: #000000 |
3 | XTerm.background: #ffffff | |
4 | XTerm*cursorColor: #000000 | |
[c39b1a4] | 5 | |
6 | ! Black / Grey | |
[c9364b1] | 7 | !XTerm.color0: #000000 |
[4f6c5c4] | 8 | XTerm*color8: #bebebe |
[c39b1a4] | 9 | |
[7efb2d0] | 10 | ! Red / Bright Red |
[c9364b1] | 11 | !XTerm*color1: #8b0000 |
[4f6c5c4] | 12 | XTerm*color9: #ff4500 |
[c39b1a4] | 13 | |
[7efb2d0] | 14 | ! Green + Bright Green |
[c9364b1] | 15 | !XTerm*color2: #99cc99 |
[4f6c5c4] | 16 | XTerm*color10: #9ec400 |
[c39b1a4] | 17 | |
[4ec28a4] | 18 | ! ! Yellow (Orange) + Bright Yellow (Yellow) |
[c9364b1] | 19 | !XTerm*color3: #cd8500 |
[4f6c5c4] | 20 | XTerm*color11: #cdcd00 |
[c39b1a4] | 21 | |
[7efb2d0] | 22 | ! Blue + Bright Blue |
[c9364b1] | 23 | !XTerm*color4: #6699cc |
[4f6c5c4] | 24 | XTerm*color12: #6699cc |
[c39b1a4] | 25 | |
[7efb2d0] | 26 | ! Magenta (Purple) + Bright Magenta |
[c9364b1] | 27 | !XTerm*color5: #cc99cc |
[4f6c5c4] | 28 | !XTerm*color13: #b777e0; |
[c39b1a4] | 29 | |
[7efb2d0] | 30 | ! Cyan (Aqua) + Bright Cyan |
[c9364b1] | 31 | !XTerm*color6: #66cccc |
[4f6c5c4] | 32 | XTerm*color14: #54ced6 |
[c39b1a4] | 33 | |
[7efb2d0] | 34 | ! Light Grey (Selection) + White (Current Line) |
[c9364b1] | 35 | !XTerm*color7: #515151 |
[4f6c5c4] | 36 | XTerm*color15: #393939 |
[c39b1a4] | 37 | |
[7b427be] | 38 | ! Xterm |
[4f6c5c4] | 39 | xterm*utf8: 1 |
40 | xterm*termName: xterm-256color | |
41 | !xterm*loginShell: true | |
42 | xterm*locale: true | |
43 | xterm*vt100.locale: true | |
[9ebddde] | 44 | xterm.vt100.scrollbar.width: 6 |
[785ce8c] | 45 | xterm*faceName: DejaVu Sans Mono |
46 | ! xterm*boldFont: xft:Unifont:pixelsize=12:style=bold | |
47 | xterm*faceSize: 14.5 | |
[4f6c5c4] | 48 | xterm*vt100.allowBoldFonts: True |
49 | xterm*renderFont: True | |
[9ebddde] | 50 | xterm.vt100.eightBitInput: False |
[4f6c5c4] | 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 | |
[9ebddde] | 58 | |
[4f6c5c4] | 59 | |
60 | emacs.toolBar: 0 | |
[c5a7c14] | 61 | emacs.FontBackend: xft |
[2872fe6] | 62 | ! emacs.font: Unifont-12 |
[4f6c5c4] | 63 | emacs.menuBar: 0 |
64 | emacs.verticalScrollBars: off | |
[5516569] | 65 | ! emacs.pane.menubar.font: Unifont 12 |
[212c521] | 66 | |
[4f6c5c4] | 67 | ! emacs.reverseVideo: true |
[7b427be] | 68 | |
[2872fe6] | 69 | |
[7b427be] | 70 | ! Font Settings |
[9ebddde] | 71 | Xft.hinting: 0 |
[4f6c5c4] | 72 | Xft.lcdfilter: lcddefault |
[9ebddde] | 73 | Xft.hintstyle: hintnone |
[4f6c5c4] | 74 | Xft.antialias: 1 |
75 | Xft.autohint: 1 | |
[4f2555f] | 76 | Xft.rgba: rgb |
77 | ! Change cursor | |
[1ba36c3] | 78 | Xcursor.theme: Adwaita |
[4f6c5c4] | 79 | ! Xft.dpi: 96 ! 144 |
Note:
See TracBrowser
for help on using the repository browser.