-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathalacritty.yml
49 lines (44 loc) · 930 Bytes
/
alacritty.yml
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
# Normal colors
env:
TERM: xterm-256color
window:
decorations: none
startup_mode: Windowed
colors:
primary:
background: '#282c34'
foreground: '#abb2bf'
cursor:
text: CellBackground
cursor: '#528bff' # syntax-cursor-color
selection:
text: CellForeground
background: '#3e4451' # syntax-selection-color
normal:
black: '#5c6370' # mono-3
red: '#e06c75' # red 1
green: '#98c379'
yellow: '#e5c07b' # orange 2
blue: '#61afef'
magenta: '#c678dd'
cyan: '#56b6c2'
white: '#828997' # mono-2
# Font
font:
normal:
family: JetBrainsMono Nerd Font
style: Regular
size: 10
offset:
x: -1
y: -1
# Cursor
cursor:
text: '#191919'
cursor: '#d8dee9'
style: Beam
vi_mode_style: Block
unfocused_hollow: true
vi_mode_cursor:
text: CellBackground
cursor: CellForeground