warp-themes/standard/blue_monday.yaml
Jordi Riera 54dee0b9c0
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>
2023-03-29 15:45:47 -07:00

27 lines
513 B
YAML

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"