-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.toml
80 lines (62 loc) · 1.13 KB
/
alacritty.toml
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
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
[window]
startup_mode = "Maximized"
dynamic_title = true
[window.dimensions]
columns = 80
lines = 25
[font]
size = 12
builtin_box_drawing = true
[font.normal]
family = "inconsolata"
style = "Regular"
[font.bold]
family = "inconsolata"
style = "Bold"
[font.italic]
family = "inconsolata"
style = "Italic"
[font.bold_italic]
family = "inconsolata"
style = "Bold Italic"
[font.offset]
x = 0
y = 0
[font.glyph_offset]
x = 0
y = 0
[colors.primary]
background = "0x0a0c10"
foreground = "0xf0f3f6"
[colors.cursor]
text = "0x0a0c10"
cursor = "0xf0f3f6"
[colors.normal]
black = "0x7a828e"
red = "0xff9492"
green = "0x26cd4d"
yellow = "0xf0b72f"
blue = "0x71b7ff"
magenta = "0xcb9eff"
cyan = "0x39c5cf"
white = "0xd9dee3"
[colors.bright]
black = "0x9ea7b3"
red = "0xffb1af"
green = "0x4ae168"
yellow = "0xf7c843"
blue = "0x91cbff"
magenta = "0xcb9eff"
cyan = "0x39c5cf"
white = "0xd9dee3"
[selection]
save_to_clipboard = true
[cursor]
unfocused_hollow = true
[cursor.style]
shape = "Block"
[shell]
program = "/bin/bash"