mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 01:27:11 -07:00
Adds new Asteroid City theme (#67)
* Adds new Asteroid City theme * Changes path for image from absolute to relative
This commit is contained in:
parent
e27b0d0064
commit
53ec58e287
3 changed files with 34 additions and 0 deletions
33
special_edition/asteroid_city.yaml
Normal file
33
special_edition/asteroid_city.yaml
Normal file
|
@ -0,0 +1,33 @@
|
|||
accent: '#D83E1C'
|
||||
background: '#c4f4f1'
|
||||
details: darker
|
||||
foreground: '#22211a'
|
||||
|
||||
############################################################### SEE BELOW
|
||||
background_image:
|
||||
# the path is relative to ~/.warp/themes/
|
||||
# the full path to the picture is: ~/.warp/themes/warp.jpg
|
||||
path: special_edition/asteroid_city_wallpaper.jpg
|
||||
# the opacity value is required and can range from 0-100
|
||||
opacity: 30
|
||||
############################################################### SEE ABOVE
|
||||
|
||||
terminal_colors:
|
||||
normal:
|
||||
black: '#22211a'
|
||||
blue: '#0088db'
|
||||
cyan: '#1F4E45'
|
||||
green: '#076706'
|
||||
magenta: '#c5218e'
|
||||
red: '#d0392b'
|
||||
white: '#f1f1f1'
|
||||
yellow: '#d88900'
|
||||
bright:
|
||||
black: '#8e8e8e'
|
||||
blue: '#c1e3fe'
|
||||
cyan: '#e5e6fe'
|
||||
green: '#d6fcb9'
|
||||
magenta: '#ffb1fe'
|
||||
red: '#ffc4bd'
|
||||
white: '#feffff'
|
||||
yellow: '#fefdd5'
|
BIN
special_edition/asteroid_city_wallpaper.jpg
Normal file
BIN
special_edition/asteroid_city_wallpaper.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 440 KiB |
1
special_edition/previews/asteroid_city.yaml.svg
Normal file
1
special_edition/previews/asteroid_city.yaml.svg
Normal file
|
@ -0,0 +1 @@
|
|||
<svg viewBox="0 0 300 145" xmlns="http://www.w3.org/2000/svg"><rect fill="#c4f4f1" height="145" rx="5" width="300"/><text fill="#22211a" font-family="monospace" font-size=".6em" x="15" y="15">ls</text><text fill="#0088db" font-family="monospace" font-size=".6em" x="15" y="30">dir</text><text fill="#d0392b" font-family="monospace" font-size=".6em" x="65" y="30">executable</text><text fill="#22211a" font-family="monospace" font-size=".6em" x="175" y="30">file</text><path d="m0 40h300" stroke="#22211a" stroke-width=".2"/><g font-family="monospace" font-size=".6em"><text fill="#22211a" x="15" y="55">bash ~/colors.sh</text><text fill="#22211a" x="15" y="70">normal:</text><text fill="#22211a" x="55" y="70">black</text><text fill="#d0392b" x="85" y="70">red</text><text fill="#076706" x="105" y="70">green</text><text fill="#d88900" x="135" y="70">yellow</text><text fill="#0088db" x="170" y="70">blue</text><text fill="#c5218e" x="195" y="70">magenta</text><text fill="#1f4e45" x="235" y="70">cyan</text><text fill="#f1f1f1" x="260" y="70">white</text><text fill="#22211a" x="15" y="85">bright:</text><text fill="#8e8e8e" x="55" y="85">black</text><text fill="#ffc4bd" x="85" y="85">red</text><text fill="#d6fcb9" x="105" y="85">green</text><text fill="#fefdd5" x="135" y="85">yellow</text><text fill="#c1e3fe" x="170" y="85">blue</text><text fill="#ffb1fe" x="195" y="85">magenta</text><text fill="#e5e6fe" x="235" y="85">cyan</text><text fill="#feffff" x="260" y="85">white</text></g><path d="m0 95h300" stroke="#22211a" stroke-width=".2"/><text fill="#c5218e" font-family="monospace" font-size=".6em" x="15" y="110">~/project</text><text fill="#076706" font-family="monospace" font-size=".6em" x="65" y="110">git(</text><text fill="#d88900" font-family="monospace" font-size=".6em" x="85" y="110">main</text><text fill="#076706" font-family="monospace" font-size=".6em" x="113" y="110">)</text><path d="m15 120v10" stroke="#d83e1c" stroke-width="2"/></svg>
|
After Width: | Height: | Size: 1.9 KiB |
Loading…
Add table
Add a link
Reference in a new issue