source: dotfiles/X/.Xdefaults@ fde9de8

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