chore(themes): add menace (#2257)

Co-authored-by: Oleks Pickle <aleks.work2222+gh@gmail.com>
This commit is contained in:
Oleks Gnatovskyi 2023-03-15 16:47:05 +01:00 committed by GitHub
parent 30db4c5ce5
commit 96b3ce29a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
example/themes/menace.kdl Normal file
View file

@ -0,0 +1,17 @@
// orange-green-blue
themes {
menace {
fg "#e3a555"
bg 40 42 54
red "#f74c17"
green 80 250 123
yellow 241 250 140
blue 98 114 164
magenta 255 121 198
orange 255 184 108
cyan 139 233 253
black "#04399d"
white 255 255 255
}
}