mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -07:00
readme lint
This commit is contained in:
parent
9b2455ca85
commit
0f9ec27b60
3 changed files with 11 additions and 13 deletions
10
README.md
10
README.md
|
@ -24,7 +24,7 @@ Open the Settings menu (top right corner or `⌘-,`), and choose Select Theme. Y
|
||||||
|
|
||||||
## 2. How do I use this repo?
|
## 2. How do I use this repo?
|
||||||
|
|
||||||
This repository is a collection of themes that you can use right away in Warp.
|
This repository is a collection of themes that you can use right away in Warp.
|
||||||
It's split into two parts:
|
It's split into two parts:
|
||||||
- [base16 themes](./base16/README.md)
|
- [base16 themes](./base16/README.md)
|
||||||
- [standard themes](./standard/README.md)
|
- [standard themes](./standard/README.md)
|
||||||
|
@ -108,11 +108,11 @@ background_image:
|
||||||
# we currently (2021 Nov) only support jpg formats (.jpeg, .jpg, .JPEG)
|
# we currently (2021 Nov) only support jpg formats (.jpeg, .jpg, .JPEG)
|
||||||
# the path is relative to ~/.warp/themes/
|
# the path is relative to ~/.warp/themes/
|
||||||
# the full path to the picture is: ~/.warp/themes/warp.jpg
|
# the full path to the picture is: ~/.warp/themes/warp.jpg
|
||||||
path: warp.jpg
|
path: warp.jpg
|
||||||
|
|
||||||
# this is the opacity value
|
# this is the opacity value
|
||||||
opacity: 60
|
opacity: 60
|
||||||
############################################################### SEE ABOVE
|
############################################################### SEE ABOVE
|
||||||
|
|
||||||
terminal_colors:
|
terminal_colors:
|
||||||
bright:
|
bright:
|
||||||
|
@ -157,13 +157,13 @@ You can also do this for backgrounds.
|
||||||
Here's a full yaml file with gradients set for both background and accent:
|
Here's a full yaml file with gradients set for both background and accent:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
################################ See below
|
################################ See below
|
||||||
# accent has a gradient
|
# accent has a gradient
|
||||||
accent:
|
accent:
|
||||||
left: '#474747'
|
left: '#474747'
|
||||||
right: '#ffffff'
|
right: '#ffffff'
|
||||||
# background has a gradient
|
# background has a gradient
|
||||||
background:
|
background:
|
||||||
top: '#474747'
|
top: '#474747'
|
||||||
bottom: '#ffffff'
|
bottom: '#ffffff'
|
||||||
################################ See above
|
################################ See above
|
||||||
|
|
|
@ -1,13 +1,14 @@
|
||||||
## What are base16 themes?
|
## 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.
|
> 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.
|
More on the details and structure here: [https://github.com/chriskempson/base16](https://github.com/chriskempson/base16.
|
||||||
|
).
|
||||||
|
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
|
|
||||||
Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
|
Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
|
||||||
Repo: https://github.com/aarowill/base16-alacritty
|
Repo: [https://github.com/aarowill/base16-alacritty](https://github.com/aarowill/base16-alacritty)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|Theme name | Preview|
|
|Theme name | Preview|
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|
@ -187,4 +188,4 @@ Repo: https://github.com/aarowill/base16-alacritty
|
||||||
|**[Base16 Windows Nt Light](base16_windows_nt_light.yaml)**:|<img src='previews/base16_windows_nt_light.yaml.svg' width='300'>|
|
|**[Base16 Windows Nt Light](base16_windows_nt_light.yaml)**:|<img src='previews/base16_windows_nt_light.yaml.svg' width='300'>|
|
||||||
|**[Base16 Woodland](base16_woodland.yaml)**:|<img src='previews/base16_woodland.yaml.svg' width='300'>|
|
|**[Base16 Woodland](base16_woodland.yaml)**:|<img src='previews/base16_woodland.yaml.svg' width='300'>|
|
||||||
|**[Base16 Xcode Dusk](base16_xcode_dusk.yaml)**:|<img src='previews/base16_xcode_dusk.yaml.svg' width='300'>|
|
|**[Base16 Xcode Dusk](base16_xcode_dusk.yaml)**:|<img src='previews/base16_xcode_dusk.yaml.svg' width='300'>|
|
||||||
|**[Base16 Zenburn](base16_zenburn.yaml)**:|<img src='previews/base16_zenburn.yaml.svg' width='300'>|
|
|**[Base16 Zenburn](base16_zenburn.yaml)**:|<img src='previews/base16_zenburn.yaml.svg' width='300'>|
|
||||||
|
|
|
@ -6,6 +6,3 @@ More on the details and structure here: https://github.com/chriskempson/base16.
|
||||||
## Acknowledgements
|
## Acknowledgements
|
||||||
Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
|
Themes in this directory were sourced and auto-generated based on the Alacritty themes collected by @aarowill.
|
||||||
Repo: https://github.com/aarowill/base16-alacritty
|
Repo: https://github.com/aarowill/base16-alacritty
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue