aboutsummaryrefslogtreecommitdiff
path: root/x/Xresources
blob: b957cb3935821ad62c00fd56a172252d90ec8951 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/* Declare our xterms have 256 colors */
XTerm.termName: xterm-256color

/* Flash my window manager if a BEL is sounded in an xterm */
XTerm.vt100.bellIsUrgent: true

/* Don't munge 8th bit of characters with Alt, send an Escape prefix instead */
XTerm.vt100.altIsNotMeta: true
XTerm.vt100.altSendsEscape: true

/**
 * Stick all of the non-control ASCII characters into the same xterm selection
 * group as the alphanumeric ones added by default, except for space and the
 * left and right angle brackets (less-than and greater-than), because being
 * able to click URLs quickly outweighs anything else.
 */
XTerm.vt100.charClass: 33-126:48,60:60,61:48,62:60

/**
 * Put the terminal text contents flush against the edges of the window,
 * otherwise things like tmux look awkward.
 */
XTerm.vt100.internalBorder: 0

/**
 * Set some less harsh colors than the xterm defaults; I think I got these from
 * somewhere else and tweaked them, but I can't remember where it was now.
 */
XTerm.vt100.background: #030303
XTerm.vt100.foreground: #E0E0E0
XTerm.vt100.color0: #030303
XTerm.vt100.color1: #CC0000
XTerm.vt100.color2: #3EAA06
XTerm.vt100.color3: #C4A000
XTerm.vt100.color4: #3465A4
XTerm.vt100.color5: #75507B
XTerm.vt100.color6: #06989A
XTerm.vt100.color7: #D3D7CF
XTerm.vt100.color8: #303030
XTerm.vt100.color9: #EF2929
XTerm.vt100.color10: #7AF234
XTerm.vt100.color11: #FCE94F
XTerm.vt100.color12: #729FCF
XTerm.vt100.color13: #AD7FA8
XTerm.vt100.color14: #34E2E2
XTerm.vt100.color15: #EEEEEC