Theme select picker

This commit is contained in:
2025-07-14 16:09:57 +02:00
parent 7f1f556cdf
commit e247c393a7
+19
View File
@@ -207,6 +207,25 @@ return {
},
},
},
select = {
preview = false,
layout = {
backdrop = false,
width = 0.5,
min_width = 80,
height = 0.4,
min_height = 3,
box = "vertical",
border = "none",
{
win = "input",
height = 1,
border = "solid",
title = " {title} ",
},
{ win = "list", border = "solid" },
},
}
},
},
},