-
Notifications
You must be signed in to change notification settings - Fork 1
/
.Xresources
52 lines (43 loc) · 1.13 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
! Fonts
xterm*faceName: DejaVu Sans Mono Book
xterm*faceSize: 12
! Every shell is a login shell by default
xterm*loginshell: true
! Notify WM of urgency on bell
XTerm.VT100.bellIsUrgent: true
! Send scape for Emacs-like keystrokes
xterm*metaSendsEscape: true
! Log scroll
xterm*savelines: 18313
! Some extra keys
xterm*VT100.Translations: #override \
Ctrl Shift <Key>V: insert-selection(CLIPBOARD) \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Shift <Key>Up: scroll-back(1) \n\
Shift <Key>Down: scroll-forw(1) \n\
Shift <Key>Home: scroll-back(18313) \n\
Shift <Key>End: scroll-forw(18313)
! Right side scroll bar
xterm*rightScrollBar: true
xterm*ScrollBar: true
! Emacs font for GUI
emacs.font: DejaVu Sans Mono-10
! Dracula Xresources palette
*.foreground: #F8F8F2
*.background: #282A36
*.color0: #000000
*.color8: #4D4D4D
*.color1: #FF5555
*.color9: #FF6E67
*.color2: #50FA7B
*.color10: #5AF78E
*.color3: #F1FA8C
*.color11: #F4F99D
*.color4: #BD93F9
*.color12: #CAA9FA
*.color5: #FF79C6
*.color13: #FF92D0
*.color6: #8BE9FD
*.color14: #9AEDFE
*.color7: #BFBFBF
*.color15: #E6E6E6