-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdot.Xresources
29 lines (27 loc) · 898 Bytes
/
dot.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
! This is is just a template...
! like Vim/Nvim gruvebox color scheme
xterm*foreground: #ebdbb2
xterm*background: #292929
xterm*cursorColor: #a0c055
xterm*scrollBar: false
xterm*cursorBlink: false
xterm*selectToClipboard: true
xterm*loginShell: true
xterm*faceName: GoMono NF
xterm*faceSize: 9
xterm*utf8: 1
xterm*renderFont: true
! believe or not, we have to copy the complete section
! to satisfy the x-terminal-editor shortcut in Gnome shell...
x-terminal-emulator*foreground: #ebdbb2
x-terminal-emulator*background: #292929
x-terminal-emulator*cursorColor: #a0c055
x-terminal-emulator*scrollBar: false
x-terminal-emulator*cursorBlink: false
x-terminal-emulator*selectToClipboard: true
x-terminal-emulator*loginShell: true
x-terminal-emulator*faceName: GoMono NF
x-terminal-emulator*faceSize: 9
x-terminal-emulator*utf8: 1
x-terminal-emulator*title: gterm
x-terminal-emulator*renderFont: true