blob: c346ab26d7111bbaf2305d68e9b0173d34d16858 (
plain)
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
54
55
56
57
58
59
60
61
62
63
64
65
|
! special
*.foreground: #2f2f2f
*.background: #f3f4f5
*.cursorColor: #565e65
! black
*.color0: #1c2023
*.color8: #747c84
! red
*.color1: #b55651
*.color9: #b55651
! green
*.color2: #11703c
*.color10: #11703c
! yellow
*.color3: #4d4f4b
*.color11: #4d4f4b
! blue
*.color4: #304560
*.color12: #304560
! magenta
*.color5: #aa297f
*.color13: #aa297f
! cyan
*.color6: #4ba39a
*.color14: #4ba39a
! white
*.color7: #c7ccd1
*.color15: #f3f4f5
URxvt.cursorBlink : 1
URxvt.font :xft:JetBrainsMono Nerd Font Mono:pixelsize=12.5:style=Regular \
xft:DejaVu Sans Mono:size=12.5:style=Medium
URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:pixelsize=12.5:style=Italic
URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:pixelsize=12.5:style=Bold
URxvt.lineSpace : 0
URxvt.letterSpace : 0
URxvt.scrollBar : false
URxvt.internalBorder : 25
URxvt.cursorUnderline : false
URxvt.geometry : 80x30
URxvt.thickness : 5
URxvt.titleBar : false
URxvt.intensityStyles : false
URxvt.perl-ext-common : default,matcher,font-size
URxvt.font-size.step: 1
URxvt.url-launcher : chromium
URxvt.matcher.button : 1
Xft.autohint: true
Xft.antialias: true
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
Xft.dpi: 96
|