pleasing dark purpleish theme dedicated to my wife (#23)

Co-authored-by: elvis kahoro <elvis@warp.dev>
This commit is contained in:
dem4ron 2022-04-15 22:50:01 +02:00 committed by GitHub
parent 72d42d98fc
commit 244ab7c86e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 120 additions and 2 deletions

28
standard/avirage.yaml Normal file
View file

@ -0,0 +1,28 @@
# Accent color for UI elements
accent: '#312e81'
# Terminal background color
background: '#12091b'
# Whether the theme is lighter or darker.
details: darker
# The foreground color.
foreground: '#cbd5e1'
# Ansi escape colors.
terminal_colors:
bright:
black: '#475569'
blue: '#38bdf8'
cyan: '#99f6e4'
green: '#4ade80'
magenta: '#f472b6'
red: '#db2777'
white: '#f4f4f5'
yellow: '#fde047'
normal:
black: '#18181b'
blue: '#0284c7'
cyan: '#2dd4bf'
green: '#22c55e'
magenta: '#db2777'
red: '#be185d'
white: '#e4e4e7'
yellow: '#facc15'