-
Notifications
You must be signed in to change notification settings - Fork 0
/
alacritty.toml
85 lines (66 loc) · 1.19 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
81
82
83
84
85
live_config_reload = true
[colors]
draw_bold_text_with_bright_colors = true
[colors.bright]
black = "#767676"
blue = "#3b78ff"
cyan = "#61d6d6"
green = "#16c60c"
magenta = "#b4009e"
red = "#e74856"
white = "#f0f0ff"
yellow = "#f9f1a5"
[colors.cursor]
cursor = "#f3c504"
text = "CellBackground"
[colors.normal]
black = "#0c0c0c"
blue = "#82aaff"
cyan = "#3a96dd"
green = "#13a10e"
magenta = "#881798"
red = "#c50f1f"
white = "#ccccd0"
yellow = "#c19c00"
[colors.primary]
background = "#000000"
foreground = "#c6cae0"
[colors.selection]
background = "#86868c"
text = "#000000"
[cursor]
[env]
TERM = "xterm-256color"
[font]
size = 11
[font.bold]
family = "BitstreamVeraSansMono Nerd Font"
style = "Bold"
[font.bold_italic]
family = "BitstreamVeraSansMono Nerd Font"
style = "Bold Oblique"
[font.italic]
family = "BitstreamVeraSansMono Nerd Font"
style = "Oblique"
[font.normal]
family = "BitstreamVeraSansMono Nerd Font"
style = "Roman"
[font.offset]
x = 0
y = 1
[scrolling]
history = 4000
[window]
decorations = "none"
dynamic_title = true
opacity = 0.9
title = "Terminal"
[window.class]
general = "Terminal"
instance = "Terminal"
[window.dimensions]
columns = 100
lines = 32
[window.padding]
x = 4
y = 4