mirror of
https://github.com/ethauvin/warp-themes.git
synced 2025-04-26 17:48:13 -07:00
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:
parent
b037593691
commit
54dee0b9c0
3 changed files with 79 additions and 0 deletions
27
standard/blue_monday.yaml
Normal file
27
standard/blue_monday.yaml
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue