quickshell-rice/alacritty/colors.toml

32 lines
530 B
TOML

[colors.primary]
background = "#22212c"
foreground = "#f8f8f2"
[colors.cursor]
text = "#22212c"
cursor = "#9580ff"
[colors.selection]
text = "#22212c"
background = "#9580ff"
[colors.normal]
black = "#22212c"
red = "#ff9580"
green = "#8aff80"
yellow = "#ffff80"
blue = "#9580ff"
magenta = "#ff80bf"
cyan = "#80ffea"
white = "#f8f8f2"
[colors.bright]
black = "#454158"
red = "#ff9580"
green = "#8aff80"
yellow = "#ffff80"
blue = "#9580ff"
magenta = "#ff80bf"
cyan = "#80ffea"
white = "#f8f8f2"