Add spaceduck theme (#50)

Co-authored-by: Daniel Peng <daniel@Daniels-MacBook-Pro.local>
Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
Daniel Peng 2022-12-19 10:58:25 -08:00 committed by GitHub
parent 84d3d209c2
commit 2b4aee5021
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 75 additions and 0 deletions

View file

@ -84,6 +84,7 @@
| **[Snazzy Red](snazzy_red.yaml)**: | <img src='previews/snazzy_red.yaml.svg' width='300'> |
| **[Solarized Dark](solarized_dark.yaml)**: | <img src='previews/solarized_dark.yaml.svg' width='300'> |
| **[Solarized Light](solarized_light.yaml)**: | <img src='previews/solarized_light.yaml.svg' width='300'> |
| **[Spaceduck](spaceduck.yaml)**: | <img src='previews/spaceduck.yaml.svg' width='300'> |
| **[Taerminal](taerminal.yaml)**: | <img src='previews/taerminal.yaml.svg' width='300'> |
| **[Tango Dark](tango_dark.yaml)**: | <img src='previews/tango_dark.yaml.svg' width='300'> |
| **[Tender](tender.yaml)**: | <img src='previews/tender.yaml.svg' width='300'> |

View file

@ -0,0 +1,51 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 145"><rect width="300" height="145" fill="#0f111b" class="Dynamic" rx="5"/><text x="15" y="15" fill="#ecf0c1" class="Dynamic" font-family="monospace" font-size=".6em">ls</text><text x="15" y="30" fill="#00a3cc" class="Dynamic" font-family="monospace" font-size=".6em">
dir
</text><text x="65" y="30" fill="#e33400" class="Dynamic" font-family="monospace" font-size=".6em">
executable
</text><text x="175" y="30" fill="#ecf0c1" class="Dynamic" font-family="monospace" font-size=".6em">
file
</text><path stroke="#ecf0c1" d="M0 40h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="55" fill="#ecf0c1" class="Dynamic" font-family="monospace" font-size=".6em">bash ~/colors.sh</text><text x="15" y="70" fill="#ecf0c1" 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="#e33400" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="70" fill="#5ccc96" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="70" fill="#b3a1e6" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="70" fill="#00a3cc" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="70" fill="#f2ce00" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="70" fill="#7a5ccc" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="70" fill="#686f9a" class="Dynamic" font-family="monospace" font-size=".6em">
white
</text><text x="15" y="85" fill="#ecf0c1" class="Dynamic" font-family="monospace" font-size=".6em">
bright:
</text><text x="55" y="85" fill="#686f9a" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="85" fill="#e33400" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="85" fill="#5ccc96" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="85" fill="#b3a1e6" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="85" fill="#00a3cc" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="85" fill="#f2ce00" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="85" fill="#7a5ccc" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="85" fill="#f0f1ce" class="Dynamic" font-family="monospace" font-size=".6em">
white
</text><path stroke="#ecf0c1" d="M0 95h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="110" fill="#f2ce00" class="Dynamic" font-family="monospace" font-size=".6em">
~/project
</text><text x="65" y="110" fill="#5ccc96" class="Dynamic" font-family="monospace" font-size=".6em">
git(
</text><text x="85" y="110" fill="#b3a1e6" class="Dynamic" font-family="monospace" font-size=".6em">
main
</text><text x="113" y="110" fill="#5ccc96" class="Dynamic" font-family="monospace" font-size=".6em">
)
</text><path stroke="#b3a1e6" d="M15 120v10" class="Dynamic" style="stroke-width:2"/></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB

23
standard/spaceduck.yaml Normal file
View file

@ -0,0 +1,23 @@
accent: "#b3a1e6"
background: "#0f111b"
details: darker
foreground: "#ecf0c1"
terminal_colors:
bright:
black: "#686f9a"
red: "#e33400"
green: "#5ccc96"
yellow: "#b3a1e6"
blue: "#00a3cc"
magenta: "#f2ce00"
cyan: "#7a5ccc"
white: "#f0f1ce"
normal:
black: "#000000"
red: "#e33400"
green: "#5ccc96"
yellow: "#b3a1e6"
blue: "#00a3cc"
magenta: "#f2ce00"
cyan: "#7a5ccc"
white: "#686f9a"