Add support for extra themes, other small changes, drop btop

This commit is contained in:
2025-10-30 13:23:09 -05:00
parent bd5cb81499
commit 5c8dfa34ca
37 changed files with 336 additions and 146 deletions

View File

@@ -0,0 +1,11 @@
@define-color background #171a18;
@define-color foreground #d4d5d5;
@define-color black #171a18;
@define-color red #7db085;
@define-color green #b8c082;
@define-color yellow #e0d480;
@define-color blue #7dd2b8;
@define-color magenta #b5c9a4;
@define-color cyan #c5e8c5;
@define-color white #d4d5d5;
@define-color bright-black #6b8071;