eddyekofo94 / gruvbox-flat.nvim

Another attempt of a flat Gruvbox theme for Neovim
MIT License
243 stars 22 forks source link

Telescope preview border color same as bg color in dark mode #3

Closed h4rr9 closed 3 years ago

h4rr9 commented 3 years ago

the border for Telescope previewer is the same as bg color when let g:gruvbox_flat_style = "dark"

In lua/gruvbox/colors.lua

both colors.bg and colors.border are #282828

with let g:gruvbox_flat_style = "dark" image

without let g:gruvbox_flat_style = "dark" image

eddyekofo94 commented 3 years ago

II personally prefer it that way. Maybe I will set it as my personal config and revert it. Thanks for the heads up

rigby-dane commented 3 years ago

This also occurs on LspSagaHoverBorder/AutoPreview border etc. That one feels a lot more clunky when the hover/preview blends into the background.