-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
59 lines (46 loc) · 1.1 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
! special
*.foreground: #d0d0d0
*.background: #151515
*.cursorColor: #d0d0d0
! black
*.color0: #151515
*.color8: #505050
! red
*.color1: #ac4142
*.color9: #ac4142
! green
*.color2: #90a959
*.color10: #90a959
! yellow
*.color3: #f4bf75
*.color11: #f4bf75
! blue
*.color4: #6a9fb5
*.color12: #6a9fb5
! magenta
*.color5: #aa759f
*.color13: #aa759f
! cyan
*.color6: #75b5aa
*.color14: #75b5aa
! white
*.color7: #d0d0d0
*.color15: #f5f5f5
! Disable scrollbar
URxvt*scrollBar: false
! Transparency
URxvt*transparent: true
URxvt*shading: 15
! Internal Border
URxvt*internalBorder: 8
! Set font
URxvt*font: xft:Dejavu Sans Mono:size=8,xft:Roboto Mono:size=8,xft:terminus:pixelsize=8,xft:FreeMono:size=8
! Extensions
URxvt*perl-ext: default,url-select,selection-to-clipboardkey,board-select,resize-font
URxvt*keysym.M-u: perl:url-select:select_next
URxvt*url-select.launcher: /usr/bin/xdg-open
URxvt*url-select.underline: true
URxvt*url-select.rend.0: Uline Bold fg5
URxvt*keysym.M-Escape: perl:keyboard-select:activate
URxvt*keysym.M-s: perl:keyboard-select:search
URxvt*url-select.button: 1