-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
63 lines (57 loc) · 1.71 KB
/
.Xresources
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
! general settings including transparency
URxvt*depth: 32
URxvt*background: [70]#000000
URxvt*transparent: true
URxvt*shading: 20
URxvt*foreground: White
URxvt*cursorBlink: true
URxvt*cursorUnderline: true
URxvt*iso14755: false
URxvt*scrollBar: false
URxvt*internalBorder: 1
URxvt*saveLines: 65535
! font settings
URxvt*font: xft:Monospace:pixelsize=12
URxvt*letterSpace: -1
! font rendering
Xft.antialias: true
Xft.autohint: 0
Xft.dpi: 96
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
! ambience Terminator color scheme
! black
URxvt*color0: #2E3436
URxvt*color8: #555753
! red
URxvt*color1: #CC0000
URxvt*color9: #EF2929
! green
URxvt*color2: #4E9A06
URxvt*color10: #8AE234
! yellow
URxvt*color3: #C4A000
URxvt*color11: #FCE94F
! blue
URxvt*color4: #3465A4
URxvt*color12: #729FCF
! violet
URxvt*color5: #75507B
URxvt*color13: #AD7FA8
! cyan
URxvt*color6: #06989A
URxvt*color14: #34E2E2
! grey
URxvt*color7: #D3D7CF
URxvt*color15: #EEEEEC
! make urls clickable
URxvt*perl-ext-common: default,matcher
URxvt*url-launcher: /usr/bin/firefox
URxvt*matcher.button: 1
! jumping words
URxvt*keysym.Control-Up: \033[1;5A
URxvt*keysym.Control-Down: \033[1;5B
URxvt*keysym.Control-Left: \033[1;5D
URxvt*keysym.Control-Right: \033[1;5C