-
Notifications
You must be signed in to change notification settings - Fork 0
/
Xresources
50 lines (39 loc) · 863 Bytes
/
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
! Onenord color scheme for Xresources (xterm, rxvt, ...)
*foreground: #E5E9F0
*background: #2E3440
*highlightColor: #3F4758
*cursorColor: #81A1C1
! black
*color0: #3B4252
*color8: #4C566A
! red
*color1: #E06C75
*color9: #E06C75
! green
*color2: #9EC183
*color10: #9EC183
! yellow
*color3: #EBCB8B
*color11: #EBCB8B
! blue
*color4: #81A1C1
*color12: #81A1C1
! magenta
*color5: #B988B0
*color13: #B988B0
! cyan
*color6: #88C0D0
*color14: #8FBCBB
! white
*color7: #E5E9F0
*color15: #ECEFF4
! Font settings
xterm*faceName: JetBrainsMono Nerd Font
xterm*faceSize: 13
! Other settings
xterm*saveLines: 4096
xterm*scrollBar: false
xterm*rightScrollBar: true
xterm*jumpScroll: true
xterm*multiScroll: true
xterm*toolBar: false