-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.Xresources
88 lines (75 loc) · 1.85 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
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
Xft.dpi: 110
Xft.antialias: true
Xft.hinting: true
Xft.rgba: rgb
Xft.autohint: false
Xft.hintstyle: hintslight
Xft.lcdfilter: lcddefault
! xterm
! Colorscheme
! special
! xterm*background: #1E1E2E
xterm*foreground: #CDD6F4
xterm*cursorColor: #F5E0DC
! black
xterm*color0: #45475A
xterm*color8: #585B70
! red
xterm*color1: #F38BA8
xterm*color9: #F38BA8
! green
xterm*color2: #A6E3A1
xterm*color10: #A6E3A1
! yellow
xterm*color3: #F9E2AF
xterm*color11: #F9E2AF
! blue
xterm*color4: #89B4FA
xterm*color12: #89B4FA
! magenta
xterm*color5: #F5C2E7
xterm*color13: #F5C2E7
! cyan
xterm*color6: #94E2D5
xterm*color14: #94E2D5
! white
xterm*color7: #BAC2DE
xterm*color15: #A6ADC8
xterm*termName: xterm-256color
!! xterm Appearance
!! UXTerm*vt100.scaleHeight: 1.01
xterm*letterSpace: 0
xterm*lineSpace: 0
! xterm*geometry: 92x24
! XTerm*loginShell: true
! xterm*internalBorder: 24
UXTerm*charClass: 33:48,35:48,37:48,43:48,45-47:48,64:48,95:48,126:48
! UXTerm*eightBitInput: false
xterm*cursorBlink: true
xterm*cursorUnderline: false
! xterm*saveline: 2048
! xterm*scrollBar: false
! xterm*scrollBar_right: false
xterm*urgentOnBell: true
xterm*depth: 24
xterm*iso14755: false
! stop output to terminal from jumping down to bottom of scroll again
! xterm*scrollTtyOutput: false
! xterm*faceName: Source Code Pro:pixelsize=16
! xterm*faceName: JetBrainsMonoNL Nerd Font Mono:pixelsize=16
xterm*faceName: DejaVuSansM Nerd Font Mono:pixelsize=16
! xterm*foreground: white
xterm*background: black
xterm*selectToClipboard: true
! force utf-8
xterm.vt100.locale: false
xterm.vt100.utf8: true
! Make Alt behave as other terminals
xterm.vt100.metaSendsEscape: true
xterm.vt100.saveLines: 4096
xterm.vt100.translations: #override \n\
Ctrl Shift <Key>C: copy-selection(CLIPBOARD) \n\
Ctrl Shift <Key>V: insert-selection(CLIPBOARD)
! Large Cursor
xterm.cursorTheme: Adwaita
Xcursor.size: 16