Added grafbase special edition theme (#63)

* Added grafbase special edition theme

* Add grafbase preview
This commit is contained in:
Hong Yi Chen 2023-06-30 15:13:08 -04:00 committed by GitHub
parent 9360784252
commit ee7a87d0ab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 78 additions and 0 deletions

View file

@ -5,3 +5,4 @@
| **[Pride](pride.yaml)**: | <img src='previews/pride.yaml.svg' width='300'> |
| **[Thanksgiving](thanksgiving.yaml)**: | <img src='previews/thanksgiving.yaml.svg' width='300'> |
| **[Winter](winter.yaml)**: | <img src='previews/winter.yaml.svg' width='300'> |
| **[Grafbase](grafbase.yaml)**: | <img src='previews/grafbase.yaml.svg' width='300'> |

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

View file

@ -0,0 +1,26 @@
background: "#131313"
background_image:
path: special_edition/grafbase.jpg
terminal_colors:
normal:
magenta: "#45b192"
white: "#f1f1f1"
cyan: "#9496ff"
black: "#8e8e8e"
yellow: "#fefdc2"
green: "#b4fa72"
red: "#acebff"
blue: "#358dde"
bright:
blue: "#c1e3fe"
black: "#8e8e8e"
magenta: "#ffb1fe"
cyan: "#e5e6fe"
green: "#d6fcb9"
yellow: "#fefdd5"
red: "#ffc4bd"
white: "#feffff"
details: "darker"
foreground: "#ffffff"
accent: "#0d5961"

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="#131313" 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="#358dde" class="Dynamic" font-family="monospace" font-size=".6em">
dir
</text><text x="65" y="30" fill="#acebff" 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="#8e8e8e" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="70" fill="#acebff" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="70" fill="#b4fa72" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="70" fill="#fefdc2" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="70" fill="#358dde" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="70" fill="#45b192" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="70" fill="#9496ff" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="70" fill="#f1f1f1" 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="#8e8e8e" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="85" fill="#ffc4bd" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="85" fill="#d6fcb9" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="85" fill="#fefdd5" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="85" fill="#c1e3fe" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="85" fill="#ffb1fe" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="85" fill="#e5e6fe" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="85" fill="#feffff" 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="#45b192" class="Dynamic" font-family="monospace" font-size=".6em">
~/project
</text><text x="65" y="110" fill="#b4fa72" class="Dynamic" font-family="monospace" font-size=".6em">
git(
</text><text x="85" y="110" fill="#fefdc2" class="Dynamic" font-family="monospace" font-size=".6em">
main
</text><text x="113" y="110" fill="#b4fa72" class="Dynamic" font-family="monospace" font-size=".6em">
)
</text><path stroke="#0d5961" d="M15 120v10" class="Dynamic" style="stroke-width:2"/></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB