-
Notifications
You must be signed in to change notification settings - Fork 0
/
.Xresources
56 lines (46 loc) · 1.09 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
! special
*.foreground: #c5c5c5
*.background: #1c1c1c
*.cursorColor: #c5c5c5
! black
*.color0: #1c1c1c
*.color8: #666666
! red
*.color1: #ff005b
*.color9: #ff00a0
! green
*.color2: #cee318
*.color10: #ccff00
! yellow
*.color3: #ffe755
*.color11: #ff9f00
! blue
*.color4: #048ac7
*.color12: #48c6ff
! magenta
*.color5: #833c9f
*.color13: #be67e1
! cyan
*.color6: #0ac1cd
*.color14: #63e7f0
! white
*.color7: #e5e5e5
*.color15: #f3f3f3
! Xcursor
Xcursor.size: 16
! URxvt
! Require urxvt-perls, urxvt-resize-font-git (AUR)
URxvt.font: xft:Hack:regular:size=12,xft:Source Code Pro:size=12
URxvt.geometry: 160x50
URxvt*scrollBar: false
URxvt.depth: 32
URxvt*background: [95]#1c1c1c
URxvt.perl-ext-common: default,matcher,resize-font,clipboard
URxvt.url-launcher: brave
URxvt.matcher.button: 1
URxvt.matcher.pattern.1: \\bwww\\.[\\w-]\\.[\\w./?&@#-]*[\\w/-]
URxvt.clipboard.autocopy: true
URxvt.keysym.C-C: perl:clipboard:copy
URxvt.keysym.C-V: perl:clipboard:paste
URxvt.iso14755: false
URxvt.iso14755_52: false