Add DeepOcean Theme (#79)

Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
YEL!ne 2024-02-12 17:09:10 +08:00 committed by GitHub
parent 84ef57c0f7
commit dbd8e1d0c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 80 additions and 0 deletions

View file

@ -29,6 +29,7 @@
|**[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'>|
|**[Deep Ocean](deep_ocean.yaml)**:|<img src='previews/deep_ocean.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'>|
|**[Edgerunners-david](edgerunners-david.yaml)**:|<img src='previews/edgerunners-david.yaml.svg' width='300'>|

28
standard/deep_ocean.yaml Normal file
View file

@ -0,0 +1,28 @@
# accent color for ui elements
accent: "#f7cd7a"
# terminal background color
background: "#0f111a"
# whether the theme is lighter or darker
details: darker
# the foreground color
foreground: "#ffffff"
# ansi escape colors
terminal_colors:
bright:
black: "#999999"
red: "#ff7f7f"
green: "#d4ffa9"
yellow: "#ffff88"
blue: "#bfdfff"
magenta: "#ffb6ff"
cyan: "#aeeeee"
white: "#cccccc"
normal:
black: "#656565"
red: "#d17073"
green: "#cae397"
yellow: "#f8d749"
blue: "#87a4e1"
magenta: "#c678dd"
cyan: "#56b6c2"
white: "#abb2bf"

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="#0f111a" class="Dynamic" rx="5"/><text x="15" y="15" fill="#ffffff" class="Dynamic" font-family="monospace" font-size=".6em">ls</text><text x="15" y="30" fill="#87a4e1" class="Dynamic" font-family="monospace" font-size=".6em">
dir
</text><text x="65" y="30" fill="#d17073" class="Dynamic" font-family="monospace" font-size=".6em">
executable
</text><text x="175" y="30" fill="#ffffff" class="Dynamic" font-family="monospace" font-size=".6em">
file
</text><path stroke="#ffffff" d="M0 40h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="55" fill="#ffffff" class="Dynamic" font-family="monospace" font-size=".6em">bash ~/colors.sh</text><text x="15" y="70" fill="#ffffff" class="Dynamic" font-family="monospace" font-size=".6em">
normal:
</text><text x="55" y="70" fill="#656565" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="70" fill="#d17073" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="70" fill="#cae397" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="70" fill="#f8d749" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="70" fill="#87a4e1" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="70" fill="#c678dd" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="70" fill="#56b6c2" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="70" fill="#abb2bf" class="Dynamic" font-family="monospace" font-size=".6em">
white
</text><text x="15" y="85" fill="#ffffff" class="Dynamic" font-family="monospace" font-size=".6em">
bright:
</text><text x="55" y="85" fill="#999999" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="85" fill="#ff7f7f" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="85" fill="#d4ffa9" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="85" fill="#ffff88" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="85" fill="#bfdfff" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="85" fill="#ffb6ff" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="85" fill="#aeeeee" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="85" fill="#cccccc" class="Dynamic" font-family="monospace" font-size=".6em">
white
</text><path stroke="#ffffff" d="M0 95h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="110" fill="#c678dd" class="Dynamic" font-family="monospace" font-size=".6em">
~/project
</text><text x="65" y="110" fill="#cae397" class="Dynamic" font-family="monospace" font-size=".6em">
git(
</text><text x="85" y="110" fill="#f8d749" class="Dynamic" font-family="monospace" font-size=".6em">
main
</text><text x="113" y="110" fill="#cae397" class="Dynamic" font-family="monospace" font-size=".6em">
)
</text><path stroke="#f7cd7a" d="M15 120v10" class="Dynamic" style="stroke-width:2"/></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB