Feature/blue monday theme (#57)

* feat:Define colors for blue-monday theme

* chore:Add preview svg with blue-monday colors theme

* chore:Add the blue-monday theme in the standard themes listing

* chore:standard readme.md and svg file updates after running py script

---------

Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
Jordi Riera 2023-03-30 00:45:47 +02:00 committed by GitHub
parent b037593691
commit 54dee0b9c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 79 additions and 0 deletions

27
standard/blue_monday.yaml Normal file
View file

@ -0,0 +1,27 @@
accent: "#4136d9"
background:
top: '#000000'
bottom: '#00081e'
left: '#000000'
right: '#00081e'
details: darker
foreground: "#80c0ff"
terminal_colors:
bright:
black: "#3e7bdc"
blue: "#ec8129"
cyan: "#5db6ff"
green: "#00fdbb"
magenta: "#fdd600"
red: "#ff7200"
white: "#e9f2ff"
yellow: "#7300ff"
normal:
black: "#3e7bdc"
blue: "#ec8129"
cyan: "#2ba5ff"
green: "#38ffc9"
magenta: "#ffdb1a"
red: "#ff8c35"
white: "#d2dbe8"
yellow: "#7208f4"