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

23
warp_bundled/dracula.yaml Normal file
View file

@ -0,0 +1,23 @@
background: "#282a36"
accent: "#ff79c6"
foreground: "#f8f8f2"
details: darker
terminal_colors:
normal:
black: "#000000"
red: "#ff5555"
green: "#50fa7b"
yellow: "#f1fa8c"
blue: "#bd93f9"
magenta: "#ff79c6"
cyan: "#8be9fd"
white: "#bbbbbb"
bright:
black: "#555555"
red: "#ff5555"
green: "#50fa7b"
yellow: "#f1fa8c"
blue: "#caa9fa"
magenta: "#ff79c6"
cyan: "#8be9fd"
white: "#ffffff"