-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
58 lines (48 loc) · 1.49 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
xterm*termName: xterm-256color
xterm*faceName: DejaVu Sans Mono:antialias=true:hinting=true
xterm*faceSize: 11
xterm*dynamicColors: true
xterm*locale: true
xterm*scrollBar: false
xterm*rightScrollBar: false
xterm*toolBar: false
xterm*metaSendsEscape: true
*background: #212121
*foreground: #e5e5e5
! Black
*color0: #1e2d2d
*color8: #2e4545
! Red
*color1: #ff4040
*color9: #ff0101
! Green
*color2: #008b00
*color10: #bada55
! Yellow
*color3: #ffa40b
*color11: #ffff4d
! Blue
*color4: #60bdf4
*color12: #00bcbc
! Magenta
*color5: #ff0087
*color13: #f64a8a
! Cyan
*color6: #80a0ff
*color14: #007878
! White
*color7: #ffffff
*color15: #c9f0fa
URxvt*scrollBar: false
URxvt*font: xft:Fantasque Sans Mono:pixelsize=14.5:antialias=true:hinting=true,xft:DejaVu Sans Mono:style=Book,xft:Unifont
/* *background: #212121 */
/* *foreground: #E5E5E5 */
Xft.hinting: true
URxvt*borderless: true
! Usage: put the following lines in your .Xdefaults/.Xresources:
! copy the clipboard file to /usr/lib/urxvt/perl
URxvt.perl-ext-common: ,clipboard
URxvt.clipboard.copycmd: xclip -i -selection clipboard
URxvt.clipboard.pastecmd: xclip -o -selection clipboard
URxvt.keysym.M-v: perl:clipboard:paste
URxvt*altSendsEscape: true