mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-27 01:58:12 -07:00
add everforest themes (#17)
This commit is contained in:
parent
a67b710c1e
commit
1890bca908
5 changed files with 241 additions and 7 deletions
10
README.md
10
README.md
|
@ -3,16 +3,12 @@
|
||||||
This is an open source repository with themes for [Warp](https://www.warp.dev/).
|
This is an open source repository with themes for [Warp](https://www.warp.dev/).
|
||||||
We welcome and appreciate any contributions!
|
We welcome and appreciate any contributions!
|
||||||
|
|
||||||
|
We have [directions on how to use this repository in our documentation.](https://docs.warp.dev/features/themes)
|
||||||
|
|
||||||
[Discord](https://discord.gg/warpdotdev)
|
[Discord](https://discord.gg/warpdotdev)
|
||||||
|
|
||||||
[Warp Repo](https://github.com/warpdotdev/Warp)
|
[Warp Repo](https://github.com/warpdotdev/Warp)
|
||||||
|
|
||||||
## Installing Custom Themes
|
|
||||||
|
|
||||||
We have [directions on how to download and load custom themes into Warp in our documentation.](https://docs.warp.dev/features/themes)
|
|
||||||
|
|
||||||
TLDR; clone this repo into a `~/.warp/themes/` directory.
|
|
||||||
|
|
||||||
## Open source dependencies
|
## 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:
|
We'd like to call out a few of the open source themes and repositories that helped bootstrap the set of themes for Warp:
|
||||||
|
@ -240,6 +236,8 @@ The [Winter Holiday Theme](https://twitter.com/warpdotdev/status/147415955096184
|
||||||
|**[Dark Pastels](dark_pastels.yaml)**:|<img src='previews/dark_pastels.yaml.svg' width='300'>|
|
|**[Dark Pastels](dark_pastels.yaml)**:|<img src='previews/dark_pastels.yaml.svg' width='300'>|
|
||||||
|**[Default Dark](default_dark.yaml)**:|<img src='previews/default_dark.yaml.svg' width='300'>|
|
|**[Default Dark](default_dark.yaml)**:|<img src='previews/default_dark.yaml.svg' width='300'>|
|
||||||
|**[Dracula](dracula.yaml)**:|<img src='previews/dracula.yaml.svg' width='300'>|
|
|**[Dracula](dracula.yaml)**:|<img src='previews/dracula.yaml.svg' width='300'>|
|
||||||
|
|**[Everforest Hard](everforest_hard.yaml)**:|<img src='previews/everforest_hard.yaml.svg' width='300'>|
|
||||||
|
|**[Everforest Light](everforest_light.yaml)**:|<img src='previews/everforest_light.yaml.svg' width='300'>|
|
||||||
|**[Fairyfloss](fairyfloss.yaml)**:|<img src='previews/fairyfloss.yaml.svg' width='300'>|
|
|**[Fairyfloss](fairyfloss.yaml)**:|<img src='previews/fairyfloss.yaml.svg' width='300'>|
|
||||||
|**[Faithful Argonaut](faithful_argonaut.yaml)**:|<img src='previews/faithful_argonaut.yaml.svg' width='300'>|
|
|**[Faithful Argonaut](faithful_argonaut.yaml)**:|<img src='previews/faithful_argonaut.yaml.svg' width='300'>|
|
||||||
|**[Falcon](falcon.yaml)**:|<img src='previews/falcon.yaml.svg' width='300'>|
|
|**[Falcon](falcon.yaml)**:|<img src='previews/falcon.yaml.svg' width='300'>|
|
||||||
|
|
28
everforest_hard.yaml
Normal file
28
everforest_hard.yaml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Accent color for UI elements
|
||||||
|
accent: '#7a8478'
|
||||||
|
# Terminal background color
|
||||||
|
background: '#2b3339'
|
||||||
|
# Whether the theme is lighter or darker.
|
||||||
|
details: darker
|
||||||
|
# The foreground color.
|
||||||
|
foreground: '#d3c6aa'
|
||||||
|
# Ansi escape colors.
|
||||||
|
terminal_colors:
|
||||||
|
bright:
|
||||||
|
black: '#445055'
|
||||||
|
red: '#e67e80'
|
||||||
|
green: '#a7c080'
|
||||||
|
yellow: '#dbbc7f'
|
||||||
|
blue: '#7fbbb3'
|
||||||
|
magenta: '#d699b6'
|
||||||
|
cyan: '#83c092'
|
||||||
|
white: '#d3c6aa'
|
||||||
|
normal:
|
||||||
|
black: '#445055'
|
||||||
|
red: '#e67e80'
|
||||||
|
green: '#a7c080'
|
||||||
|
yellow: '#dbbc7f'
|
||||||
|
blue: '#7fbbb3'
|
||||||
|
magenta: '#d699b6'
|
||||||
|
cyan: '#83c092'
|
||||||
|
white: '#d3c6aa'
|
28
everforest_light.yaml
Normal file
28
everforest_light.yaml
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# Accent color for UI elements
|
||||||
|
accent: '#a6b0a0'
|
||||||
|
# Terminal background color
|
||||||
|
background: '#fff9e8'
|
||||||
|
# Whether the theme is lighter or darker.
|
||||||
|
details: lighter
|
||||||
|
# The foreground color.
|
||||||
|
foreground: '#5c6a72'
|
||||||
|
# Ansi escape colors.
|
||||||
|
terminal_colors:
|
||||||
|
bright:
|
||||||
|
black: '#e9e8d2'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#5c6a72'
|
||||||
|
normal:
|
||||||
|
black: '#e9e8d2'
|
||||||
|
red: '#f85552'
|
||||||
|
green: '#8da101'
|
||||||
|
yellow: '#dfa000'
|
||||||
|
blue: '#3a94c5'
|
||||||
|
magenta: '#df69ba'
|
||||||
|
cyan: '#35a77c'
|
||||||
|
white: '#5c6a72'
|
90
previews/everforest_hard.yaml.svg
Normal file
90
previews/everforest_hard.yaml.svg
Normal file
|
@ -0,0 +1,90 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 145">
|
||||||
|
<rect width="300" height="145" class="Dynamic" fill="#2b3339" rx="5" />
|
||||||
|
|
||||||
|
<!-- first command -->
|
||||||
|
<text x="15" y="15" fill="#d3c6aa" font-size="0.6em" font-family="monospace" class="Dynamic">ls</text>
|
||||||
|
<text x="15" y="30" fill="#7fbbb3" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
dir
|
||||||
|
</text>
|
||||||
|
<text x="65" y="30" fill="#e67e80" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
executable
|
||||||
|
</text>
|
||||||
|
<text x="175" y="30" fill="#d3c6aa" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
file
|
||||||
|
</text>
|
||||||
|
<line x1="0" y1="40" x2="300" y2="40" style="stroke-width:0.2" class="Dynamic" stroke="#d3c6aa"/>
|
||||||
|
|
||||||
|
<!-- second command -->
|
||||||
|
<text x="15" y="55" fill="#d3c6aa" font-size="0.6em" font-family="monospace" class="Dynamic">bash ~/colors.sh</text>
|
||||||
|
<text x="15" y="70" fill="#d3c6aa" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
normal:
|
||||||
|
</text>
|
||||||
|
<text x="55" y="70" fill="#445055" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
black
|
||||||
|
</text>
|
||||||
|
<text x="85" y="70" fill="#e67e80" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
red
|
||||||
|
</text>
|
||||||
|
<text x="105" y="70" fill="#a7c080" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
green
|
||||||
|
</text>
|
||||||
|
<text x="135" y="70" fill="#dbbc7f" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
yellow
|
||||||
|
</text>
|
||||||
|
<text x="170" y="70" fill="#7fbbb3" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
blue
|
||||||
|
</text>
|
||||||
|
<text x="195" y="70" fill="#d699b6" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
magenta
|
||||||
|
</text>
|
||||||
|
<text x="235" y="70" fill="#83c092" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
cyan
|
||||||
|
</text>
|
||||||
|
<text x="260" y="70" fill="#d3c6aa" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
white
|
||||||
|
</text>
|
||||||
|
<text x="15" y="85" fill="#d3c6aa" font-size="0.6em" font-family="monospace" class='Dynamic'>
|
||||||
|
bright:
|
||||||
|
</text>
|
||||||
|
<text x="55" y="85" fill="#445055" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
black
|
||||||
|
</text>
|
||||||
|
<text x="85" y="85" fill="#e67e80" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
red
|
||||||
|
</text>
|
||||||
|
<text x="105" y="85" fill="#a7c080" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
green
|
||||||
|
</text>
|
||||||
|
<text x="135" y="85" fill="#dbbc7f" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
yellow
|
||||||
|
</text>
|
||||||
|
<text x="170" y="85" fill="#7fbbb3" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
blue
|
||||||
|
</text>
|
||||||
|
<text x="195" y="85" fill="#d699b6" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
magenta
|
||||||
|
</text>
|
||||||
|
<text x="235" y="85" fill="#83c092" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
cyan
|
||||||
|
</text>
|
||||||
|
<text x="260" y="85" fill="#d3c6aa" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
white
|
||||||
|
</text>
|
||||||
|
<line x1="0" y1="95" x2="300" y2="95" style="stroke-width:0.2" class="Dynamic" stroke="#d3c6aa" />
|
||||||
|
|
||||||
|
<!-- prompt -->
|
||||||
|
<text x="15" y="110" fill="#d699b6" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
~/project
|
||||||
|
</text>
|
||||||
|
<text x="65" y="110" fill="#a7c080" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
git(
|
||||||
|
</text>
|
||||||
|
<text x="85" y="110" fill="#dbbc7f" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
main
|
||||||
|
</text>
|
||||||
|
<text x="113" y="110" fill="#a7c080" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
)
|
||||||
|
</text>
|
||||||
|
<!-- cursor -->
|
||||||
|
<line x1="15" y1="120" x2="15" y2="130" style="stroke-width:2" class="Dynamic" stroke="#7a8478" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
90
previews/everforest_light.yaml.svg
Normal file
90
previews/everforest_light.yaml.svg
Normal file
|
@ -0,0 +1,90 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 145">
|
||||||
|
<rect width="300" height="145" class="Dynamic" fill="#fff9e8" rx="5" />
|
||||||
|
|
||||||
|
<!-- first command -->
|
||||||
|
<text x="15" y="15" fill="#5c6a72" font-size="0.6em" font-family="monospace" class="Dynamic">ls</text>
|
||||||
|
<text x="15" y="30" fill="#3a94c5" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
dir
|
||||||
|
</text>
|
||||||
|
<text x="65" y="30" fill="#f85552" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
executable
|
||||||
|
</text>
|
||||||
|
<text x="175" y="30" fill="#5c6a72" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
file
|
||||||
|
</text>
|
||||||
|
<line x1="0" y1="40" x2="300" y2="40" style="stroke-width:0.2" class="Dynamic" stroke="#5c6a72"/>
|
||||||
|
|
||||||
|
<!-- second command -->
|
||||||
|
<text x="15" y="55" fill="#5c6a72" font-size="0.6em" font-family="monospace" class="Dynamic">bash ~/colors.sh</text>
|
||||||
|
<text x="15" y="70" fill="#5c6a72" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
normal:
|
||||||
|
</text>
|
||||||
|
<text x="55" y="70" fill="#e9e8d2" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
black
|
||||||
|
</text>
|
||||||
|
<text x="85" y="70" fill="#f85552" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
red
|
||||||
|
</text>
|
||||||
|
<text x="105" y="70" fill="#8da101" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
green
|
||||||
|
</text>
|
||||||
|
<text x="135" y="70" fill="#dfa000" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
yellow
|
||||||
|
</text>
|
||||||
|
<text x="170" y="70" fill="#3a94c5" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
blue
|
||||||
|
</text>
|
||||||
|
<text x="195" y="70" fill="#df69ba" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
magenta
|
||||||
|
</text>
|
||||||
|
<text x="235" y="70" fill="#35a77c" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
cyan
|
||||||
|
</text>
|
||||||
|
<text x="260" y="70" fill="#5c6a72" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
white
|
||||||
|
</text>
|
||||||
|
<text x="15" y="85" fill="#5c6a72" font-size="0.6em" font-family="monospace" class='Dynamic'>
|
||||||
|
bright:
|
||||||
|
</text>
|
||||||
|
<text x="55" y="85" fill="#e9e8d2" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
black
|
||||||
|
</text>
|
||||||
|
<text x="85" y="85" fill="#f85552" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
red
|
||||||
|
</text>
|
||||||
|
<text x="105" y="85" fill="#8da101" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
green
|
||||||
|
</text>
|
||||||
|
<text x="135" y="85" fill="#dfa000" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
yellow
|
||||||
|
</text>
|
||||||
|
<text x="170" y="85" fill="#3a94c5" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
blue
|
||||||
|
</text>
|
||||||
|
<text x="195" y="85" fill="#df69ba" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
magenta
|
||||||
|
</text>
|
||||||
|
<text x="235" y="85" fill="#35a77c" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
cyan
|
||||||
|
</text>
|
||||||
|
<text x="260" y="85" fill="#5c6a72" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
white
|
||||||
|
</text>
|
||||||
|
<line x1="0" y1="95" x2="300" y2="95" style="stroke-width:0.2" class="Dynamic" stroke="#5c6a72" />
|
||||||
|
|
||||||
|
<!-- prompt -->
|
||||||
|
<text x="15" y="110" fill="#df69ba" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
~/project
|
||||||
|
</text>
|
||||||
|
<text x="65" y="110" fill="#8da101" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
git(
|
||||||
|
</text>
|
||||||
|
<text x="85" y="110" fill="#dfa000" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
main
|
||||||
|
</text>
|
||||||
|
<text x="113" y="110" fill="#8da101" font-size="0.6em" font-family="monospace" class="Dynamic">
|
||||||
|
)
|
||||||
|
</text>
|
||||||
|
<!-- cursor -->
|
||||||
|
<line x1="15" y1="120" x2="15" y2="130" style="stroke-width:2" class="Dynamic" stroke="#a6b0a0" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 3.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue