blob: c0e0def602123f77c13a04cd256a263691bd086c (
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
! ------------------------------------------------------------------------------
! Colors
! ------------------------------------------------------------------------------
!
!------------------------------------------------------------------------------
#define base00 #101010
#define base01 #303030
#define base02 #353535
#define base03 #4A4A4A
#define base04 #787878
#define base05 #EEFFFF
#define base06 #EEFFFF
#define base07 #FFFFFF
#define base08 #D75F5F
#define base09 #F78C6C
#define base0A #353531
#define base0B #13CA91
#define base0C #79ffe1
#define base0D #6987e0
#define base0E #e59595
#define base0F #FF5370
! URxvt
! ------------------------------------------------------------------------------
*foreground: base05
*background: base00
*cursorColor: base05
*color0: base00
*color1: base08
*color2: base0B
*color3: base0A
*color4: base0D
*color5: base0E
*color6: base0C
*color7: base05
*color8: base03
*color9: base09
*color10: base01
*color11: base02
*color12: base04
*color13: base06
*color14: base0F
*color15: base07
URxvt.cursorBlink : 1
URxvt.font :xft:JetBrainsMono Nerd Font Mono:size=10:style=Regular \
xft:DejaVu Sans Mono:size=9:style=Medium
URxvt.italicFont :xft:JetBrainsMono Nerd Font Mono:size=10:style=Italic
URxvt.boldFont :xft:JetBrainsMono Nerd Font Mono:size=10: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,keyboard-select
URxvt.keysym.M-Escape : perl:keyboard-select:activate
URxvt.keysym.M-s : perl:keyboard-select:search
URxvt.keyboard-select.clipboard: true
URxvt.font-size.step : 1
URxvt.url-launcher : chromium
URxvt.matcher.button : 1
Xft.antialias: 1
Xft.hinting: 1
Xft.autohint: 0
Xft.hintstyle: hintslight
Xft.rgba: rgb
Xft.dpi: 120
Xft.lcdfilter: lcddefault
|