forked from warpdotdev/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds new Asteroid City theme (warpdotdev#67)
* Adds new Asteroid City theme * Changes path for image from absolute to relative
- Loading branch information
1 parent
e27b0d0
commit 53ec58e
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.