-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathalacritty.toml
More file actions
48 lines (41 loc) · 813 Bytes
/
alacritty.toml
File metadata and controls
48 lines (41 loc) · 813 Bytes
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
[font]
size = 15
[font.normal]
family = "Cica"
style = "Regular"
# Copy from https://github.com/folke/tokyonight.nvim/blob/main/extras/alacritty/tokyonight_night.toml
# TokyoNight Alacritty Colors
# Default colors
[colors.primary]
background = '#1a1b26'
foreground = '#c0caf5'
[colors.cursor]
cursor = '#c0caf5'
text = '#1a1b26'
# Normal colors
[colors.normal]
black = '#15161e'
red = '#f7768e'
green = '#9ece6a'
yellow = '#e0af68'
blue = '#7aa2f7'
magenta = '#bb9af7'
cyan = '#7dcfff'
white = '#a9b1d6'
# Bright colors
[colors.bright]
black = '#414868'
red = '#ff899d'
green = '#9fe044'
yellow = '#faba4a'
blue = '#8db0ff'
magenta = '#c7a9ff'
cyan = '#a4daff'
white = '#c0caf5'
# Indexed Colors
[[colors.indexed_colors]]
index = 16
color = '#ff9e64'
[[colors.indexed_colors]]
index = 17
color = '#db4b4b'