-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.alacritty.toml
64 lines (50 loc) · 929 Bytes
/
.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
[colors.bright]
black = "#666666"
blue = "#81a2be"
cyan = "#54ced6"
green = "#9ec400"
magenta = "#b77ee0"
red = "#ff3334"
white = "#282a2e"
yellow = "#f0c674"
[colors.cursor]
cursor = "#ffffff"
text = "#1d1f21"
[colors.normal]
black = "#1d1f21"
blue = "#81a2be"
cyan = "#70c0ba"
green = "#b5bd68"
magenta = "#b294bb"
red = "#cc6666"
white = "#373b41"
yellow = "#e6c547"
[colors.primary]
background = "#1d1f21"
foreground = "#c5c8c6"
[font]
size = 18.0
[font.bold]
family = "FiraCode Nerd Font"
style = "Bold"
[font.bold_italic]
family = "FiraCode Nerd Font"
[font.italic]
family = "FiraCode Nerd Font"
[font.normal]
family = "FiraCode Nerd Font"
style = "Bold"
[mouse]
hide_when_typing = true
# [mouse.double_click]
# threshold = 500
[scrolling]
history = 100000
[shell]
args = ["/opt/homebrew/bin/tmux"]
program = "/usr/bin/env"
[window]
startup_mode = "Maximized"
title = "Yash's Terminal"
[window.padding]
y = 5