diff --git a/standard/README.md b/standard/README.md index 021b3ad..9d4c0c2 100644 --- a/standard/README.md +++ b/standard/README.md @@ -71,6 +71,7 @@ | **[Omni](omni.yaml)**: | | | **[One Dark](one_dark.yaml)**: | | | **[One Monokai](one_monokai.yaml)**: | | +| **[Outrun](outrun.yaml)**: | | | **[Palenight](palenight.yaml)**: | | | **[Panda Syntax](panda_syntax.yaml)**: | | | **[Papercolor Light](papercolor_light.yaml)**: | | diff --git a/standard/outrun.yaml b/standard/outrun.yaml new file mode 100644 index 0000000..6d60604 --- /dev/null +++ b/standard/outrun.yaml @@ -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" diff --git a/standard/previews/outrun.yaml.svg b/standard/previews/outrun.yaml.svg new file mode 100644 index 0000000..6779c08 --- /dev/null +++ b/standard/previews/outrun.yaml.svg @@ -0,0 +1,53 @@ + + +ls +dir + +executable + +file +bash ~/colors.sh +normal: + +black + +red + +green + +yellow + +blue + +magenta + +cyan + +white + +bright: + +black + +red + +green + +yellow + +blue + +magenta + +cyan + +white + +~/project + +git( + + main + + ) + \ No newline at end of file