Files
zenbones-theme/extras/alacritty/neobones_light.toml
Kyle Stevens 7abac65da3 feat: generate Alacritty files in toml instead of yaml (#158)
Newer versions of Alacritty use the toml format instead of yaml.
2024-02-08 14:00:41 +01:00

26 lines
482 B
TOML

# This file is auto-generated by shipwright.nvim
[colors.bright]
black = "#B3C6B6"
red = "#94253E"
green = "#3F5A22"
yellow = "#803D1C"
blue = "#1D5573"
magenta = "#7B3B70"
cyan = "#2B747C"
white = "#415934"
[colors.cursor]
cursor = "#202E18"
text = "#E5EDE6"
[colors.normal]
black = "#E5EDE6"
blue = "#286486"
cyan = "#3B8992"
green = "#567A30"
magenta = "#88507D"
red = "#A8334C"
white = "#202E18"
yellow = "#944927"
[colors.primary]
background = "#E5EDE6"
foreground = "#202E18"