mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 17:48:13 -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'
|
Loading…
Add table
Add a link
Reference in a new issue