-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
44 lines (38 loc) · 910 Bytes
/
.Xdefaults
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
! urxvt
URxvt.font: xft:Inconsolata:size=14:antialias=true:hinting=true
URxvt*background: #000000
URxvt*foreground: #FFFFFF
! black
URxvt.color0 : #000000
URxvt.color8 : #555555
! red
URxvt.color1 : #AA0000
URxvt.color9 : #FF5555
! green
URxvt.color2 : #00AA00
URxvt.color10 : #55FF55
! yellow
URxvt.color3 : #AA5500
URxvt.color11 : #FFFF55
! blue
URxvt.color4 : #0000AA
URxvt.color12 : #5555FF
! magenta
URxvt.color5 : #AA00AA
URxvt.color13 : #FF55FF
! cyan
URxvt.color6 : #00AAAA
URxvt.color14 : #55FFFF
! white
URxvt.color7 : #AAAAAA
URxvt.color15 : #FFFFFF
URxvt.letterSpace: -1
URxvt.perl-ext-common : default,matcher
URxvt.urlLauncher : google-chrome
URxvt.matcher.button : 1
URxvt.loginShell: true
! scrollbar style - rxvt (default), plain (most compact), next, or xterm
URxvt.scrollstyle: plain
URxvt.internalBorder: 0
URxvt.externalBorder: 0
URxvt.termName: rxvt-256color