-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXresources
executable file
·61 lines (50 loc) · 1.17 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
! special
*.foreground: #deded6
*.background: #121417
*.cursorColor: #deded6
! black
*.color0: #2b3135
*.color8: #4c5356
! red
*.color1: #8fa1b3
*.color9: #8fa1b3
! green
*.color2: #769070
*.color10: #769070
! yellow
*.color3: #4f5b66
*.color11: #4f5b66
! blue
*.color4: #607a86
*.color12: #607a86
! magenta
*.color5: #80757e
*.color13: #80757e
! cyan
*.color6: #60867f
*.color14: #60867f
! white
*.color7: #deded6
*.color15: #deded6
URxvt*scrollWithBuffer: true
URxvt*scrollTtyKeypress: true
URxvt.font: xft:inconsolata:size=8
URxvt.letterSpace: -1
URxvt.perl-ext-common: default,matcher,tabbed,clipboard,selection,url-select
URxvt.url-launcher: /usr/bin/firefox
URxvt.matcher.button: 1
URxvt*scrollBar: false
URrvt*saveLines: 65535
URxvt*cursorBlink: true
URxvt*urgentOnBell: true
!-- Xft settings -- !
Xft.dpi: 200
Xft.antialias: true
Xft.rgba: rgb
Xft.hinting: true
Xft.hintstyle: hintfull
URxvt.colorUL: #4682B4
URxvt.perl-ext: default,url-select
URxvt.keysym.C-u: perl:url-select:select_next
URxvt.url-select.launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true