Skip to content

Commit 77f2a1b

Browse files
committed
Changed the telescope UI
1 parent cd1c055 commit 77f2a1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/switchscheme/telescope_ui.lua

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ function M.colorscheme_picker()
1313
prompt_title = "Select Colorscheme",
1414
finder = finders.new_table({ results = colors }),
1515
sorter = conf.generic_sorter({}),
16+
layout_config = { width = 0.4, height = 0.4 }, -- ⬅ Smaller and cleaner UI
1617
attach_mappings = function(prompt_bufnr, map)
1718
local function apply_colorscheme()
1819
local selection = action_state.get_selected_entry()

0 commit comments

Comments
 (0)