-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
37 lines (32 loc) · 881 Bytes
/
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
! Monokai theme
URxvt*background: #1B1D1E
URxvt*foreground: #B2B2B2
URxvt*cursorColor: #FFFFFF
URxvt*color0: #303030
URxvt*color1: #E1321A
URxvt*color2: #6AB017
URxvt*color3: #FFC005
URxvt*color4: #004F9E
URxvt*color5: #EC0048
URxvt*color6: #2AA7E7
URxvt*color7: #F2F2F2
URxvt*color8: #5D5D5D
URxvt*color9: #FF361E
URxvt*color10: #7BC91F
URxvt*color11: #FFD00A
URxvt*color12: #0071FF
URxvt*color13: #FF1D62
URxvt*color14: #4BB8FD
URxvt*color15: #A020F0
Xft.autohint: 1
Xft.lcdfilter: lcddefault
Xft.hinting: false
Xft.antialias: true
Xft.rgb: true
Xft.dpi: 96
URxvt.font: xft:Source Code Pro:pixelsize=14,xft:Monospace:pixelsize=14
URxvt.letterSpace: -1
URxvt.iso14755: false
URxvt.scrollBar: false
URxvt.mouseWheelScrollPage: true
URxvt.urgentOnBell: true