feat: generate Alacritty files in toml instead of yaml (#158)

Newer versions of Alacritty use the toml format instead of yaml.
This commit is contained in:
Kyle Stevens
2024-02-08 08:00:41 -05:00
committed by GitHub
parent 5b0ca138e2
commit 7abac65da3
25 changed files with 339 additions and 314 deletions

View File

@@ -0,0 +1,25 @@
# This file is auto-generated by shipwright.nvim
[colors.bright]
black = "#2B2F46"
red = "#FF4821"
green = "#58DB9E"
yellow = "#F6A100"
blue = "#00B4E0"
magenta = "#B3A1E6"
cyan = "#00B4E0"
white = "#B3B692"
[colors.cursor]
cursor = "#EDF2C2"
text = "#0E101A"
[colors.normal]
black = "#0E101A"
blue = "#00A3CB"
cyan = "#00A3CB"
green = "#5DCD97"
magenta = "#795CCC"
red = "#E03600"
white = "#EBEFC0"
yellow = "#E39500"
[colors.primary]
background = "#0E101A"
foreground = "#EBEFC0"