-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xdefaults
52 lines (41 loc) · 1.02 KB
/
.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
# Based on https://opensource.com/article/19/10/why-use-rxvt-terminal
# Colors from terminal.sexy
# Colors added by change_colors tool
! special
URxvt*.foreground: #f8f8f2
URxvt*.background: [90]#272822
URxvt*.cursorColor: #f8f8f2
! black
*.color0: #272822
*.color8: #75715e
! red
*.color1: #f92672
*.color9: #f92672
! green
*.color2: #a6e22e
*.color10: #a6e22e
! yellow
*.color3: #f4bf75
*.color11: #f4bf75
! blue
*.color4: #66d9ef
*.color12: #66d9ef
! magenta
*.color5: #ae81ff
*.color13: #ae81ff
! cyan
*.color6: #a1efe4
*.color14: #a1efe4
! white
*.color7: #f8f8f2
*.color15: #f9f8f5
URxvt*depth: 32
URxvt*font: xft:Hack-Regular:pixelsize=12:antialias=true
URxvt*boldFont: xft:Hack:pixelsize=12:antialias=true:Bold
URxvt*italicFont: xft:Hack:pixelsize=12:antialias=true:Italic
URxvt*letterSpace: -1
URxvt*scrollBar: false
URxvt*perl-ext-common: default, matcher
URxvt.url-launcher: firefox
URxvt*matcher.button: 1
URxvt*internalBorder: 12