-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
43 lines (36 loc) · 1.51 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
URxvt*font: xft:SourceCodePro:size=12
URxvt*depth: 32
URxvt*scrollBar: false
! Making the terminal transparent (shading is required)
URxvt*transparent: true
URxvt*shading: 20
! Base16 Grayscale
! Scheme: Alexandre Gavioli (https://github.com/Alexx2/)
URxvt*background: #101010
URxvt*foreground: #b9b9b9
URxvt*cursorColor: #b9b9b9
URxvt*scrollColor: #b9b9b9
URxvt*highlightColor: #464646
URxvt*highlightTextColor: #ababab
URxvt*color0: #101010
URxvt*color1: #7c7c7c
URxvt*color2: #8e8e8e
URxvt*color3: #a0a0a0
URxvt*color4: #686868
URxvt*color5: #747474
URxvt*color6: #868686
URxvt*color7: #b9b9b9
URxvt*color8: #525252
URxvt*color9: #7c7c7c
URxvt*color10: #8e8e8e
URxvt*color11: #a0a0a0
URxvt*color12: #686868
URxvt*color13: #747474
URxvt*color14: #868686
URxvt*color15: #f7f7f7
URxvt*color16: #999999
URxvt*color17: #5e5e5e
URxvt*color18: #252525
URxvt*color19: #464646
URxvt*color20: #ababab
URxvt*color21: #e3e3e3