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:
parent
0e994e9f25
commit
1d06b71102
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue