mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-24 16:57:12 -07:00
feat: Add Ambience theme from Terminator
This commit is contained in:
parent
dbd8e1d0c3
commit
3383a49ab8
3 changed files with 76 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
|Theme name | Preview|
|
|Theme name | Preview|
|
||||||
| --- | --- |
|
| --- | --- |
|
||||||
|**[Afterglow](afterglow.yaml)**:|<img src='previews/afterglow.yaml.svg' width='300'>|
|
|**[Afterglow](afterglow.yaml)**:|<img src='previews/afterglow.yaml.svg' width='300'>|
|
||||||
|
|**[Ambience](ambience.yaml)**:|<img src='previews/ambience.yaml.svg' width='300'>|
|
||||||
|**[Apple Dark](apple_dark.yaml)**:|<img src='previews/apple_dark.yaml.svg' width='300'>|
|
|**[Apple Dark](apple_dark.yaml)**:|<img src='previews/apple_dark.yaml.svg' width='300'>|
|
||||||
|**[Apple Light](apple_light.yaml)**:|<img src='previews/apple_light.yaml.svg' width='300'>|
|
|**[Apple Light](apple_light.yaml)**:|<img src='previews/apple_light.yaml.svg' width='300'>|
|
||||||
|**[Arc Dark](arc_dark.yaml)**:|<img src='previews/arc_dark.yaml.svg' width='300'>|
|
|**[Arc Dark](arc_dark.yaml)**:|<img src='previews/arc_dark.yaml.svg' width='300'>|
|
||||||
|
@ -56,6 +57,7 @@
|
||||||
|**[Iceberg](iceberg.yaml)**:|<img src='previews/iceberg.yaml.svg' width='300'>|
|
|**[Iceberg](iceberg.yaml)**:|<img src='previews/iceberg.yaml.svg' width='300'>|
|
||||||
|**[Iterm](iterm.yaml)**:|<img src='previews/iterm.yaml.svg' width='300'>|
|
|**[Iterm](iterm.yaml)**:|<img src='previews/iterm.yaml.svg' width='300'>|
|
||||||
|**[Jellybeans](jellybeans.yaml)**:|<img src='previews/jellybeans.yaml.svg' width='300'>|
|
|**[Jellybeans](jellybeans.yaml)**:|<img src='previews/jellybeans.yaml.svg' width='300'>|
|
||||||
|
|**[Kanagawa](kanagawa.yaml)**:|<img src='previews/kanagawa.yaml.svg' width='300'>|
|
||||||
|**[Konsole Linux](konsole_linux.yaml)**:|<img src='previews/konsole_linux.yaml.svg' width='300'>|
|
|**[Konsole Linux](konsole_linux.yaml)**:|<img src='previews/konsole_linux.yaml.svg' width='300'>|
|
||||||
|**[Laser](laser.yaml)**:|<img src='previews/laser.yaml.svg' width='300'>|
|
|**[Laser](laser.yaml)**:|<img src='previews/laser.yaml.svg' width='300'>|
|
||||||
|**[Light-pinkish](light-pinkish.yaml)**:|<img src='previews/light-pinkish.yaml.svg' width='300'>|
|
|**[Light-pinkish](light-pinkish.yaml)**:|<img src='previews/light-pinkish.yaml.svg' width='300'>|
|
||||||
|
|
23
standard/ambience.yaml
Normal file
23
standard/ambience.yaml
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
accent: "#00c2ff" # Accent color for UI elements
|
||||||
|
background: '#300a24' # Terminal background color
|
||||||
|
details: darker # Whether the theme is lighter or darker.
|
||||||
|
foreground: '#ffffff' # The foreground color.
|
||||||
|
terminal_colors: # Ansi escape colors.
|
||||||
|
normal:
|
||||||
|
black: '#2e3436'
|
||||||
|
red: '#cc0000'
|
||||||
|
green: '#4e9a06'
|
||||||
|
yellow: '#c4a000'
|
||||||
|
magenta: '#5d4062'
|
||||||
|
blue: '#3465a4'
|
||||||
|
white: '#a9aca6'
|
||||||
|
cyan: '#06989a'
|
||||||
|
bright:
|
||||||
|
white: '#bfbfbd'
|
||||||
|
black: '#555753'
|
||||||
|
red: '#ef2929'
|
||||||
|
green: '#8ae234'
|
||||||
|
yellow: '#fce94f'
|
||||||
|
blue: '#729fcf'
|
||||||
|
magenta: '#ad7fa8'
|
||||||
|
cyan: '#34e2e2'
|
51
standard/previews/ambience.yaml.svg
Normal file
51
standard/previews/ambience.yaml.svg
Normal file
|
@ -0,0 +1,51 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 145"><rect width="300" height="145" fill="#300a24" 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="#3465a4" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
dir
|
||||||
|
</text><text x="65" y="30" fill="#cc0000" 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="#2e3436" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
black
|
||||||
|
</text><text x="85" y="70" fill="#cc0000" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
red
|
||||||
|
</text><text x="105" y="70" fill="#4e9a06" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
green
|
||||||
|
</text><text x="135" y="70" fill="#c4a000" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
yellow
|
||||||
|
</text><text x="170" y="70" fill="#3465a4" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
blue
|
||||||
|
</text><text x="195" y="70" fill="#5d4062" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
magenta
|
||||||
|
</text><text x="235" y="70" fill="#06989a" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
cyan
|
||||||
|
</text><text x="260" y="70" fill="#a9aca6" 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="#555753" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
black
|
||||||
|
</text><text x="85" y="85" fill="#ef2929" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
red
|
||||||
|
</text><text x="105" y="85" fill="#8ae234" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
green
|
||||||
|
</text><text x="135" y="85" fill="#fce94f" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
yellow
|
||||||
|
</text><text x="170" y="85" fill="#729fcf" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
blue
|
||||||
|
</text><text x="195" y="85" fill="#ad7fa8" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
magenta
|
||||||
|
</text><text x="235" y="85" fill="#34e2e2" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
cyan
|
||||||
|
</text><text x="260" y="85" fill="#bfbfbd" 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="#5d4062" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
~/project
|
||||||
|
</text><text x="65" y="110" fill="#4e9a06" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
git(
|
||||||
|
</text><text x="85" y="110" fill="#c4a000" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
main
|
||||||
|
</text><text x="113" y="110" fill="#4e9a06" class="Dynamic" font-family="monospace" font-size=".6em">
|
||||||
|
)
|
||||||
|
</text><path stroke="#00c2ff" d="M15 120v10" class="Dynamic" style="stroke-width:2"/></svg>
|
After Width: | Height: | Size: 3.2 KiB |
Loading…
Add table
Add a link
Reference in a new issue