blob: 636a0bfb85385f991237aba3d43b6f262f098349 (
plain)
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
|
!! urxvt
URxvt*buffered: true
URxvt*cursorBlink: false
URxvt*font: xft:MesloLGS NF:size=12:antialias=true
URxvt*depth: 32
URxvt*borderless: 1
URxvt*scrollBar: false
URxvt*loginShell: true
Urxvt*secondaryScroll: true
URxvt*saveLines: 99999
URxvt*termName: rxvt-unicode
URxvt*iso14755: false
URxvt*iso14755_52: false
URxvt*keysym.Shift-Control-V: eval:paste_clipboard
URxvt*keysym.Shift-Control-C: eval:selection_to_clipboard
! special
*.foreground: #ffffff
*.background: #000000
*.cursorColor: #ffffff
! black
*.color0: #000000
*.color8: #555555
! red
*.color1: #c90000
*.color9: #e35f5f
! green
*.color2: #289428
*.color10: #97d07e
! yellow
*.color3: #f1883f
*.color11: #f9cc72
! blue
*.color4: #1e76e7
*.color12: #98d0ff
! magenta
*.color5: #eb20df
*.color13: #ea8ff1
! cyan
*.color6: #099684
*.color14: #61e5d4
! white
*.color7: #dddddd
*.color15: #ffffff
|