-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.Xdefaults
87 lines (77 loc) · 2.24 KB
/
.Xdefaults
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
XTerm*foreground: white
XTerm*background: black
XTerm*allowSendEvents: true
UXTerm*foreground: white
UXTerm*background: black
! Xcursor --------------------------------------------------------------------
Xcursor.theme: Vanilla-DMZ-AA
Xcursor.size: 22
! colors
*background: #000000
*foreground: #c7c7c7
! Black
*color0: #626262
*color8: #8f8f8f
! Red
*color1: #ff8373
*color9: #ffc4be
! Green
*color2: #b4fb73
*color10: #d6fcba
! Yellow
*color3: #fffdc3
*color11: #fffed5
! Blue
*color4: #a5d5fe
*color12: #c2e3ff
! Magenta
*color5: #ff90fe
*color13: #ffb2fe
! Cyan
*color6: #d1d1fe
*color14: #e6e7fe
! White
*color7: #f1f1f1
*color15: #ffffff
urxvt*foreground: #c7c7c7
urxvt*background: #000000
URxvt*scrollstyle: plain
URxvt*cursorBlink: false
urxvt*geometry: 160x50
urxvt*internalBorder: 5
urxvt*fading: 20
urxvt*shading: 80
urxvt*tintColor: #222222
urxvt*inheritPixmap: false
urxvt*depth: 24
!urxvt*depth: 32
urxvt*saveLines: 32767
urxvt*visualBell: false
urxvt*scrollTtyKeypress: true
urxvt*scrollWithBuffer: false
urxvt*scrollTtyOutput: false
urxvt*scrollBar: false
urxvt*scrollstyle: plain
urxvt*scrollBar_right: true
urxvt*scrollColor: #777777
urxvt*cursorColor: #ffcc00
urxvt*loginShell: true
urxvt*termName: xterm-256color
urxvt*cutchars: "()*,<>[]{}|'
urxvt*print-pipe: cat > $(echo urxvt.dump.`date +'%Y%M%d%H%m%S'`)
urxvt*secondaryScroll: true
urxvt*mapAlert: true
urxvt*utmpInhibit: true
urxvt*perl-lib: /opt/local/lib/urxvt/perl/
urxvt*perl-ext-common: default,matcher
urxvt*urlLauncher: /opt/local/bin/surf
urxvt*matcher.button: 1
urxvt*background: #000000
!urxvt*background: rgba:2222/2222/2222/dddd
!urxvt*background: rgba:0000/0000/0000/dddd
*VT100.translations: #override Meta <KeyPress> V: insert-selection(PRIMARY, CUT_BUFFER0)
URxvt.keysym.C-Left: \033[1;3D
URxvt.keysym.C-Right: \033[1;3C
URxvt.perl-ext-common: macosx-clipboard
URxvt*keysym.M-c: perl:macosx-clipboard:copy
URxvt*keysym.M-v: perl:macosx-clipboard:paste