summaryrefslogtreecommitdiff
path: root/dots/alacritty/.config/alacritty/alacritty-theme/themes/sonokai.toml
blob: 537ca4635b60109026e3b28dab1709ff56d7dcf6 (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
# sonokai.toml: Sonokai color scheme for Alacritty.

[colors.primary]
foreground = "#e2e2e3"
background = "#2c2e34"

[colors.normal]
black = "#181819"
red = "#fc5d7c"
green = "#9ed072"
yellow = "#e7c664"
blue = "#76cce0"
magenta = "#b39df3"
cyan = "#f39660"
white = "#e2e2e3"

[colors.bright]
black = "#7f8490"
red = "#fc5d7c"
green = "#9ed072"
yellow = "#e7c664"
blue = "#76cce0"
magenta = "#b39df3"
cyan = "#f39660"
white = "#e2e2e3"

[colors.cursor]
text = "#2c2e34"
cursor = "#e2e2e3"

[colors.selection]
text = "CellForeground"
background = "#414550"