refactor: move themes palette to top right

To better see what the thmeme looks like for the current screen it
is better to not cover it so much.
This commit is contained in:
CJ van den Berg 2025-11-18 19:39:28 +01:00
parent 0e994e9f25
commit 1d06b71102
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -11,6 +11,7 @@ pub const label = "Search themes";
pub const name = " theme";
pub const description = "theme";
pub const modal_dim = false;
pub const placement = .top_right;
pub const Entry = struct {
label: []const u8,