source: dotfiles/X/.Xdefaults@ 2107e51

Last change on this file since 2107e51 was 5516569, checked in by Mikhail Kirillov <w96k@…>, on Oct 6, 2022 at 12:26:10 PM

Add changes to config

  • Property mode set to 100644
File size: 1.7 KB
Line 
1! Default emacs colors
2XTerm.foreground: #000000
3XTerm.background: #ffffff
4XTerm*cursorColor: #000000
5
6! Black / Grey
7!XTerm.color0: #000000
8XTerm*color8: #bebebe
9
10! Red / Bright Red
11!XTerm*color1: #8b0000
12XTerm*color9: #ff4500
13
14! Green + Bright Green
15!XTerm*color2: #99cc99
16XTerm*color10: #9ec400
17
18! ! Yellow (Orange) + Bright Yellow (Yellow)
19!XTerm*color3: #cd8500
20XTerm*color11: #cdcd00
21
22! Blue + Bright Blue
23!XTerm*color4: #6699cc
24XTerm*color12: #6699cc
25
26! Magenta (Purple) + Bright Magenta
27!XTerm*color5: #cc99cc
28!XTerm*color13: #b777e0;
29
30! Cyan (Aqua) + Bright Cyan
31!XTerm*color6: #66cccc
32XTerm*color14: #54ced6
33
34! Light Grey (Selection) + White (Current Line)
35!XTerm*color7: #515151
36XTerm*color15: #393939
37
38! Xterm
39xterm*utf8: 1
40xterm*termName: xterm-256color
41!xterm*loginShell: true
42xterm*locale: true
43xterm*vt100.locale: true
44xterm.vt100.scrollbar.width: 6
45xterm*faceName: DejaVu Sans Mono
46! xterm*boldFont: xft:Unifont:pixelsize=12:style=bold
47xterm*faceSize: 14.5
48xterm*vt100.allowBoldFonts: True
49xterm*renderFont: True
50xterm.vt100.eightBitInput: False
51xterm*selectToClipboard: True
52xterm*cursorBlink: True
53xterm*visualBell: True
54xterm*ScrollKey: True
55xterm*saveLines: 5000
56xterm*scaleHeight: 1
57xterm*highlightSelection: True
58
59
60emacs.toolBar: 0
61emacs.FontBackend: xft
62! emacs.font: Unifont-12
63emacs.menuBar: 0
64emacs.verticalScrollBars: off
65! emacs.pane.menubar.font: Unifont 12
66
67! emacs.reverseVideo: true
68
69
70! Font Settings
71Xft.hinting: 0
72Xft.lcdfilter: lcddefault
73Xft.hintstyle: hintnone
74Xft.antialias: 1
75Xft.autohint: 1
76Xft.rgba: rgb
77! Change cursor
78Xcursor.theme: Adwaita
79! Xft.dpi: 96 ! 144
Note: See TracBrowser for help on using the repository browser.