feat: Added Kanagawa theme (#86)

This commit is contained in:
Emre Tuna 2024-02-12 12:03:54 +03:00 committed by GitHub
parent c47d56ea7b
commit f09901694c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 74 additions and 0 deletions

23
standard/kanagawa.yaml Normal file
View file

@ -0,0 +1,23 @@
accent: '#C8C093'
background: '#1F1F28'
foreground: '#DCD7BA'
details: 'darker'
terminal_colors:
normal:
black: '#090618'
red: '#c34043'
green: '#76946a'
yellow: '#E6C384'
blue: '#7e9cd8'
magenta: '#957fb8'
cyan: '#6a9589'
white: '#f1f1f1'
bright:
black: '#727169'
red: '#e82424'
green: '#98bb6c'
yellow: '#ffe5b6'
blue: '#7fb4ca'
magenta: '#938aa9'
cyan: '#7aa89f'
white: '#feffff'

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="#1F1F28" class="Dynamic" rx="5"/><text x="15" y="15" fill="#DCD7BA" class="Dynamic" font-family="monospace" font-size=".6em">ls</text><text x="15" y="30" fill="#7e9cd8" class="Dynamic" font-family="monospace" font-size=".6em">
dir
</text><text x="65" y="30" fill="#c34043" class="Dynamic" font-family="monospace" font-size=".6em">
executable
</text><text x="175" y="30" fill="#DCD7BA" class="Dynamic" font-family="monospace" font-size=".6em">
file
</text><path stroke="#DCD7BA" d="M0 40h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="55" fill="#DCD7BA" class="Dynamic" font-family="monospace" font-size=".6em">bash ~/colors.sh</text><text x="15" y="70" fill="#DCD7BA" class="Dynamic" font-family="monospace" font-size=".6em">
normal:
</text><text x="55" y="70" fill="#090618" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="70" fill="#c34043" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="70" fill="#76946a" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="70" fill="#E6C384" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="70" fill="#7e9cd8" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="70" fill="#957fb8" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="70" fill="#6a9589" 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="#DCD7BA" class="Dynamic" font-family="monospace" font-size=".6em">
bright:
</text><text x="55" y="85" fill="#727169" class="Dynamic" font-family="monospace" font-size=".6em">
black
</text><text x="85" y="85" fill="#e82424" class="Dynamic" font-family="monospace" font-size=".6em">
red
</text><text x="105" y="85" fill="#98bb6c" class="Dynamic" font-family="monospace" font-size=".6em">
green
</text><text x="135" y="85" fill="#ffe5b6" class="Dynamic" font-family="monospace" font-size=".6em">
yellow
</text><text x="170" y="85" fill="#7fb4ca" class="Dynamic" font-family="monospace" font-size=".6em">
blue
</text><text x="195" y="85" fill="#938aa9" class="Dynamic" font-family="monospace" font-size=".6em">
magenta
</text><text x="235" y="85" fill="#7aa89f" 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="#DCD7BA" d="M0 95h300" class="Dynamic" style="stroke-width:.2"/><text x="15" y="110" fill="#957fb8" class="Dynamic" font-family="monospace" font-size=".6em">
~/project
</text><text x="65" y="110" fill="#76946a" class="Dynamic" font-family="monospace" font-size=".6em">
git(
</text><text x="85" y="110" fill="#E6C384" class="Dynamic" font-family="monospace" font-size=".6em">
main
</text><text x="113" y="110" fill="#76946a" class="Dynamic" font-family="monospace" font-size=".6em">
)
</text><path stroke="#C8C093" d="M15 120v10" class="Dynamic" style="stroke-width:2"/></svg>

After

Width:  |  Height:  |  Size: 3.2 KiB