alacritty_colors/themes/paraisoDark.toml
2024-03-14 14:04:39 -07:00

22 lines
390 B
TOML

[colors]
[colors.primary]
background = "#2f1e2e"
foreground = "#edeceb"
[colors.normal]
black = "#000000"
red = "#ef6155"
green = "#48b685"
yellow = "#fec418"
blue = "#06b6ef"
magenta = "#815ba4"
cyan = "#5bc4bf"
white = "#edeceb"
[colors.bright]
black = "#776e71"
red = "#ef6155"
green = "#48b685"
yellow = "#fec418"
blue = "#06b6ef"
magenta = "#815ba4"
cyan = "#5bc4bf"
white = "#fcfcfb"