-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.Xdefaults
132 lines (110 loc) · 3.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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
! my initial setup
XTerm*dynamicColors: true
UXTerm*dynamicColors: true
! XTerm*background: black
! XTerm*foreground: white
XTerm*utf8: 2
UXTerm*utf8: 2
XTerm*eightBitInput: true
UXTerm*eightBitInput: true
XTerm*saveLines: 32767
UXTerm*saveLines: 32767
XTerm*scrollTtyKeypress: true
UXTerm*scrollTtyKeypress: true
XTerm*scrollTtyOutput: false
UXTerm*scrollTtyOutput: false
XTerm*scrollBar: false
UXTerm*scrollBar: false
XTerm*loginShell: true
UXTerm*loginShell: true
XTerm*jumpScroll: true
UXTerm*jumpScroll: true
XTerm*multiScroll: true
UXTerm*multiScroll: true
XTerm*toolBar: false
UXTerm*toolBar: false
! font hell
XTerm*faceName: monospace
UXTerm*faceName: monospace
XTerm*faceNameDoublesize: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-?
UXTerm*faceNameDoublesize: -misc-fixed-medium-r-semicondensed--13-120-75-75-c-60-iso8859-?
XTerm*faceSize: 11
UXTerm*faceSize: 11
XTerm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
UXTerm*font: -misc-fixed-medium-r-normal--18-120-100-100-c-90-iso10646-1
XTerm*wideFont: -misc-fixed-medium-r-normal-ja-18-120-100-100-c-180-iso10646-1
UXTerm*wideFont: -misc-fixed-medium-r-normal-ja-18-120-100-100-c-180-iso10646-1
! Emacs.font: Hack:style=Regular:size=12
Xfdesktop.font: Hack:style=Regular:size=11
Thunar.font: Hack:style=Regular:size=11
! ^ The above lines are no comments!
! ! Leave them as they are if a file ~/.extend.Xresources is being used on your
! system.
! ! config can be added there or also here below.
! ! For comments use "!"
!
! THEME STUFF BEGIN HERE
Xft.dpi: 96
Xft.antialias: true
Xft.hinting: true
! Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
XTerm*background: #282A36
UXTerm*background: #282A36
XTerm*foreground: #F8F8F2
UXTerm*foreground: #F8F8F2
XTerm*pointerColor: #16A085
UXTerm*pointerColor: #16A085
! Dracula Xresources palette
! special
*.foreground: #c5c8c6
*.background: #1d1f21
*.cursorColor: #c5c8c6
! black
*.color0: #282a2e
*.color8: #373b41
! red
*.color1: #a54242
*.color9: #cc6666
! green
*.color2: #8c9440
*.color10: #b5bd68
! yellow
*.color3: #de935f
*.color11: #f0c674
! blue
*.color4: #5f819d
*.color12: #81a2be
! magenta
*.color5: #85678f
*.color13: #b294bb
! cyan
*.color6: #5e8d87
*.color14: #8abeb7
! white
*.color7: #707880
*.color15: #c5c8c6
! Emacs fixes
! C-h key
*VT100.Translations: #override \
<Key>BackSpace: string(0x7F)\n\
<Key>Delete: string("\033[3~")\n\
<Key>Home: string("\033[1~")\n\
<Key>End: string("\033[4~")
*ttyModes: erase ^?
! Meta key
XTerm*metaSendsEscape: true
UXTerm*metaSendsEscape: true
! setting that C-h on emacs works, but backspace not
XTerm*ptyInitialErase: true
UXTerm*ptyInitialErase: true
! sendo extra non-emulated keys
XTerm*vt100.formatOtherKeys: 1
UXTerm*vt100.formatOtherKeys: 1
XTerm*vt100.modifyOtherKeys: 1
UXTerm*vt100.modifyOtherKeys: 1
! blink cursor, yes i like it.
XTerm*cursorBlink: true
UXTerm*cursorBlink: true