refactor: disable dimming in theme palette

To better evaluate the themes it is better not to dim.
This commit is contained in:
CJ van den Berg 2025-11-18 19:38:14 +01:00
parent 99e32520ad
commit 0e994e9f25
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -10,6 +10,7 @@ pub const Type = @import("palette.zig").Create(@This());
pub const label = "Search themes";
pub const name = " theme";
pub const description = "theme";
pub const modal_dim = false;
pub const Entry = struct {
label: []const u8,