-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.Xresources
74 lines (57 loc) · 1.27 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
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
! Screen scale
Xft.dpi: 120
! Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
Xcursor.theme: Chameleon-Pearl-Regular-0.5
Xcursor.size: 0
! URxvt Customization
URxvt.font: xft:FiraCode Nerd Font Mono:size=14
URxvt.scrollBar: false
URxvt.underlineURLs: true
URxvt.internalBorder: 35
URxvt.cursorBlink: 1
URxvt.cursorUnderline: 1
! Colors
*.foreground : #eeffff
*.background : #242424
*.cursorColor : #eeffff
! *fading : 35
*fadeColor : #404040
! black
*.color0 : #2b2b2b
*.color8 : #404040
! red
*.color1 : #f07178
*.color9 : #ff8b92
! green
*.color2 : #c3e88d
*.color10 : #ddffa7
! yellow
*.color3 : #ffcb6b
*.color11 : #ffe585
! blue
*.color4 : #82aaff
*.color12 : #9cc4ff
! magenta
*.color5 : #c792ea
*.color13 : #e1acff
! cyan
*.color6 : #89ddff
*.color14 : #a3f7ff
! white
*.color7 : #ffffff
*.color15 : #ffffff
*.accentColor : #f07178
*.urgentColor : #ffcb6b
! For transparency composition
urxvt*depth: 32
urxvt*background: [90]#242424
! Extensions
URxvt.perl-ext-common: default,matcher,resize-font,
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1