Skip to content

Commit

Permalink
chore(extras): auto-generate extras
Browse files Browse the repository at this point in the history
  • Loading branch information
astronvimbot committed Jul 12, 2024
1 parent 824f866 commit a5468ae
Show file tree
Hide file tree
Showing 8 changed files with 144 additions and 4 deletions.
36 changes: 36 additions & 0 deletions extras/ghostty/astrodark.config
Original file line number Diff line number Diff line change
@@ -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
36 changes: 36 additions & 0 deletions extras/ghostty/astrojupiter.config
Original file line number Diff line number Diff line change
@@ -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
36 changes: 36 additions & 0 deletions extras/ghostty/astrolight.config
Original file line number Diff line number Diff line change
@@ -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
36 changes: 36 additions & 0 deletions extras/ghostty/astromars.config
Original file line number Diff line number Diff line change
@@ -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
1 change: 0 additions & 1 deletion extras/kitty/astrodark.conf
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion extras/kitty/astrojupiter.conf
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion extras/kitty/astrolight.conf
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion extras/kitty/astromars.conf
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a5468ae

Please sign in to comment.