harpoon icon indicating copy to clipboard operation
harpoon copied to clipboard

make harpoon2 look like harpoon

Open daUnknownCoder opened this issue 1 year ago • 3 comments

So i just checked out harpoon2 bcoz i thot no updated on harpoon means it might have been archived and saw this can i get the same look as harpoon?

What issue are you having that you need harpoon to solve? image

Why doesn't the current config help?

What proposed api changes are you suggesting? image

check images, they are more clear than my explanation 😢

daUnknownCoder avatar Feb 16 '24 21:02 daUnknownCoder

You can change the look of the ui using the toggle_opts, for example:

   local toggle_opts = {
        border = "rounded",
        title_pos = "center",
        ui_width_ratio = 0.40,
    }

    vim.keymap.set("n", "<C-e>", function() harpoon.ui:toggle_quick_menu(harpoon:list(), toggle_opts) end)

J03JB avatar Feb 21 '24 23:02 J03JB

I have morhetz/gruvbox colorscheme in mac terminal and i cannot get right background and title colors in harpoon 2:

Снимок экрана 2024-03-23 в 20 53 53

but telescope works well:

Снимок экрана 2024-03-23 в 20 55 06

How can I configure harpoon to use colors like telescope?

tikhonp avatar Mar 23 '24 17:03 tikhonp

Seems like its related to your theme, ellisonleao/gruvbox.nvim is an updated version for lua.

J03JB avatar Mar 25 '24 19:03 J03JB