-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
62 lines (48 loc) · 1.24 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
62
! Xresources file by a2p1k02
! special
*.foreground: #ffffff
*.background: #1b1b1b
*.cursorColor: #ffffff
! black
*.color0: #3d3d3d
*.color8: #4d4d4d
! red
*.color1: #6673bf
*.color9: #899aff
! green
*.color2: #3ea290
*.color10: #52ad91
! yellow
*.color3: #b0ead9
*.color11: #98c9bb
! blue
*.color4: #31658c
*.color12: #477ab3
! magenta
*.color5: #596196
*.color13: #7882bf
! cyan
*.color6: #8292b2
*.color14: #95a7cc
! white
*.color7: #c8cacc
*.color15: #edeff2
URxvt.scrollBar: false
URxvt.font: xft:Misc Tamsyn:style=Regular:size=12
!URxvt.font: xft:JetBrains Mono NL: size=12
!URxvt.font: xft:Iosevka:size=12
URxvt.letterSpace: 0
URxvt.iso14755: false
URxvt.iso14755_52: false
URxvt.clipboard.autocopy: true
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
URxvt.keysym.Shift-Control-C: eval:selectrion_to_clipboard
URxvt.perl-ext-common: default,clipboard,url-select,keyboard-select,matcher
URxvt.url-launcher: /usr/bin/xdg-open
URxvt.url-select.underline: true
URxvt.matcher.button: 1
URxvt.keysym.Control-Up: \033[1;5A
URxvt.keysym.Control-Down: \033[1;5B
URxvt.keysym.Control-Left: \033[1;5D
URxvt.keysym.Control-Right: \033[1;5C
URxvt.fading: 0