Skip to content

Commit

Permalink
Adds new Asteroid City theme (warpdotdev#67)
Browse files Browse the repository at this point in the history
* Adds new Asteroid City theme

* Changes path for image from absolute to relative
  • Loading branch information
MelanieCrissey authored Jul 14, 2023
1 parent e27b0d0 commit 53ec58e
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions special_edition/asteroid_city.yaml
Original file line number Diff line number Diff line change
@@ -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'
Binary file added special_edition/asteroid_city_wallpaper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions special_edition/previews/asteroid_city.yaml.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53ec58e

Please sign in to comment.