feat(themes): add custom base16 theme variant

This commit adds a custom Base16 theme variant and plumbs it throughout
the komorebi and komorebi-bar packages.
This commit is contained in:
LGUG2Z
2025-03-31 19:06:27 -07:00
parent 2ee0bbc0c7
commit b4b400b236
10 changed files with 1893 additions and 50 deletions

View File

@@ -787,7 +787,7 @@ impl KomorebiNotificationState {
SocketMessage::Theme(theme) => {
apply_theme(
ctx,
KomobarTheme::from(theme),
KomobarTheme::from(*theme),
bg_color,
bg_color_with_alpha.clone(),
transparency_alpha,