From a5468ae2ccd1b727308ac10f83bd5ec7c7e4703d Mon Sep 17 00:00:00 2001 From: AstroNvim Bot Date: Fri, 12 Jul 2024 21:23:54 +0000 Subject: [PATCH] chore(extras): auto-generate extras --- extras/ghostty/astrodark.config | 36 ++++++++++++++++++++++++++++++ extras/ghostty/astrojupiter.config | 36 ++++++++++++++++++++++++++++++ extras/ghostty/astrolight.config | 36 ++++++++++++++++++++++++++++++ extras/ghostty/astromars.config | 36 ++++++++++++++++++++++++++++++ extras/kitty/astrodark.conf | 1 - extras/kitty/astrojupiter.conf | 1 - extras/kitty/astrolight.conf | 1 - extras/kitty/astromars.conf | 1 - 8 files changed, 144 insertions(+), 4 deletions(-) create mode 100644 extras/ghostty/astrodark.config create mode 100644 extras/ghostty/astrojupiter.config create mode 100644 extras/ghostty/astrolight.config create mode 100644 extras/ghostty/astromars.config diff --git a/extras/ghostty/astrodark.config b/extras/ghostty/astrodark.config new file mode 100644 index 0000000..2f67465 --- /dev/null +++ b/extras/ghostty/astrodark.config @@ -0,0 +1,36 @@ +## name: AstroDark +## author: AstroNvim +## upstream: https://github.com/AstroNvim/astrotheme/raw/main/extras/ghostty/astrodark.config + +background = #1A1D23 +foreground= #ADB0BB +selection-foreground= #ADB0BB +selection-background = #26343F + +# Colors can be changed by setting the 16 colors of `palette`, which each color +# being defined as regular and bold. +# +# black +palette = 0=#111317 +palette = 8=#34363A +# red +palette = 1=#FF838B +palette = 9=#FFA6AE +# green +palette = 2=#87C05F +palette = 10=#AAE382 +# yellow +palette = 3=#DFAB25 +palette = 11=#FFCE48 +# blue +palette = 4=#5EB7FF +palette = 12=#81DAFF +# purple +palette = 5=#DD97F1 +palette = 13=#FFBAFF +# aqua +palette = 6=#4AC2B8 +palette = 14=#6DE5DB +# white +palette = 7=#9B9FA9 +palette = 15=#D0D3DE diff --git a/extras/ghostty/astrojupiter.config b/extras/ghostty/astrojupiter.config new file mode 100644 index 0000000..3ce63c1 --- /dev/null +++ b/extras/ghostty/astrojupiter.config @@ -0,0 +1,36 @@ +## name: AstroJupiter +## author: AstroNvim +## upstream: https://github.com/AstroNvim/astrotheme/raw/main/extras/ghostty/astrojupiter.config + +background = #FEEEEE +foreground= #815654 +selection-foreground= #815654 +selection-background = #BBC9D7 + +# Colors can be changed by setting the 16 colors of `palette`, which each color +# being defined as regular and bold. +# +# black +palette = 0=#D8D6D5 +palette = 8=#B0AEAD +# red +palette = 1=#A13F37 +palette = 9=#C9675F +# green +palette = 2=#467118 +palette = 10=#6E9940 +# yellow +palette = 3=#805C00 +palette = 11=#A88428 +# blue +palette = 4=#006E89 +palette = 12=#2896B1 +# purple +palette = 5=#90437A +palette = 13=#B86BA2 +# aqua +palette = 6=#007652 +palette = 14=#289E7A +# white +palette = 7=#9E7876 +palette = 15=#8B605E diff --git a/extras/ghostty/astrolight.config b/extras/ghostty/astrolight.config new file mode 100644 index 0000000..dc6c294 --- /dev/null +++ b/extras/ghostty/astrolight.config @@ -0,0 +1,36 @@ +## name: AstroLight +## author: AstroNvim +## upstream: https://github.com/AstroNvim/astrotheme/raw/main/extras/ghostty/astrolight.config + +background = #F7F8F8 +foreground= #4F4F4F +selection-foreground= #4F4F4F +selection-background = #E7E9EB + +# Colors can be changed by setting the 16 colors of `palette`, which each color +# being defined as regular and bold. +# +# black +palette = 0=#E1E2E4 +palette = 8=#B9BABC +# red +palette = 1=#990000 +palette = 9=#C12828 +# green +palette = 2=#345E00 +palette = 10=#5C8628 +# yellow +palette = 3=#7300B8 +palette = 11=#9B28E0 +# blue +palette = 4=#00508A +palette = 12=#2878B2 +# purple +palette = 5=#9E007C +palette = 13=#C628A4 +# aqua +palette = 6=#00615B +palette = 14=#288983 +# white +palette = 7=#737474 +palette = 15=#595959 diff --git a/extras/ghostty/astromars.config b/extras/ghostty/astromars.config new file mode 100644 index 0000000..649e02b --- /dev/null +++ b/extras/ghostty/astromars.config @@ -0,0 +1,36 @@ +## name: AstroMars +## author: AstroNvim +## upstream: https://github.com/AstroNvim/astrotheme/raw/main/extras/ghostty/astromars.config + +background = #1E1517 +foreground= #A5B2BC +selection-foreground= #A5B2BC +selection-background = #1B282C + +# Colors can be changed by setting the 16 colors of `palette`, which each color +# being defined as regular and bold. +# +# black +palette = 0=#281E22 +palette = 8=#41383A +# red +palette = 1=#DF8489 +palette = 9=#FFA7AC +# green +palette = 2=#84A860 +palette = 10=#A7CB83 +# yellow +palette = 3=#C3963D +palette = 11=#E6B960 +# blue +palette = 4=#4FA9C6 +palette = 12=#72CCE9 +# purple +palette = 5=#CD87BA +palette = 13=#F0AADD +# aqua +palette = 6=#4FAD97 +palette = 14=#72D0BA +# white +palette = 7=#8B7079 +palette = 15=#C8D5DF diff --git a/extras/kitty/astrodark.conf b/extras/kitty/astrodark.conf index 895ea1e..4929d08 100644 --- a/extras/kitty/astrodark.conf +++ b/extras/kitty/astrodark.conf @@ -1,7 +1,6 @@ # vim:ft=kitty ## name: AstroDark -## license: MIT ## author: AstroNvim ## upstream: https://github.com/AstroNvim/astrotheme/raw/main/extras/kitty/astrodark.conf diff --git a/extras/kitty/astrojupiter.conf b/extras/kitty/astrojupiter.conf index d4b5b09..711d719 100644 --- a/extras/kitty/astrojupiter.conf +++ b/extras/kitty/astrojupiter.conf @@ -1,7 +1,6 @@ # vim:ft=kitty ## name: AstroJupiter -## license: MIT ## author: AstroNvim ## upstream: https://github.com/AstroNvim/astrotheme/raw/main/extras/kitty/astrojupiter.conf diff --git a/extras/kitty/astrolight.conf b/extras/kitty/astrolight.conf index a043ba2..99d1678 100644 --- a/extras/kitty/astrolight.conf +++ b/extras/kitty/astrolight.conf @@ -1,7 +1,6 @@ # vim:ft=kitty ## name: AstroLight -## license: MIT ## author: AstroNvim ## upstream: https://github.com/AstroNvim/astrotheme/raw/main/extras/kitty/astrolight.conf diff --git a/extras/kitty/astromars.conf b/extras/kitty/astromars.conf index 0ae530b..bb31745 100644 --- a/extras/kitty/astromars.conf +++ b/extras/kitty/astromars.conf @@ -1,7 +1,6 @@ # vim:ft=kitty ## name: AstroMars -## license: MIT ## author: AstroNvim ## upstream: https://github.com/AstroNvim/astrotheme/raw/main/extras/kitty/astromars.conf