source: dotfiles/X/.Xdefaults@ fc6fa17

Last change on this file since fc6fa17 was fc6fa17, checked in by Mikhail Kirillov <w96k@…>, on Sep 6, 2024 at 3:49:57 AM

Update mostly only fonts

  • Property mode set to 100644
File size: 2.7 KB
RevLine 
[c5034f7]1*.pointerColor: red
2
3XTerm*utf8: always
4XTerm*metaSendsEscape: true
5
[638d889]6! Default emacs colors
[4f6c5c4]7XTerm.foreground: #000000
8XTerm.background: #ffffff
[c5034f7]9XTerm*cursorColor: red
[c39b1a4]10
11! Black / Grey
[c9364b1]12!XTerm.color0: #000000
[4f6c5c4]13XTerm*color8: #bebebe
[c39b1a4]14
[7efb2d0]15! Red / Bright Red
[c9364b1]16!XTerm*color1: #8b0000
[4f6c5c4]17XTerm*color9: #ff4500
[c39b1a4]18
[7efb2d0]19! Green + Bright Green
[c9364b1]20!XTerm*color2: #99cc99
[4f6c5c4]21XTerm*color10: #9ec400
[c39b1a4]22
[4ec28a4]23! ! Yellow (Orange) + Bright Yellow (Yellow)
[c9364b1]24!XTerm*color3: #cd8500
[4f6c5c4]25XTerm*color11: #cdcd00
[c39b1a4]26
[7efb2d0]27! Blue + Bright Blue
[c9364b1]28!XTerm*color4: #6699cc
[4f6c5c4]29XTerm*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]37XTerm*color14: #54ced6
[c39b1a4]38
[7efb2d0]39! Light Grey (Selection) + White (Current Line)
[c9364b1]40!XTerm*color7: #515151
[4f6c5c4]41XTerm*color15: #393939
[c39b1a4]42
[7b427be]43! Xterm
[4f6c5c4]44xterm*utf8: 1
45xterm*termName: xterm-256color
46!xterm*loginShell: true
47xterm*locale: true
48xterm*vt100.locale: true
[fc6fa17]49! xterm*font: x:-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
50! xterm*font: x:-misc-fixed-bold-r-normal--15-*-75-75-c-90-iso10646-1
51xterm*font: x:-adobe-courier-bold-r-normal--14-*-75-75-m-90-iso10646-1
52xterm*boldMode: false
53! xterm*font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
[254aa1d]54! xterm*boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1
[4f6c5c4]55xterm*vt100.allowBoldFonts: True
56xterm*renderFont: True
[9ebddde]57xterm.vt100.eightBitInput: False
[4f6c5c4]58xterm*selectToClipboard: True
59xterm*cursorBlink: True
[c5034f7]60xterm*cursorColor: red
[4f6c5c4]61xterm*visualBell: True
62xterm*ScrollKey: True
63xterm*saveLines: 5000
[c5034f7]64xterm*scaleHeight: 0
[4f6c5c4]65xterm*highlightSelection: True
[c5034f7]66xterm.pointerColor: red
[9ebddde]67
[fc6fa17]68! *font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
69! *font: x:-misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
70*font: -adobe-courier-bold-r-normal--14-*-75-75-m-90-iso10646-1
71*boldFont: x:-adobe-courier-bold-r-normal--14-*-75-75-m-90-iso10646-1
72*boldMode: false
[4f6c5c4]73
74emacs.toolBar: 0
[c5034f7]75emacs.FontBackend: x,xft
76emacs.geometry:=80x49+270+0
[2872fe6]77! emacs.font: Unifont-12
[fc6fa17]78! emacs.font: -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
79! emacs.font: -misc-fixed-medium-r-normal--14-130-75-75-c-70-iso10646-1
80emacs.font: -adobe-courier-bold-r-normal--14-*-75-75-m-90-iso10646-1
81emacs.boldFont: -adobe-courier-bold-o-normal--14-*-75-75-m-90-iso10646-1
82! emacs.boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1
[4f6c5c4]83emacs.menuBar: 0
84emacs.verticalScrollBars: off
[c5034f7]85emacs.cursorColor: red
86emacs.lineSpacing: 0
87emacs.pointerColor: red
88! emacs.minibuffer: none
[212c521]89
[4f6c5c4]90! emacs.reverseVideo: true
[7b427be]91
[2872fe6]92
[7b427be]93! Font Settings
[9ebddde]94Xft.hinting: 0
[4f6c5c4]95Xft.lcdfilter: lcddefault
[9ebddde]96Xft.hintstyle: hintnone
[4f6c5c4]97Xft.antialias: 1
[c5034f7]98Xft.autohint: 0
[4f2555f]99Xft.rgba: rgb
100! Change cursor
[1ba36c3]101Xcursor.theme: Adwaita
[4f6c5c4]102! Xft.dpi: 96 ! 144
Note: See TracBrowser for help on using the repository browser.