]> err.no Git - dotfiles/blob - Xdefaults
loosen font specs a bit
[dotfiles] / Xdefaults
1 ! Parts (C) 1996 By Greg J. Badros <gjb@cs.duke.edu>
2 ! You may use this file as specified under the GNU General Public License
3
4 Xft.rgba: rgb
5
6
7 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
8 ! emacs, xemacs
9
10 ! #define COLOR_PREF_DARK
11 #define COLOR_PREF_LIGHT
12 #ifdef COLOR_PREF_LIGHT
13
14
15 emacs*Background: White
16 emacs*Foreground: Black
17
18 #endif
19 #ifdef COLOR_PREF_DARK
20
21 emacs*Background: Black
22 emacs*Foreground: White
23
24 #endif
25
26 ! emacs*MenuBar: off
27 emacs*ScrollBars: off
28
29 ! emacs*pointerColor: Blue
30 ! emacs*cursorColor: Blue
31 emacs*bitmapIcon: on
32 ! emacs*font: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso10646-1
33 emacs*font: -misc-fixed-medium-r-semicondensed-*-13-120-*-*-*-*-*-*
34 ! fixed
35 !emacs.geometry: 80x25
36
37 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
38 ! xterm (and friends)
39
40 XTerm*highlightSelection:  true
41 ! Uncomment this to use color for the bold attribute
42 XTerm*VT100*colorBDMode:  on
43 XTerm*VT100*colorBD:  blue
44 ! Uncomment this to use color for underline attribute
45 XTerm.VT100*colorULMode:  on
46 XTerm.VT100*underLine:  off
47 XTerm*VT100*colorUL:  magenta
48 ! Uncomment this to display the scrollbar 
49 XTerm*scrollBar:  false
50
51 XTerm*foreground: Black
52 XTerm*background: White
53
54 ! This resource specifies whether or not to ignore the 'alternate screen'
55 ! of applications such as vi.  When it is on, these applications will restore
56 ! the contents of the screen when they are exited to what they were before
57 ! they were started.  When it is off, the contents of vi will remain on the
58 ! screen after the program is quit.
59 XTerm.VT100.titeInhibit:  true
60
61 !
62 XTerm*eightBitControl: false
63 XTerm*eightBitInput: false
64
65 ! Uncomment this to turn off color mode in your xterms
66 !XTerm.VT100*colorMode:  off
67 XTerm.VT100*dynamicColors:  on
68
69 ! Number of lines of scrollback to save
70 XTerm*saveLines:        1500
71
72 xterm*reverseWrap:      true
73
74 *visualBell:            true
75 *scrollTtyOutput:       False
76 *scrollKey:             True
77 Scrollbar.JumpCursor:   True
78
79 XLock.buttonLogout: 0
80
81 pterm.ScrollBar: 0
82 pterm.Font: -misc-fixed-medium-r-semicondensed-*-13-120-*-*-*-*-*-*
83 pterm.NoMouseReporting: 1
84 pterm.ScrollbackLines: 10000
85 pterm.NoAltScreen: 1
86 pterm.MouseOverride: 0
87
88 ! aka dark blue:
89 pterm.Colour14: 85,85,255
90 ! aka lightblue
91 pterm.Colour15: 128,128,255
92
93 !! To get black-on-white:
94 !pterm.Colour0: 0,0,0
95 !pterm.Colour1: 85,85,85
96 !pterm.Colour3: 187,187,187
97 !pterm.Colour2: 255,255,255