-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
60 lines (51 loc) · 1.18 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
! Various font display options.
Xft.antialias: 1
Xft.autohint: 0
Xft.dpi: 96
Xft.hinting: 1
Xft.hintstyle: hintfull
Xft.lcdfilter: lcddefault
Xft.rgba: rgb
! puh font 20
! Set the font.
URxvt.font: xft:Ubuntu Mono:size=16
URxvt.boldFont: xft:Ubuntu Mono:bold:size=16
! Set the cursor.
Xcursor.theme: Vanilla-DMZ
Xcursor.size: 22
! Large history.
URxvt.saveLines: 32767
! No scrollbar.
URxvt.scrollBar: false
! Do not scroll with output.
URxvt.scrollTtyOutput: false
URxvt.scrollWithBuffer: true
URxvt.scrollTtyKeypress: true
! When scrolling within secondary screens, do not use the scroll buffer.
URxvt.secondaryScreen: 1
URxvt.secondaryScroll: 0
! Enable clickable URLs.
URxvt.perl-ext-common: default,matcher,selection-to-clipboard,-confirm-paste
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.matcher.button: 1
URxvt.colorUL: #87ceeb
! Zenburn theme colors.
*foreground: #dcdccc
*background: #000000
*underlineColor: #c5f779
*color0: #3f3f3f
*color1: #A07070
*color2: #60b48a
*color3: #dfaf8f
*color4: #506070
*color5: #dc8cc3
*color6: #8cd0d3
*color7: #DCDCCC
*color8: #709080
*color9: #cc9393
*color10: #7f9f7f
*color11: #f0dfaf
*color12: #94bff3
*color13: #ec93d3
*color14: #93e0e3
*color15: #ffffff