Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it possible to customize the themes? #16

Open
norseghost opened this issue May 5, 2022 · 3 comments
Open

is it possible to customize the themes? #16

norseghost opened this issue May 5, 2022 · 3 comments

Comments

@norseghost
Copy link

I want to set a few settings differently; such as using the cursor theme for the 'continue' list. I am unable to figure out how though.

@wassimk
Copy link

wassimk commented Mar 9, 2023

Would you like to customize the Telescope theme? If so, I want the same.

Here it is with telescope-dap.nvim. The height of the frame grows to full screen.

image

And here it is without—a centered dropdown that's much smaller.

image

@wassimk
Copy link

wassimk commented Mar 9, 2023

I tried to send opts in like this. I was able to get it to look like so. But, still not the more straightforward drop-down I showed above.

require'telescope'.extensions.dap.configurations({ layout_strategy = 'center', layout_config = { height = 20, width = 100, prompt_position = 'top', preview_cutoff = 5000 } })

image

@mjendruk
Copy link

mjendruk commented Aug 1, 2023

Hello @wassimk, it looks like you are using dressing.nvim which already replaces the default internal dap ui by overwriting vim.ui.select. My solution to get the straight forward drop-down would be to disable overwriting the internal ui: #19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants