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