-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
824f866
commit a5468ae
Showing
8 changed files
with
144 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters