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.
Adding synthwave from @spencerthayer via warpdotdev#53
- Loading branch information
elvis kahoro
committed
Feb 22, 2023
1 parent
1373fdf
commit 746f6ce
Showing
3 changed files
with
80 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,28 @@ | ||
# Synthwave '84 | ||
accent: | ||
left: "#f92aad" | ||
right: "#848bbd" | ||
background: | ||
top: "#241b2f" | ||
bottom: "#191621" | ||
details: darker | ||
foreground: "#f1f1f1" | ||
terminal_colors: | ||
normal: | ||
black: "#382C4D" | ||
blue: "#34d3fb" | ||
cyan: "#36f9f6" | ||
green: "#72f1b8" | ||
magenta: "#f92aad" | ||
red: "#fe4450" | ||
white: "#f2ebe0" | ||
yellow: "#fede5d" | ||
bright: | ||
black: "#7b6a98" | ||
blue: "#aaeeff" | ||
cyan: "#9efffd" | ||
green: "#c6ffe5" | ||
magenta: "#ffa8df" | ||
red: "#ff7d86" | ||
white: "#f1f1f1" | ||
yellow: "#fff0b4" |