feat: Add new theme Base16 Asam based in Base16 Pico (#70)

Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
Alan Sealtiel Aldana Mendiola 2023-11-17 14:07:22 -06:00 committed by GitHub
parent 9a640b887d
commit efa5dcf20c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 75 additions and 0 deletions

View file

@ -5,6 +5,7 @@
| **[Base16 3024](base16_3024.yaml)**: | <img src='previews/base16_3024.yaml.svg' width='300'> |
| **[Base16 Apathy](base16_apathy.yaml)**: | <img src='previews/base16_apathy.yaml.svg' width='300'> |
| **[Base16 Apprentice](base16_apprentice.yaml)**: | <img src='previews/base16_apprentice.yaml.svg' width='300'> |
| **[Base16 Asam](base16_asam.yaml)**: |<img src='previews/base16_asam.yaml.svg' width='300'> |
| **[Base16 Ashes](base16_ashes.yaml)**: | <img src='previews/base16_ashes.yaml.svg' width='300'> |
| **[Base16 Atelier Cave](base16_atelier_cave.yaml)**: | <img src='previews/base16_atelier_cave.yaml.svg' width='300'> |
| **[Base16 Atelier Cave Light](base16_atelier_cave_light.yaml)**: | <img src='previews/base16_atelier_cave_light.yaml.svg' width='300'> |

23
base16/base16_asam.yaml Normal file
View file

@ -0,0 +1,23 @@
accent: "#fff024"
background: "#080808"
details: darker
foreground: "#5bee00"
terminal_colors:
bright:
black: "#008751"
blue: "#ab5236"
cyan: "#ffccaa"
green: "#1d2b53"
magenta: "#c2c3c7"
red: "#ffa300"
white: "#fff1e8"
yellow: "#7e2553"
normal:
black: "#000000"
blue: "#83769c"
cyan: "#29adff"
green: "#00e756"
magenta: "#ff77a8"
red: "#ff004d"
white: "#5f574f"
yellow: "#fff024"

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="#080808" class="Dynamic" rx="5"/><text x="15" y="15" fill="#5bee00" class="Dynamic" font-family="monospace" font-size=".6em">ls</text><text x="15" y="30" fill="#83769c" class="Dynamic" font-family="monospace" font-size=".6em">
dir
</text><text x="65" y="30" fill="#ff004d" class="Dynamic" font-family="monospace" font-size=".6em">
executable
</text><text x="175" y="30" fill="#5bee00" class="Dynamic" font-family="monospace" font-size=".6em">
file
</text><path stroke="#5bee00" d="M0 40h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="55" fill="#5bee00" class="Dynamic" font-family="monospace" font-size=".6em">bash ~/colors.sh</text><text x="15" y="70" fill="#5bee00" 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="#ff004d" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="70" fill="#00e756" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="70" fill="#fff024" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="70" fill="#83769c" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="70" fill="#ff77a8" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="70" fill="#29adff" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="70" fill="#5f574f" class="Dynamic" font-family="monospace" font-size=".6em">
white
</text><text x="15" y="85" fill="#5bee00" class="Dynamic" font-family="monospace" font-size=".6em">
bright:
</text><text x="55" y="85" fill="#008751" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="85" fill="#ffa300" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="85" fill="#1d2b53" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="85" fill="#7e2553" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="85" fill="#ab5236" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="85" fill="#c2c3c7" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="85" fill="#ffccaa" class="Dynamic" font-family="monospace" font-size=".6em">
cyan
</text><text x="260" y="85" fill="#fff1e8" class="Dynamic" font-family="monospace" font-size=".6em">
white
</text><path stroke="#5bee00" d="M0 95h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="110" fill="#ff77a8" class="Dynamic" font-family="monospace" font-size=".6em">
~/project
</text><text x="65" y="110" fill="#00e756" class="Dynamic" font-family="monospace" font-size=".6em">
git(
</text><text x="85" y="110" fill="#fff024" class="Dynamic" font-family="monospace" font-size=".6em">
main
</text><text x="113" y="110" fill="#00e756" class="Dynamic" font-family="monospace" font-size=".6em">
)
</text><path stroke="#fff024" d="M15 120v10" class="Dynamic" style="stroke-width:2"/></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB