mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -07:00
Removing readme from subfolders
This commit is contained in:
parent
4469cfd1a1
commit
4ab26de22e
5 changed files with 1 additions and 237 deletions
|
@ -1,62 +1,3 @@
|
||||||
# Warp Themes
|
|
||||||
|
|
||||||
This is an open source repository with themes for [Warp](https://www.warp.dev/).
|
|
||||||
We welcome and appreciate any contributions!
|
|
||||||
Join our [Discord](https://discord.gg/warpdotdev), we have a channel dedicated to discussing custom themes.
|
|
||||||
|
|
||||||
We have [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes)
|
|
||||||
|
|
||||||
## Custom Background Images
|
|
||||||
|
|
||||||
If want to use a custom background image, Warp supports either:
|
|
||||||
|
|
||||||
* a relative path to `~/.warp/themes`
|
|
||||||
* the absolute path to the background image
|
|
||||||
|
|
||||||
If your background image was under `~/.warp/themes/level_one/level_two/background_image.jpg` then the filepath in the yaml should be:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
background_image:
|
|
||||||
path: level_one/level_two/background_image.jpg
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
tldr; After adding your theme run the python script for generating theme previews `./scripts/gen_theme_previews.py` like so:
|
|
||||||
|
|
||||||
`python3 ./scripts/gen_theme_previews.py standard`
|
|
||||||
|
|
||||||
for a newly added theme that's in the standard folder / directory. If you get the error that yaml is missing make sure you `pip install PyYAML`
|
|
||||||
|
|
||||||
There are more [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes).
|
|
||||||
|
|
||||||
## Open source dependencies
|
|
||||||
|
|
||||||
We'd like to call out a few of the open source themes and repositories that helped bootstrap the set of themes for Warp:
|
|
||||||
|
|
||||||
* [iTerm colors pencil](https://github.com/mattly/iterm-colors-pencil)
|
|
||||||
* [Alacritty-theme](https://github.com/eendroroy/alacritty-theme)
|
|
||||||
* [base16-Alacritty](https://github.com/aarowill/base16-alacritty)
|
|
||||||
* [base16](https://github.com/chriskempson/base16)
|
|
||||||
* [Solarized](https://ethanschoonover.com/solarized/)
|
|
||||||
* [Dracula](https://draculatheme.com/)
|
|
||||||
* [Gruvbox](https://github.com/morhetz/gruvbox)
|
|
||||||
|
|
||||||
## What are base16 themes?
|
|
||||||
|
|
||||||
> An architecture for building themes based on carefully chosen syntax highlighting using a base of sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code a builder for compiling Base16 schemes and templates.
|
|
||||||
|
|
||||||
More on the details and structure here: [https://github.com/chriskempson/base16.](https://github.com/chriskempson/base16)
|
|
||||||
|
|
||||||
Base16 themes were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
|
|
||||||
Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty)
|
|
||||||
|
|
||||||
## What are standard themes?
|
|
||||||
|
|
||||||
In this directory you'll find themes popular among other tools, including Solarized, Dracula and others.
|
|
||||||
|
|
||||||
Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @eendroroy.
|
|
||||||
Repo: [https://github.com/eendroroy/alacritty-theme](https://github.com/eendroroy/alacritty-theme)
|
|
||||||
|Theme name | Preview|
|
|Theme name | Preview|
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|**[Base16 3024](base16_3024.yaml)**:|<img src='previews/base16_3024.yaml.svg' width='300'>|
|
|**[Base16 3024](base16_3024.yaml)**:|<img src='previews/base16_3024.yaml.svg' width='300'>|
|
||||||
|
|
|
@ -1,62 +1,3 @@
|
||||||
# Warp Themes
|
|
||||||
|
|
||||||
This is an open source repository with themes for [Warp](https://www.warp.dev/).
|
|
||||||
We welcome and appreciate any contributions!
|
|
||||||
Join our [Discord](https://discord.gg/warpdotdev), we have a channel dedicated to discussing custom themes.
|
|
||||||
|
|
||||||
We have [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes)
|
|
||||||
|
|
||||||
## Custom Background Images
|
|
||||||
|
|
||||||
If want to use a custom background image, Warp supports either:
|
|
||||||
|
|
||||||
* a relative path to `~/.warp/themes`
|
|
||||||
* the absolute path to the background image
|
|
||||||
|
|
||||||
If your background image was under `~/.warp/themes/level_one/level_two/background_image.jpg` then the filepath in the yaml should be:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
background_image:
|
|
||||||
path: level_one/level_two/background_image.jpg
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
tldr; After adding your theme run the python script for generating theme previews `./scripts/gen_theme_previews.py` like so:
|
|
||||||
|
|
||||||
`python3 ./scripts/gen_theme_previews.py standard`
|
|
||||||
|
|
||||||
for a newly added theme that's in the standard folder / directory. If you get the error that yaml is missing make sure you `pip install PyYAML`
|
|
||||||
|
|
||||||
There are more [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes).
|
|
||||||
|
|
||||||
## Open source dependencies
|
|
||||||
|
|
||||||
We'd like to call out a few of the open source themes and repositories that helped bootstrap the set of themes for Warp:
|
|
||||||
|
|
||||||
* [iTerm colors pencil](https://github.com/mattly/iterm-colors-pencil)
|
|
||||||
* [Alacritty-theme](https://github.com/eendroroy/alacritty-theme)
|
|
||||||
* [base16-Alacritty](https://github.com/aarowill/base16-alacritty)
|
|
||||||
* [base16](https://github.com/chriskempson/base16)
|
|
||||||
* [Solarized](https://ethanschoonover.com/solarized/)
|
|
||||||
* [Dracula](https://draculatheme.com/)
|
|
||||||
* [Gruvbox](https://github.com/morhetz/gruvbox)
|
|
||||||
|
|
||||||
## What are base16 themes?
|
|
||||||
|
|
||||||
> An architecture for building themes based on carefully chosen syntax highlighting using a base of sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code a builder for compiling Base16 schemes and templates.
|
|
||||||
|
|
||||||
More on the details and structure here: [https://github.com/chriskempson/base16.](https://github.com/chriskempson/base16)
|
|
||||||
|
|
||||||
Base16 themes were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
|
|
||||||
Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty)
|
|
||||||
|
|
||||||
## What are standard themes?
|
|
||||||
|
|
||||||
In this directory you'll find themes popular among other tools, including Solarized, Dracula and others.
|
|
||||||
|
|
||||||
Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @eendroroy.
|
|
||||||
Repo: [https://github.com/eendroroy/alacritty-theme](https://github.com/eendroroy/alacritty-theme)
|
|
||||||
|Theme name | Preview|
|
|Theme name | Preview|
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|**[Thanksgiving](thanksgiving.yaml)**:|<img src='previews/thanksgiving.yaml.svg' width='300'>|
|
|**[Thanksgiving](thanksgiving.yaml)**:|<img src='previews/thanksgiving.yaml.svg' width='300'>|
|
||||||
|
|
|
@ -120,7 +120,7 @@ def main():
|
||||||
cell += f"<img src='previews/{input_file}.svg' width='300'>|"
|
cell += f"<img src='previews/{input_file}.svg' width='300'>|"
|
||||||
markdown.append(cell)
|
markdown.append(cell)
|
||||||
|
|
||||||
output_str = intro + "\n".join(markdown)
|
output_str = "\n".join(markdown)
|
||||||
with open(os.path.join(output_dir, "README.md"), "w") as output:
|
with open(os.path.join(output_dir, "README.md"), "w") as output:
|
||||||
output.write(output_str)
|
output.write(output_str)
|
||||||
|
|
||||||
|
|
|
@ -1,62 +1,3 @@
|
||||||
# Warp Themes
|
|
||||||
|
|
||||||
This is an open source repository with themes for [Warp](https://www.warp.dev/).
|
|
||||||
We welcome and appreciate any contributions!
|
|
||||||
Join our [Discord](https://discord.gg/warpdotdev), we have a channel dedicated to discussing custom themes.
|
|
||||||
|
|
||||||
We have [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes)
|
|
||||||
|
|
||||||
## Custom Background Images
|
|
||||||
|
|
||||||
If want to use a custom background image, Warp supports either:
|
|
||||||
|
|
||||||
* a relative path to `~/.warp/themes`
|
|
||||||
* the absolute path to the background image
|
|
||||||
|
|
||||||
If your background image was under `~/.warp/themes/level_one/level_two/background_image.jpg` then the filepath in the yaml should be:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
background_image:
|
|
||||||
path: level_one/level_two/background_image.jpg
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
tldr; After adding your theme run the python script for generating theme previews `./scripts/gen_theme_previews.py` like so:
|
|
||||||
|
|
||||||
`python3 ./scripts/gen_theme_previews.py standard`
|
|
||||||
|
|
||||||
for a newly added theme that's in the standard folder / directory. If you get the error that yaml is missing make sure you `pip install PyYAML`
|
|
||||||
|
|
||||||
There are more [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes).
|
|
||||||
|
|
||||||
## Open source dependencies
|
|
||||||
|
|
||||||
We'd like to call out a few of the open source themes and repositories that helped bootstrap the set of themes for Warp:
|
|
||||||
|
|
||||||
* [iTerm colors pencil](https://github.com/mattly/iterm-colors-pencil)
|
|
||||||
* [Alacritty-theme](https://github.com/eendroroy/alacritty-theme)
|
|
||||||
* [base16-Alacritty](https://github.com/aarowill/base16-alacritty)
|
|
||||||
* [base16](https://github.com/chriskempson/base16)
|
|
||||||
* [Solarized](https://ethanschoonover.com/solarized/)
|
|
||||||
* [Dracula](https://draculatheme.com/)
|
|
||||||
* [Gruvbox](https://github.com/morhetz/gruvbox)
|
|
||||||
|
|
||||||
## What are base16 themes?
|
|
||||||
|
|
||||||
> An architecture for building themes based on carefully chosen syntax highlighting using a base of sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code a builder for compiling Base16 schemes and templates.
|
|
||||||
|
|
||||||
More on the details and structure here: [https://github.com/chriskempson/base16.](https://github.com/chriskempson/base16)
|
|
||||||
|
|
||||||
Base16 themes were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
|
|
||||||
Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty)
|
|
||||||
|
|
||||||
## What are standard themes?
|
|
||||||
|
|
||||||
In this directory you'll find themes popular among other tools, including Solarized, Dracula and others.
|
|
||||||
|
|
||||||
Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @eendroroy.
|
|
||||||
Repo: [https://github.com/eendroroy/alacritty-theme](https://github.com/eendroroy/alacritty-theme)
|
|
||||||
|Theme name | Preview|
|
|Theme name | Preview|
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|**[Afterglow](afterglow.yaml)**:|<img src='previews/afterglow.yaml.svg' width='300'>|
|
|**[Afterglow](afterglow.yaml)**:|<img src='previews/afterglow.yaml.svg' width='300'>|
|
||||||
|
|
|
@ -1,62 +1,3 @@
|
||||||
# Warp Themes
|
|
||||||
|
|
||||||
This is an open source repository with themes for [Warp](https://www.warp.dev/).
|
|
||||||
We welcome and appreciate any contributions!
|
|
||||||
Join our [Discord](https://discord.gg/warpdotdev), we have a channel dedicated to discussing custom themes.
|
|
||||||
|
|
||||||
We have [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes)
|
|
||||||
|
|
||||||
## Custom Background Images
|
|
||||||
|
|
||||||
If want to use a custom background image, Warp supports either:
|
|
||||||
|
|
||||||
* a relative path to `~/.warp/themes`
|
|
||||||
* the absolute path to the background image
|
|
||||||
|
|
||||||
If your background image was under `~/.warp/themes/level_one/level_two/background_image.jpg` then the filepath in the yaml should be:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
background_image:
|
|
||||||
path: level_one/level_two/background_image.jpg
|
|
||||||
```
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
|
|
||||||
tldr; After adding your theme run the python script for generating theme previews `./scripts/gen_theme_previews.py` like so:
|
|
||||||
|
|
||||||
`python3 ./scripts/gen_theme_previews.py standard`
|
|
||||||
|
|
||||||
for a newly added theme that's in the standard folder / directory. If you get the error that yaml is missing make sure you `pip install PyYAML`
|
|
||||||
|
|
||||||
There are more [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes).
|
|
||||||
|
|
||||||
## Open source dependencies
|
|
||||||
|
|
||||||
We'd like to call out a few of the open source themes and repositories that helped bootstrap the set of themes for Warp:
|
|
||||||
|
|
||||||
* [iTerm colors pencil](https://github.com/mattly/iterm-colors-pencil)
|
|
||||||
* [Alacritty-theme](https://github.com/eendroroy/alacritty-theme)
|
|
||||||
* [base16-Alacritty](https://github.com/aarowill/base16-alacritty)
|
|
||||||
* [base16](https://github.com/chriskempson/base16)
|
|
||||||
* [Solarized](https://ethanschoonover.com/solarized/)
|
|
||||||
* [Dracula](https://draculatheme.com/)
|
|
||||||
* [Gruvbox](https://github.com/morhetz/gruvbox)
|
|
||||||
|
|
||||||
## What are base16 themes?
|
|
||||||
|
|
||||||
> An architecture for building themes based on carefully chosen syntax highlighting using a base of sixteen colors. Base16 provides a set of guidelines detailing how to style syntax and how to code a builder for compiling Base16 schemes and templates.
|
|
||||||
|
|
||||||
More on the details and structure here: [https://github.com/chriskempson/base16.](https://github.com/chriskempson/base16)
|
|
||||||
|
|
||||||
Base16 themes were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
|
|
||||||
Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty)
|
|
||||||
|
|
||||||
## What are standard themes?
|
|
||||||
|
|
||||||
In this directory you'll find themes popular among other tools, including Solarized, Dracula and others.
|
|
||||||
|
|
||||||
Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @eendroroy.
|
|
||||||
Repo: [https://github.com/eendroroy/alacritty-theme](https://github.com/eendroroy/alacritty-theme)
|
|
||||||
|Theme name | Preview|
|
|Theme name | Preview|
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|**[Cyber Wave](cyber_wave.yaml)**:|<img src='previews/cyber_wave.yaml.svg' width='300'>|
|
|**[Cyber Wave](cyber_wave.yaml)**:|<img src='previews/cyber_wave.yaml.svg' width='300'>|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue