-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xdefaults
45 lines (39 loc) · 908 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
##### THIS FILE IS BEING CURRENTLY MANAGED BY URXVTCONFIG #####
##### CHANGES DONE TO THIS FILE MANUALLY MAY AFFECT THE FUNCTIONALITY ######
##### PROCEED WITH CAUTION! #####
! special colors
*.foreground: #ffbd29
*.background: #000000
*.cursorColor: #ffbd29
! black
*.color0: #000000
*.color8: #000000
! red
*.color1: #fc0000
*.color9: #fc0000
! green
*.color2: #00ff00
*.color10: #00ff00
! yellow
*.color3: #ffff00
*.color11: #ffff00
! blue
*.color4: #5555ff
*.color12: #5555ff
! magenta
*.color5: #ff00ff
*.color13: #ff00ff
! cyan
*.color6: #00ffff
*.color14: #00ffff
! white
*.color7: #ffffff
*.color15: #ffffff
URxvt*scrollBar: false
URxvt*scrollBar_right: false
URxvt*transparent: true
URxvt*shading: 24
URxvt.font: xft:Hack:pixelsize=12
URxvt.letterSpace: -1
*antialias: true
*autohint: false