-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
61 lines (46 loc) · 1.18 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
URxvt.scrollBar: false
URxvt.perl-ext-common: default,clipboard
URxvt.tabbed.new-button: true
! Xcursor --------------------------------------------------------------------
Xcursor.theme: Adwaita
Xcursor.size: 22
! special
URxvt*.foreground: #9B9B9B
URxvt*.background: #2d2d2d
URxvt*.cursorColor: #9B9B9B
! black
URxvt*.color0: #242424
URxvt*.color8: #373b41
! red
URxvt*.color1: #d45050
URxvt*.color9: #542525
! green
URxvt*.color2: #cdcdcd
URxvt*.color10: #7b7b7b
! yellow
URxvt*.color3: #ffefe3
URxvt*.color11: #ffebc4
! blue
URxvt*.color4: #535353
URxvt*.color12: #476185
! magenta
URxvt*.color5: #e897b7
URxvt*.color13: #e564b9
! cyan
URxvt*.color6: #543441
URxvt*.color14: #7a6a80
! white
URxvt*.color7: #868686
URxvt*.color15: #d5d5d5
Xft.autohint: 0
Xft.antialias: 1
Xft.hinting: true
Xft.hintstyle: hintslight
Xft.dpi: 96
Xft.rgba: rgb
Xft.lcdfilter: lcddefault
urxvt --help 2>&1| sed -n '/: /s/^ */! URxvt*/gp' >> ~/.Xresources
URxvt.font: xft:terminus:size=10
!urxvt*boldFont: xft:terminus:pixelsize=7
URxvt.keysym.shift-Control-V: perl:clipboard:paste
URxvt.iso14755: False