mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 09:07:11 -07:00
feat: add light and dark pinkish themes (#80)
Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
parent
66fa69a873
commit
84ef57c0f7
5 changed files with 155 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
||||||
|**[Cyberpunk-v](cyberpunk-v.yaml)**:|<img src='previews/cyberpunk-v.yaml.svg' width='300'>|
|
|**[Cyberpunk-v](cyberpunk-v.yaml)**:|<img src='previews/cyberpunk-v.yaml.svg' width='300'>|
|
||||||
|**[Daobeam](daobeam.yaml)**:|<img src='previews/daobeam.yaml.svg' width='300'>|
|
|**[Daobeam](daobeam.yaml)**:|<img src='previews/daobeam.yaml.svg' width='300'>|
|
||||||
|**[Darcula](darcula.yaml)**:|<img src='previews/darcula.yaml.svg' width='300'>|
|
|**[Darcula](darcula.yaml)**:|<img src='previews/darcula.yaml.svg' width='300'>|
|
||||||
|
|**[Dark-pinkish](dark-pinkish.yaml)**:|<img src='previews/dark-pinkish.yaml.svg' width='300'>|
|
||||||
|**[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'>|
|
||||||
|
@ -56,6 +57,7 @@
|
||||||
|**[Jellybeans](jellybeans.yaml)**:|<img src='previews/jellybeans.yaml.svg' width='300'>|
|
|**[Jellybeans](jellybeans.yaml)**:|<img src='previews/jellybeans.yaml.svg' width='300'>|
|
||||||
|**[Konsole Linux](konsole_linux.yaml)**:|<img src='previews/konsole_linux.yaml.svg' width='300'>|
|
|**[Konsole Linux](konsole_linux.yaml)**:|<img src='previews/konsole_linux.yaml.svg' width='300'>|
|
||||||
|**[Laser](laser.yaml)**:|<img src='previews/laser.yaml.svg' width='300'>|
|
|**[Laser](laser.yaml)**:|<img src='previews/laser.yaml.svg' width='300'>|
|
||||||
|
|**[Light-pinkish](light-pinkish.yaml)**:|<img src='previews/light-pinkish.yaml.svg' width='300'>|
|
||||||
|**[Low Contrast](low_contrast.yaml)**:|<img src='previews/low_contrast.yaml.svg' width='300'>|
|
|**[Low Contrast](low_contrast.yaml)**:|<img src='previews/low_contrast.yaml.svg' width='300'>|
|
||||||
|**[Lucario](lucario.yaml)**:|<img src='previews/lucario.yaml.svg' width='300'>|
|
|**[Lucario](lucario.yaml)**:|<img src='previews/lucario.yaml.svg' width='300'>|
|
||||||
|**[Material Theme](material_theme.yaml)**:|<img src='previews/material_theme.yaml.svg' width='300'>|
|
|**[Material Theme](material_theme.yaml)**:|<img src='previews/material_theme.yaml.svg' width='300'>|
|
||||||
|
|
26
standard/dark-pinkish.yaml
Normal file
26
standard/dark-pinkish.yaml
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
accent:
|
||||||
|
left: '#f383af' # Accent color for UI elements
|
||||||
|
right: '#c96ef7'
|
||||||
|
background: '#120128' # Terminal background color
|
||||||
|
details: darker # Whether the theme is lighter or darker.
|
||||||
|
foreground: '#dfafe9' # The foreground color.
|
||||||
|
terminal_colors: # Ansi escape colors.
|
||||||
|
bright:
|
||||||
|
black: '#17062d'
|
||||||
|
blue: '#9998ff'
|
||||||
|
cyan: '#01c7e0'
|
||||||
|
green: '#00cc99'
|
||||||
|
magenta: '#c96ef7'
|
||||||
|
red: '#ea5ea8'
|
||||||
|
white: '#f8b9d2'
|
||||||
|
yellow: '#EB4F9F'
|
||||||
|
normal:
|
||||||
|
black: '#17062d'
|
||||||
|
blue: '#9998ff'
|
||||||
|
cyan: '#01c7e0'
|
||||||
|
green: '#00cc99'
|
||||||
|
magenta: '#c96ef7'
|
||||||
|
red: '#ea5ea8'
|
||||||
|
white: '#f8b9d2'
|
||||||
|
yellow: '#ffc466'
|
||||||
|
|
25
standard/light-pinkish.yaml
Normal file
25
standard/light-pinkish.yaml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
accent:
|
||||||
|
left: '#f48bb5' # Accent color for UI elements
|
||||||
|
right: '#dfcce5'
|
||||||
|
background: '#fffcff' # Terminal background color
|
||||||
|
details: lighter # Whether the theme is lighter or darker.
|
||||||
|
foreground: '#660066' # The foreground color.
|
||||||
|
terminal_colors: # Ansi escape colors.
|
||||||
|
bright:
|
||||||
|
black: '#000000'
|
||||||
|
blue: '#666bff'
|
||||||
|
cyan: '#00a5b3'
|
||||||
|
green: '#00aa64'
|
||||||
|
magenta: '#cc00ff'
|
||||||
|
red: '#e916a6'
|
||||||
|
white: '#ffb3c6'
|
||||||
|
yellow: '#ffb3c6'
|
||||||
|
normal:
|
||||||
|
black: '#000000'
|
||||||
|
blue: '#666bff'
|
||||||
|
cyan: '#00a5b3'
|
||||||
|
green: '#00aa64'
|
||||||
|
magenta: '#960096'
|
||||||
|
red: '#e916a6'
|
||||||
|
white: '#ffb3c6'
|
||||||
|
yellow: '#ff9900'
|
51
standard/previews/dark-pinkish.yaml.svg
Normal file
51
standard/previews/dark-pinkish.yaml.svg
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 145"><rect width="300" height="145" fill="#120128" class="Dynamic" rx="5"/><text x="15" y="15" fill="#dfafe9" class="Dynamic" font-family="monospace" font-size=".6em">ls</text><text x="15" y="30" fill="#9998ff" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
dir
|
||||||
|
</text><text x="65" y="30" fill="#ea5ea8" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
executable
|
||||||
|
</text><text x="175" y="30" fill="#dfafe9" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
file
|
||||||
|
</text><path stroke="#dfafe9" d="M0 40h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="55" fill="#dfafe9" class="Dynamic" font-family="monospace" font-size=".6em">bash ~/colors.sh</text><text x="15" y="70" fill="#dfafe9" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
normal:
|
||||||
|
</text><text x="55" y="70" fill="#17062d" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
black
|
||||||
|
</text><text x="85" y="70" fill="#ea5ea8" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
red
|
||||||
|
</text><text x="105" y="70" fill="#00cc99" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
green
|
||||||
|
</text><text x="135" y="70" fill="#ffc466" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
yellow
|
||||||
|
</text><text x="170" y="70" fill="#9998ff" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
blue
|
||||||
|
</text><text x="195" y="70" fill="#c96ef7" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
magenta
|
||||||
|
</text><text x="235" y="70" fill="#01c7e0" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
cyan
|
||||||
|
</text><text x="260" y="70" fill="#f8b9d2" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
white
|
||||||
|
</text><text x="15" y="85" fill="#dfafe9" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
bright:
|
||||||
|
</text><text x="55" y="85" fill="#17062d" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
black
|
||||||
|
</text><text x="85" y="85" fill="#ea5ea8" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
red
|
||||||
|
</text><text x="105" y="85" fill="#00cc99" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
green
|
||||||
|
</text><text x="135" y="85" fill="#EB4F9F" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
yellow
|
||||||
|
</text><text x="170" y="85" fill="#9998ff" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
blue
|
||||||
|
</text><text x="195" y="85" fill="#c96ef7" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
magenta
|
||||||
|
</text><text x="235" y="85" fill="#01c7e0" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
cyan
|
||||||
|
</text><text x="260" y="85" fill="#f8b9d2" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
white
|
||||||
|
</text><path stroke="#dfafe9" d="M0 95h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="110" fill="#c96ef7" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
~/project
|
||||||
|
</text><text x="65" y="110" fill="#00cc99" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
git(
|
||||||
|
</text><text x="85" y="110" fill="#ffc466" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
main
|
||||||
|
</text><text x="113" y="110" fill="#00cc99" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
)
|
||||||
|
</text><path stroke="{accent}" d="M15 120v10" class="Dynamic" style="stroke-width:2"/></svg>
|
After Width: | Height: | Size: 3.2 KiB |
51
standard/previews/light-pinkish.yaml.svg
Normal file
51
standard/previews/light-pinkish.yaml.svg
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 145"><rect width="300" height="145" fill="#fffcff" class="Dynamic" rx="5"/><text x="15" y="15" fill="#660066" class="Dynamic" font-family="monospace" font-size=".6em">ls</text><text x="15" y="30" fill="#666bff" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
dir
|
||||||
|
</text><text x="65" y="30" fill="#e916a6" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
executable
|
||||||
|
</text><text x="175" y="30" fill="#660066" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
file
|
||||||
|
</text><path stroke="#660066" d="M0 40h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="55" fill="#660066" class="Dynamic" font-family="monospace" font-size=".6em">bash ~/colors.sh</text><text x="15" y="70" fill="#660066" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
normal:
|
||||||
|
</text><text x="55" y="70" fill="#000000" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
black
|
||||||
|
</text><text x="85" y="70" fill="#e916a6" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
red
|
||||||
|
</text><text x="105" y="70" fill="#00aa64" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
green
|
||||||
|
</text><text x="135" y="70" fill="#ff9900" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
yellow
|
||||||
|
</text><text x="170" y="70" fill="#666bff" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
blue
|
||||||
|
</text><text x="195" y="70" fill="#960096" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
magenta
|
||||||
|
</text><text x="235" y="70" fill="#00a5b3" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
cyan
|
||||||
|
</text><text x="260" y="70" fill="#ffb3c6" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
white
|
||||||
|
</text><text x="15" y="85" fill="#660066" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
bright:
|
||||||
|
</text><text x="55" y="85" fill="#000000" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
black
|
||||||
|
</text><text x="85" y="85" fill="#e916a6" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
red
|
||||||
|
</text><text x="105" y="85" fill="#00aa64" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
green
|
||||||
|
</text><text x="135" y="85" fill="#ffb3c6" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
yellow
|
||||||
|
</text><text x="170" y="85" fill="#666bff" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
blue
|
||||||
|
</text><text x="195" y="85" fill="#cc00ff" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
magenta
|
||||||
|
</text><text x="235" y="85" fill="#00a5b3" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
cyan
|
||||||
|
</text><text x="260" y="85" fill="#ffb3c6" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
white
|
||||||
|
</text><path stroke="#660066" d="M0 95h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="110" fill="#960096" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
~/project
|
||||||
|
</text><text x="65" y="110" fill="#00aa64" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
git(
|
||||||
|
</text><text x="85" y="110" fill="#ff9900" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
main
|
||||||
|
</text><text x="113" y="110" fill="#00aa64" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
)
|
||||||
|
</text><path stroke="{accent}" d="M15 120v10" class="Dynamic" style="stroke-width:2"/></svg>
|
After Width: | Height: | Size: 3.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue