Skip to content

Commit

Permalink
fix(extra): alacritty config from yml to toml (#400)
Browse files Browse the repository at this point in the history
* fix(extra): switch from yml to toml

Alacritty 0.13 changed config file from yml to toml.

* chore(extra): generate extra files

---------

Co-authored-by: EdenEast <EdenEast@users.noreply.github.com>
  • Loading branch information
EdenEast and EdenEast committed Jan 8, 2024
1 parent 34542a4 commit 83bad15
Show file tree
Hide file tree
Showing 16 changed files with 639 additions and 281 deletions.
79 changes: 79 additions & 0 deletions extra/carbonfox/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Nightfox Alacritty Colors
## name: carbonfox
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/carbonfox/alacritty.toml

[colors.primary]
background = "#161616"
foreground = "#f2f4f8"
dim_forground = "#b6b8bb"
bright_forground = "#f9fbff"

[colors.cursor]
text = "#f2f4f8"
cursor = "#b6b8bb"

[colors.vi_mode_cursor]
text = "#f2f4f8"
cursor = "#33b1ff"

[colors.search.matches]
foreground = "#f2f4f8"
background = "#525253"

[colors.search.focused_match]
foreground = "#f2f4f8"
background = "#3ddbd9"

[colors.footer_bar]
foreground = "#f2f4f8"
background = "#353535"

[colors.hints.start]
foreground = "#f2f4f8"
background = "#3ddbd9"

[colors.hints.end]
foreground = "#f2f4f8"
background = "#353535"

[colors.selection]
text = "#f2f4f8"
background = "#2a2a2a"

[colors.normal]
black = "#282828"
red = "#ee5396"
green = "#25be6a"
yellow = "#08bdba"
blue = "#78a9ff"
magenta = "#be95ff"
cyan = "#33b1ff"
white = "#dfdfe0"

[colors.bright]
black = "#484848"
red = "#f16da6"
green = "#46c880"
yellow = "#2dc7c4"
blue = "#8cb6ff"
magenta = "#c8a5ff"
cyan = "#52bdff"
white = "#e4e4e5"

[colors.dim]
black = "#222222"
red = "#ca4780"
green = "#1fa25a"
yellow = "#07a19e"
blue = "#6690d9"
magenta = "#a27fd9"
cyan = "#2b96d9"
white = "#bebebe"

[[colors.indexed_colors]]
index = 16
color = "#3ddbd9"

[[colors.indexed_colors]]
index = 17
color = "#ff7eb6"
31 changes: 0 additions & 31 deletions extra/carbonfox/alacritty.yml

This file was deleted.

79 changes: 79 additions & 0 deletions extra/dawnfox/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Nightfox Alacritty Colors
## name: dawnfox
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dawnfox/alacritty.toml

[colors.primary]
background = "#faf4ed"
foreground = "#575279"
dim_forground = "#4c4769"
bright_forground = "#625c87"

[colors.cursor]
text = "#575279"
cursor = "#625c87"

[colors.vi_mode_cursor]
text = "#575279"
cursor = "#56949f"

[colors.search.matches]
foreground = "#575279"
background = "#b8cece"

[colors.search.focused_match]
foreground = "#575279"
background = "#618774"

[colors.footer_bar]
foreground = "#575279"
background = "#ebdfe4"

[colors.hints.start]
foreground = "#575279"
background = "#d7827e"

[colors.hints.end]
foreground = "#575279"
background = "#ebdfe4"

[colors.selection]
text = "#575279"
background = "#d0d8d8"

[colors.normal]
black = "#575279"
red = "#b4637a"
green = "#618774"
yellow = "#ea9d34"
blue = "#286983"
magenta = "#907aa9"
cyan = "#56949f"
white = "#e5e9f0"

[colors.bright]
black = "#5f5695"
red = "#c26d85"
green = "#629f81"
yellow = "#eea846"
blue = "#2d81a3"
magenta = "#9a80b9"
cyan = "#5ca7b4"
white = "#e6ebf3"

[colors.dim]
black = "#504c6b"
red = "#a5576d"
green = "#597668"
yellow = "#dd9024"
blue = "#295e73"
magenta = "#816b9a"
cyan = "#50848c"
white = "#c8cfde"

[[colors.indexed_colors]]
index = 16
color = "#d7827e"

[[colors.indexed_colors]]
index = 17
color = "#d685af"
31 changes: 0 additions & 31 deletions extra/dawnfox/alacritty.yml

This file was deleted.

79 changes: 79 additions & 0 deletions extra/dayfox/alacritty.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Nightfox Alacritty Colors
## name: dayfox
## upstream: https://github.com/edeneast/nightfox.nvim/raw/main/extra/dayfox/alacritty.toml

[colors.primary]
background = "#f6f2ee"
foreground = "#3d2b5a"
dim_forground = "#302b5d"
bright_forground = "#643f61"

[colors.cursor]
text = "#3d2b5a"
cursor = "#643f61"

[colors.vi_mode_cursor]
text = "#3d2b5a"
cursor = "#287980"

[colors.search.matches]
foreground = "#3d2b5a"
background = "#a4c1c2"

[colors.search.focused_match]
foreground = "#3d2b5a"
background = "#396847"

[colors.footer_bar]
foreground = "#3d2b5a"
background = "#d3c7bb"

[colors.hints.start]
foreground = "#3d2b5a"
background = "#955f61"

[colors.hints.end]
foreground = "#3d2b5a"
background = "#d3c7bb"

[colors.selection]
text = "#3d2b5a"
background = "#e7d2be"

[colors.normal]
black = "#352c24"
red = "#a5222f"
green = "#396847"
yellow = "#ac5402"
blue = "#2848a9"
magenta = "#6e33ce"
cyan = "#287980"
white = "#f2e9e1"

[colors.bright]
black = "#534c45"
red = "#b3434e"
green = "#577f63"
yellow = "#b86e28"
blue = "#4863b6"
magenta = "#8452d5"
cyan = "#488d93"
white = "#f4ece6"

[colors.dim]
black = "#2d251f"
red = "#8c1d28"
green = "#30583c"
yellow = "#924702"
blue = "#223d90"
magenta = "#5e2baf"
cyan = "#22676d"
white = "#cec6bf"

[[colors.indexed_colors]]
index = 16
color = "#955f61"

[[colors.indexed_colors]]
index = 17
color = "#a440b5"
31 changes: 0 additions & 31 deletions extra/dayfox/alacritty.yml

This file was deleted.

0 comments on commit 83bad15

Please sign in to comment.