-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.Xdefaults
More file actions
49 lines (45 loc) · 1.06 KB
/
Copy path.Xdefaults
File metadata and controls
49 lines (45 loc) · 1.06 KB
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
!! Appearance
URxvt.termName: rxvt-unicode
URxvt.scrollBar: false
Xft.dpi: 96
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintslight
!! Transparency settings
URxvt.transparent: true
URxvt.shading: 15
URxvt.depth: 32
!! URxvt.inheritPixmap: true
!! Fonts
URxvt.font: xft:mononoki:pixelsize=14 for Powerline:size=8,xft:mononoki
URxvt.letterSpace: -1
!! Larger history limit
URxvt.saveLines: 1000000
!! Colors:
URxvt.foreground: #aacccc
URxvt.background: #334455
!! black
URxvt.color0: #2e1f1f
URxvt.color8: #bb8899
!! red
URxvt.color1: #aa0e50
URxvt.color9: #bb8899
!! green
URxvt.color2: #1dcc9f
URxvt.color10: #1fd9a9
!! yellow
URxvt.color3: #27c282
URxvt.color11: #2cdb93
!! blue
URxvt.color4: #7182a8
URxvt.color12: #8194bf
!! magenta
URxvt.color5: #aa5566
URxvt.color13: #7f5aa1
!! cyan
URxvt.color6: #22ddcc
URxvt.color14: #669997
!! white
URxvt.color7: #b7bbbd
URxvt.color15: #d9d9d9