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,6 @@
$color = rgba(23, 26, 24, 1.0)
$inner_color = rgba(23, 26, 24, 0.8)
$outer_color = rgba(181, 201, 164, 1.0)
$font_color = rgba(212, 213, 213, 1.0)
$placeholder_color = rgba(212, 213, 213, 0.7)
$check_color = rgba(125, 210, 184, 1.0)