Add Warp bundled themes to the repository (#25)

* test

* Add Warp bundled themes to the repository
This commit is contained in:
cieplik 2022-04-19 15:31:15 -07:00 committed by GitHub
parent 659543249f
commit 6be92bea71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 494 additions and 0 deletions

30
warp_bundled/snowy.yaml Normal file
View file

@ -0,0 +1,30 @@
background:
top: "#ffffff"
bottom: "#dee6eb"
accent: "#647e90"
foreground: "#000000"
background_image:
# background image credit: https://unsplash.com/photos/d3pTF3r_hwY
path: warp_bundled/snowy_bg.jpg
opacity: 20
details: lighter
terminal_colors:
normal:
black: "#212121"
red: "#c30771"
green: "#10a778"
yellow: "#a89c14"
blue: "#008ec4"
magenta: "#523c79"
cyan: "#20a5ba"
white: "#e0e0e0"
bright:
black: "#212121"
red: "#fb007a"
green: "#5fd7af"
yellow: "#f3e430"
blue: "#20bbfc"
magenta: "#6855de"
cyan: "#4fb8cc"
white: "#f1f1f1"