-
Notifications
You must be signed in to change notification settings - Fork 0
/
.alacritty.toml
49 lines (43 loc) · 1.15 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
[window]
opacity = {{opacity}}
decorations = "None"
dynamic_title = true
title = "alacritty"
class = { general = "alacritty", instance = "alacritty" }
[colors.primary]
background = "0x{{base00-hex}}"
foreground = "0x{{base05-hex}}"
[colors.cursor]
cursor = "0x{{base09-hex}}"
text = "0x{{base00-hex}}"
[colors.normal]
black = "0x{{base00-hex}}"
blue = "0x{{base0D-hex}}"
cyan = "0x{{base0C-hex}}"
green = "0x{{base0B-hex}}"
magenta = "0x{{base0E-hex}}"
red = "0x{{base08-hex}}"
white = "0x{{base05-hex}}"
yellow = "0x{{base0A-hex}}"
[colors.bright]
black = "0x{{base03-hex}}"
blue = "0x{{base0D-hex}}"
cyan = "0x{{base0C-hex}}"
green = "0x{{base0B-hex}}"
magenta = "0x{{base0E-hex}}"
red = "0x{{base08-hex}}"
white = "0x{{base07-hex}}"
yellow = "0x{{base0A-hex}}"
[colors]
indexed_colors = [
{ index = 16, color = "0x{{base09-hex}}" },
{ index = 17, color = "0x{{base0F-hex}}" },
{ index = 18, color = "0x{{base01-hex}}" },
{ index = 19, color = "0x{{base02-hex}}" },
{ index = 20, color = "0x{{base04-hex}}" },
{ index = 21, color = "0x{{base06-hex}}" },
]
[font]
normal = { family = "Geist Mono", style = "Medium" }
#carbon size = 11.0
#mcbpro size = 14.0