-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathalacritty.yml
47 lines (42 loc) · 994 Bytes
/
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
# Font configuration
font:
normal:
family: "JetbrainsMono Nerd Font"
style: SemiBold
bold:
family: "JetbrainsMono Nerd Font"
style: Bold
italic:
family: "JetbrainsMono Nerd Font"
style: Italic
# size: 7.4 # Adjust size as needed
size: 8.4 # Adjust size as needed
# Color (xample color scheme)
colors:
primary:
background: "0x000000" # Dark background color
foreground: "0xF8F8F2" # Light foreground color
normal:
black: "0x21222C"
red: "0xFF5555"
green: "0x50FA7B"
yellow: "0xF1FA8C"
blue: "0xBD93F9"
magenta: "0xFF79C6"
cyan: "0x8BE9FD"
white: "0xBFBFBF"
bright:
black: "0x4D4D4D"
red: "0xFF6E6E"
green: "0x69FF94"
yellow: "0xFFFFA5"
blue: "0xD6ACFF"
magenta: "0xFF92DF"
cyan: "0xA4FFFF"
white: "0xFFFFFF"
# Other aesthetic settings
window:
opacity: 0.85 # Adjust window transparency
# Keybindings (optional)
key_bindings:
- { key: V, mods: Control|Shift, action: Paste }