We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd1c055 commit 77f2a1bCopy full SHA for 77f2a1b
lua/switchscheme/telescope_ui.lua
@@ -13,6 +13,7 @@ function M.colorscheme_picker()
13
prompt_title = "Select Colorscheme",
14
finder = finders.new_table({ results = colors }),
15
sorter = conf.generic_sorter({}),
16
+ layout_config = { width = 0.4, height = 0.4 }, -- ⬅ Smaller and cleaner UI
17
attach_mappings = function(prompt_bufnr, map)
18
local function apply_colorscheme()
19
local selection = action_state.get_selected_entry()
0 commit comments