feat(themes): add Vesper theme (#3443)

This commit is contained in:
Rafael Bardini 2024-10-25 10:08:11 +02:00 committed by GitHub
parent 50ff90931b
commit 556bd2dc9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,18 @@
// Vesper theme
// https://github.com/raunofreiberg/vesper
themes {
vesper {
fg "#ffffff"
bg "#101010"
black "#101010"
red "#f5a191"
green "#90b99f"
yellow "#e6b99d"
blue "#aca1cf"
magenta "#e29eca"
cyan "#ea83a5"
white "#a0a0a0"
orange "#ffc799"
}
}