Files
zenbones-theme/extras/alacritty/seoulbones_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 = "#BFBABB"
red = "#BE3C6D"
green = "#487249"
yellow = "#A76B48"
blue = "#006F89"
magenta = "#7F4C7E"
cyan = "#006F70"
white = "#777777"
[colors.cursor]
cursor = "#555555"
text = "#E2E2E2"
[colors.normal]
black = "#E2E2E2"
blue = "#0084A3"
cyan = "#008586"
green = "#628562"
magenta = "#896788"
red = "#DC5284"
white = "#555555"
yellow = "#C48562"
[colors.primary]
background = "#E2E2E2"
foreground = "#555555"