refactor: disable dimming in theme palette
To better evaluate the themes it is better not to dim.
This commit is contained in:
parent
99e32520ad
commit
0e994e9f25
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue