Feature/blue monday theme (#57)

* feat:Define colors for blue-monday theme

* chore:Add preview svg with blue-monday colors theme

* chore:Add the blue-monday theme in the standard themes listing

* chore:standard readme.md and svg file updates after running py script

---------

Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
Jordi Riera 2023-03-30 00:45:47 +02:00 committed by GitHub
parent b037593691
commit 54dee0b9c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 79 additions and 0 deletions

View file

@ -10,6 +10,7 @@
|**[Ayu Light](ayu_light.yaml)**:|<img src='previews/ayu_light.yaml.svg' width='300'>|
|**[Ayu Mirage](ayu_mirage.yaml)**:|<img src='previews/ayu_mirage.yaml.svg' width='300'>|
|**[Blood Moon](blood_moon.yaml)**:|<img src='previews/blood_moon.yaml.svg' width='300'>|
|**[Blue Monday](blue_monday.yaml)**:|<img src='previews/blue_monday.yaml.svg' width='300'>|
|**[Breeze](breeze.yaml)**:|<img src='previews/breeze.yaml.svg' width='300'>|
|**[Campbell](campbell.yaml)**:|<img src='previews/campbell.yaml.svg' width='300'>|
|**[Catppuccin](catppuccin.yaml)**:|<img src='previews/catppuccin.yaml.svg' width='300'>|

27
standard/blue_monday.yaml Normal file
View file

@ -0,0 +1,27 @@
accent: "#4136d9"
background:
top: '#000000'
bottom: '#00081e'
left: '#000000'
right: '#00081e'
details: darker
foreground: "#80c0ff"
terminal_colors:
bright:
black: "#3e7bdc"
blue: "#ec8129"
cyan: "#5db6ff"
green: "#00fdbb"
magenta: "#fdd600"
red: "#ff7200"
white: "#e9f2ff"
yellow: "#7300ff"
normal:
black: "#3e7bdc"
blue: "#ec8129"
cyan: "#2ba5ff"
green: "#38ffc9"
magenta: "#ffdb1a"
red: "#ff8c35"
white: "#d2dbe8"
yellow: "#7208f4"

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="{background}" class="Dynamic" rx="5"/><text x="15" y="15" fill="#80c0ff" class="Dynamic" font-family="monospace" font-size=".6em">ls</text><text x="15" y="30" fill="#ec8129" class="Dynamic" font-family="monospace" font-size=".6em">
dir
</text><text x="65" y="30" fill="#ff8c35" class="Dynamic" font-family="monospace" font-size=".6em">
executable
</text><text x="175" y="30" fill="#80c0ff" class="Dynamic" font-family="monospace" font-size=".6em">
file
</text><path stroke="#80c0ff" d="M0 40h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="55" fill="#80c0ff" class="Dynamic" font-family="monospace" font-size=".6em">bash ~/colors.sh</text><text x="15" y="70" fill="#80c0ff" class="Dynamic" font-family="monospace" font-size=".6em">
normal:
</text><text x="55" y="70" fill="#3e7bdc" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="70" fill="#ff8c35" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="70" fill="#38ffc9" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="70" fill="#7208f4" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="70" fill="#ec8129" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="70" fill="#ffdb1a" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="70" fill="#2ba5ff" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="70" fill="#d2dbe8" class="Dynamic" font-family="monospace" font-size=".6em">
white
</text><text x="15" y="85" fill="#80c0ff" class="Dynamic" font-family="monospace" font-size=".6em">
bright:
</text><text x="55" y="85" fill="#3e7bdc" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="85" fill="#ff7200" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="85" fill="#00fdbb" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="85" fill="#7300ff" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="85" fill="#ec8129" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="85" fill="#fdd600" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="85" fill="#5db6ff" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="85" fill="#e9f2ff" class="Dynamic" font-family="monospace" font-size=".6em">
white
</text><path stroke="#80c0ff" d="M0 95h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="110" fill="#ffdb1a" class="Dynamic" font-family="monospace" font-size=".6em">
~/project
</text><text x="65" y="110" fill="#38ffc9" class="Dynamic" font-family="monospace" font-size=".6em">
git(
</text><text x="85" y="110" fill="#7208f4" class="Dynamic" font-family="monospace" font-size=".6em">
main
</text><text x="113" y="110" fill="#38ffc9" class="Dynamic" font-family="monospace" font-size=".6em">
)
</text><path stroke="#4136d9" d="M15 120v10" class="Dynamic" style="stroke-width:2"/></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB