mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-25 01:07:10 -07:00
feat: retrowave/outrun aesthetic theme (#73)
* feat: retrowave outrun aesthetics theme * chore: generate new preview * chore: embed background preview * chore: minimize diff --------- Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
parent
b3991c1fe0
commit
2bd820c93f
3 changed files with 103 additions and 0 deletions
|
@ -71,6 +71,7 @@
|
|||
| **[Omni](omni.yaml)**: | <img src='previews/omni.yaml.svg' width='300'> |
|
||||
| **[One Dark](one_dark.yaml)**: | <img src='previews/one_dark.yaml.svg' width='300'> |
|
||||
| **[One Monokai](one_monokai.yaml)**: | <img src='previews/one_monokai.yaml.svg' width='300'> |
|
||||
| **[Outrun](outrun.yaml)**: | <img src='previews/outrun.yaml.svg' width='300'> |
|
||||
| **[Palenight](palenight.yaml)**: | <img src='previews/palenight.yaml.svg' width='300'> |
|
||||
| **[Panda Syntax](panda_syntax.yaml)**: | <img src='previews/panda_syntax.yaml.svg' width='300'> |
|
||||
| **[Papercolor Light](papercolor_light.yaml)**: | <img src='previews/papercolor_light.yaml.svg' width='300'> |
|
||||
|
|
49
standard/outrun.yaml
Normal file
49
standard/outrun.yaml
Normal file
|
@ -0,0 +1,49 @@
|
|||
# Retrowave Outrun Aesthetics
|
||||
# Author: Andrew Jo (dev@andrewjo.com)
|
||||
#
|
||||
# Adapted from Visual Studio Code theme by Sam Rapaport:
|
||||
# https://marketplace.visualstudio.com/items?itemName=samrapdev.outrun
|
||||
#
|
||||
# Background image by LogicWavelength:
|
||||
# https://www.reddit.com/r/outrun/comments/a2oo1r/retro_wave_pyramids_2_4k_wallpaper/
|
||||
#
|
||||
# To enable the background image, follow these steps:
|
||||
# 1. Download the image from: https://i.redd.it/p1sgcfnmf2221.png
|
||||
# 2. Copy the image to: ./warp_bundled/retrowave-pyramids.png
|
||||
# 3. Uncomment the background_image section below.
|
||||
#
|
||||
# Alternatively, you can run this command in Warp:
|
||||
# curl -sSL https://i.redd.it/p1sgcfnmf2221.png -o ~/.warp/themes/warp_bundled/retrowave-pyramids.png
|
||||
|
||||
accent:
|
||||
left: "#fc28a8"
|
||||
right: "#f5e949"
|
||||
|
||||
details: "darker"
|
||||
background: "#0c0a20"
|
||||
foreground: "#7984D1"
|
||||
|
||||
# Uncomment the following section to enable the background image.
|
||||
# background_image:
|
||||
# path: ./warp_bundled/retrowave-pyramids.png
|
||||
# opacity: 30
|
||||
|
||||
terminal_colors:
|
||||
bright:
|
||||
blue: "#42c6ff"
|
||||
green: "#cbfc44"
|
||||
magenta: "#ff2afc"
|
||||
black: "#435056"
|
||||
red: "#ff2e97"
|
||||
yellow: "#ffd400"
|
||||
cyan: "#39fff6"
|
||||
white: "#ffffff"
|
||||
normal:
|
||||
blue: "#1ea8fc"
|
||||
yellow: "#f7b83d"
|
||||
black: "#283034"
|
||||
magenta: "#A875FF"
|
||||
green: "#a7da1e"
|
||||
red: "#ff0081"
|
||||
cyan: "#16f1fc"
|
||||
white: "#f9faff"
|
53
standard/previews/outrun.yaml.svg
Normal file
53
standard/previews/outrun.yaml.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 18 KiB |
Loading…
Add table
Add a link
Reference in a new issue