source: dotfiles/X/.Xdefaults@ 5516569

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