Add theme Azuki (#84)

Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
TakuyaTaniguchi 2024-02-12 18:05:17 +09:00 committed by GitHub
parent f09901694c
commit 72a3d407c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 83 additions and 0 deletions

25
standard/azuki.yaml Normal file
View file

@ -0,0 +1,25 @@
background:
top: '#D6C6AF'
bottom: '#8f7576'
accent: "#833042"
foreground: "#833042"
details: darker
terminal_colors:
normal:
black: "#616161"
red: "#de1234"
green: "#39db8d"
yellow: "#fefdc2"
blue: "#1820c4"
magenta: "#8e18a3"
cyan: "#d0d1fe"
white: "#f1f1f1"
bright:
black: "#8e8e8e"
red: "#de1234"
green: "#39db8d"
yellow: "#fefdd5"
blue: "#1820c4"
magenta: "#8e18a3"
cyan: "#e5e6fe"
white: "#feffff"