source: dotfiles/X/.Xdefaults@ 254aa1d

Last change on this file since 254aa1d was 254aa1d, checked in by Mikhail Kirillov <w96k@…>, on Aug 5, 2024 at 6:53:43 AM

Massively update guix home

  • Property mode set to 100644
File size: 2.1 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
[c5034f7]49xterm*font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
[254aa1d]50! xterm*boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1
[4f6c5c4]51xterm*vt100.allowBoldFonts: True
52xterm*renderFont: True
[9ebddde]53xterm.vt100.eightBitInput: False
[4f6c5c4]54xterm*selectToClipboard: True
55xterm*cursorBlink: True
[c5034f7]56xterm*cursorColor: red
[4f6c5c4]57xterm*visualBell: True
58xterm*ScrollKey: True
59xterm*saveLines: 5000
[c5034f7]60xterm*scaleHeight: 0
[4f6c5c4]61xterm*highlightSelection: True
[c5034f7]62xterm.pointerColor: red
[9ebddde]63
[c5034f7]64*font: x:-adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
[4f6c5c4]65
66emacs.toolBar: 0
[c5034f7]67emacs.FontBackend: x,xft
68emacs.geometry:=80x49+270+0
[2872fe6]69! emacs.font: Unifont-12
[c5034f7]70emacs.font: -adobe-courier-medium-r-normal--14-140-75-75-m-90-iso8859-1
71emacs.boldFont: x:-adobe-courier-medium-r-bold--14-140-75-75-m-90-iso8859-1
[4f6c5c4]72emacs.menuBar: 0
73emacs.verticalScrollBars: off
[c5034f7]74emacs.cursorColor: red
75emacs.lineSpacing: 0
76emacs.pointerColor: red
77! emacs.minibuffer: none
[212c521]78
[4f6c5c4]79! emacs.reverseVideo: true
[7b427be]80
[2872fe6]81
[7b427be]82! Font Settings
[9ebddde]83Xft.hinting: 0
[4f6c5c4]84Xft.lcdfilter: lcddefault
[9ebddde]85Xft.hintstyle: hintnone
[4f6c5c4]86Xft.antialias: 1
[c5034f7]87Xft.autohint: 0
[4f2555f]88Xft.rgba: rgb
89! Change cursor
[1ba36c3]90Xcursor.theme: Adwaita
[4f6c5c4]91! Xft.dpi: 96 ! 144
Note: See TracBrowser for help on using the repository browser.