-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
53 lines (45 loc) · 965 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
45
46
47
48
49
50
51
52
53
!
! URxvt configuration (colors and font)
!
URxvt*font: xft:mono-12:weight=bold
URxvt*scrollBar: false
urxvt*internalBorder: 6
! Disable Perl extension
URxvt.perl-ext:
URxvt.perl-ext-common:
URxvt*foreground: #f2f2f2
URxvt*background: #101010
! Normal
! color0 black
! color1 red
! color2 green
! color3 yellow
! color4 blue
! color5 purple
! color6 cyan
! color7 white
URxvt*color0: #6c6c6c
URxvt*color1: #e9897c
URxvt*color2: #b6e77d
URxvt*color3: #ecebbe
URxvt*color4: #a9cdeb
URxvt*color5: #ea96eb
URxvt*color6: #c9caec
URxvt*color7: #f2f2f2
! Light
! color8 black
! color9 red
! color10 green
! color11 yellow
! color12 blue
! color13 purple
! color14 cyan
! color15 white
URxvt*color8: #747474
URxvt*color9: #f99286
URxvt*color10: #c3f786
URxvt*color11: #fcfbcc
URxvt*color12: #b6defb
URxvt*color13: #fba1fb
URxvt*color14: #d7d9fc
URxvt*color15: #e2e2e2