-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalacritty.toml
More file actions
47 lines (41 loc) · 1.16 KB
/
alacritty.toml
File metadata and controls
47 lines (41 loc) · 1.16 KB
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
# ────────────────────────────────────────────────────────────
# Omarchy Custom Theme for Alacritty
# Generated with Omarchist
# ────────────────────────────────────────────────────────────
[colors]
[colors.primary]
background = "#0F0F0F"
foreground = "#E0D4C2"
dim_foreground = "#3A403B"
[colors.cursor]
text = "#0F0F0F"
cursor = "#FF4500"
[colors.selection]
text = "CellForeground"
background = "#3A403B"
[colors.normal]
black = "#0F0F0F"
red = "#8B0000"
green = "#3A403B"
yellow = "#FF4500"
blue = "#4A4E3D"
magenta = "#7B726A"
cyan = "#7A7D80"
white = "#bebebe"
[colors.bright]
black = "#292828"
red = "#8B0000"
green = "#305432"
yellow = "#FF4500"
blue = "#496529"
magenta = "#7B726A"
cyan = "#A9A9A9"
white = "#eaeaea"
[font]
normal.family = "JetBrainsMono Nerd Font"
normal.style = "Regular"
bold.family = "JetBrainsMono Nerd Font"
bold.style = "Bold"
italic.family = "JetBrainsMono Nerd Font"
italic.style = "Italic"
size = 12.0