blob: 0594ea586dedab6f3cb2d41bd8c34fbfe05c02cb (
plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
|
[window]
padding.y = 1
[colors]
[colors.bright]
black = "#626880"
blue = "#8CAAEE"
cyan = "#81C8BE"
green = "#A6D189"
magenta = "#F4B8E4"
red = "#E78284"
white = "#A5ADCE"
yellow = "#E5C890"
[colors.cursor]
cursor = "#F2D5CF"
text = "#303446"
[colors.dim]
black = "#51576D"
blue = "#8CAAEE"
cyan = "#81C8BE"
green = "#A6D189"
magenta = "#F4B8E4"
red = "#E78284"
white = "#B5BFE2"
yellow = "#E5C890"
[colors.hints]
[colors.hints.end]
background = "#A5ADCE"
foreground = "#303446"
[colors.hints.start]
background = "#E5C890"
foreground = "#303446"
[[colors.indexed_colors]]
color = "#EF9F76"
index = 16
[[colors.indexed_colors]]
color = "#F2D5CF"
index = 17
[colors.normal]
black = "#51576D"
blue = "#8CAAEE"
cyan = "#81C8BE"
green = "#A6D189"
magenta = "#F4B8E4"
red = "#E78284"
white = "#B5BFE2"
yellow = "#E5C890"
[colors.primary]
background = "#303446"
bright_foreground = "#C6D0F5"
dim_foreground = "#C6D0F5"
foreground = "#C6D0F5"
[colors.search]
[colors.search.focused_match]
background = "#A6D189"
foreground = "#303446"
[colors.search.matches]
background = "#A5ADCE"
foreground = "#303446"
[colors.selection]
background = "#F2D5CF"
text = "#303446"
[colors.vi_mode_cursor]
cursor = "#BABBF1"
text = "#303446"
[env]
TERM = "alacritty-direct"
[font.normal]
family = "CaskaydiaCove Nerd Font"
style = "Regular"
[shell]
args = ["-l"]
program = "/nix/store/y770h4wad1b9518vndjw8ap7m1ywjjlq-zsh-5.9/bin/zsh"
|