Skip to content

Commit

Permalink
feat: generate Alacritty files in toml instead of yaml (#158)
Browse files Browse the repository at this point in the history
Newer versions of Alacritty use the toml format instead of yaml.
  • Loading branch information
kstevens715 committed Feb 8, 2024
1 parent 5b0ca13 commit 7abac65
Show file tree
Hide file tree
Showing 25 changed files with 339 additions and 314 deletions.
25 changes: 25 additions & 0 deletions extras/alacritty/duckbones.toml
@@ -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"
26 changes: 0 additions & 26 deletions extras/alacritty/duckbones.yml

This file was deleted.

25 changes: 25 additions & 0 deletions extras/alacritty/kanagawabones.toml
@@ -0,0 +1,25 @@
# This file is auto-generated by shipwright.nvim
[colors.bright]
black = "#3C3C51"
red = "#EC818C"
green = "#9EC967"
yellow = "#F1C982"
blue = "#7BC2DF"
magenta = "#A98FD2"
cyan = "#7BC2DF"
white = "#A8A48D"
[colors.cursor]
cursor = "#E6E0C2"
text = "#1F1F28"
[colors.normal]
black = "#1F1F28"
blue = "#7EB3C9"
cyan = "#7EB3C9"
green = "#98BC6D"
magenta = "#957FB8"
red = "#E46A78"
white = "#DDD8BB"
yellow = "#E5C283"
[colors.primary]
background = "#1F1F28"
foreground = "#DDD8BB"
26 changes: 0 additions & 26 deletions extras/alacritty/kanagawabones.yml

This file was deleted.

25 changes: 25 additions & 0 deletions extras/alacritty/neobones_dark.toml
@@ -0,0 +1,25 @@
# This file is auto-generated by shipwright.nvim
[colors.bright]
black = "#263945"
red = "#E8838F"
green = "#A0FF85"
yellow = "#D68C67"
blue = "#92A0E2"
magenta = "#CF86C1"
cyan = "#65B8C1"
white = "#98A39E"
[colors.cursor]
cursor = "#CEDDD7"
text = "#0F191F"
[colors.normal]
black = "#0F191F"
blue = "#8190D4"
cyan = "#66A5AD"
green = "#90FF6B"
magenta = "#B279A7"
red = "#DE6E7C"
white = "#C6D5CF"
yellow = "#B77E64"
[colors.primary]
background = "#0F191F"
foreground = "#C6D5CF"
26 changes: 0 additions & 26 deletions extras/alacritty/neobones_dark.yml

This file was deleted.

25 changes: 25 additions & 0 deletions extras/alacritty/neobones_light.toml
@@ -0,0 +1,25 @@
# 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"
26 changes: 0 additions & 26 deletions extras/alacritty/neobones_light.yml

This file was deleted.

25 changes: 25 additions & 0 deletions extras/alacritty/seoulbones_dark.toml
@@ -0,0 +1,25 @@
# This file is auto-generated by shipwright.nvim
[colors.bright]
black = "#6C6465"
red = "#EB99B1"
green = "#8FCD92"
yellow = "#FFE5B3"
blue = "#A2C8E9"
magenta = "#B2B3DA"
cyan = "#6BCACB"
white = "#A8A8A8"
[colors.cursor]
cursor = "#E2E2E2"
text = "#4B4B4B"
[colors.normal]
black = "#4B4B4B"
blue = "#97BDDE"
cyan = "#6FBDBE"
green = "#98BD99"
magenta = "#A5A6C5"
red = "#E388A3"
white = "#DDDDDD"
yellow = "#FFDF9B"
[colors.primary]
background = "#4B4B4B"
foreground = "#DDDDDD"
26 changes: 0 additions & 26 deletions extras/alacritty/seoulbones_dark.yml

This file was deleted.

25 changes: 25 additions & 0 deletions extras/alacritty/seoulbones_light.toml
@@ -0,0 +1,25 @@
# 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"
26 changes: 0 additions & 26 deletions extras/alacritty/seoulbones_light.yml

This file was deleted.

25 changes: 25 additions & 0 deletions extras/alacritty/vimbones.toml
@@ -0,0 +1,25 @@
# This file is auto-generated by shipwright.nvim
[colors.bright]
black = "#C6C6A3"
red = "#94253E"
green = "#3F5A22"
yellow = "#803D1C"
blue = "#1D5573"
magenta = "#7B3B70"
cyan = "#2B747C"
white = "#5C5C5C"
[colors.cursor]
cursor = "#353535"
text = "#F0F0CA"
[colors.normal]
black = "#F0F0CA"
blue = "#286486"
cyan = "#3B8992"
green = "#4F6C31"
magenta = "#88507D"
red = "#A8334C"
white = "#353535"
yellow = "#944927"
[colors.primary]
background = "#F0F0CA"
foreground = "#353535"
26 changes: 0 additions & 26 deletions extras/alacritty/vimbones.yml

This file was deleted.

25 changes: 25 additions & 0 deletions extras/alacritty/zenbones_dark.toml
@@ -0,0 +1,25 @@
# This file is auto-generated by shipwright.nvim
[colors.bright]
black = "#403833"
red = "#E8838F"
green = "#8BAE68"
yellow = "#D68C67"
blue = "#61ABDA"
magenta = "#CF86C1"
cyan = "#65B8C1"
white = "#888F94"
[colors.cursor]
cursor = "#C4CACF"
text = "#1C1917"
[colors.normal]
black = "#1C1917"
blue = "#6099C0"
cyan = "#66A5AD"
green = "#819B69"
magenta = "#B279A7"
red = "#DE6E7C"
white = "#B4BDC3"
yellow = "#B77E64"
[colors.primary]
background = "#1C1917"
foreground = "#B4BDC3"

0 comments on commit 7abac65

Please sign in to comment.