chore(themes): add menace (#2257)
Co-authored-by: Oleks Pickle <aleks.work2222+gh@gmail.com>
This commit is contained in:
parent
30db4c5ce5
commit
96b3ce29a2
1 changed files with 17 additions and 0 deletions
17
example/themes/menace.kdl
Normal file
17
example/themes/menace.kdl
Normal 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
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Reference in a new issue