-
Notifications
You must be signed in to change notification settings - Fork 2
/
alacritty.yml
56 lines (53 loc) · 1.23 KB
/
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
50
51
52
53
54
55
56
font:
normal:
family: JetBrainsMono Nerd Font
style: Regular
bold:
family: JetBrainsMono Nerd Font
style: Bold
italic:
family: JetBrainsMono Nerd Font
style: Italic
bold_italic:
family: JetBrainsMono Nerd Font
style: Bold Italic
size: 12.0
# TokyoNight Alacritty Colors
colors:
# Default colors
primary:
background: "0x222436"
foreground: "0xc8d3f5"
# Normal colors
normal:
black: "0x1b1d2b"
red: "0xff757f"
green: "0xc3e88d"
yellow: "0xffc777"
blue: "0x82aaff"
magenta: "0xc099ff"
cyan: "0x86e1fc"
white: "0x828bb8"
# Bright colors
bright:
black: "0x444a73"
red: "0xff757f"
green: "0xc3e88d"
yellow: "0xffc777"
blue: "0x82aaff"
magenta: "0xc099ff"
cyan: "0x86e1fc"
white: "0xc8d3f5"
indexed_colors:
- { index: 16, color: "0xff966c" }
- { index: 17, color: "0xc53b53" }
live_config_reload: true
# handle mac keyboard layot de_DE
key_bindings:
- { key: 28, mods: Alt, chars: "{" }
- { key: 25, mods: Alt, chars: "}" }
- { key: 37, mods: Alt, chars: "@" }
- { key: 26, mods: Alt|Shift, chars: "\\" }
- { key: 26, mods: Alt, chars: "|" }
- { key: 23, mods: Alt, chars: "[" }
- { key: 22, mods: Alt, chars: "]" }