projekt0n / github-nvim-theme

GitHub's Neovim themes
MIT License
2.08k stars 105 forks source link

Support litee.nvim #157

Closed ldelossa closed 1 year ago

ldelossa commented 2 years ago

Hello, I've been working on litee.nvim which is a library which backs other plugins such as litee-calltree, litee-filetree and litee-symboltree.

I love that this theme slightly changes the bg colors of sidebar plugins. litee.nvim has a panel library which all plugins use to display themselves. I'm curious what it takes to integrate the bg dimming into litee.nvim, with the goal that all plugins which utilize become integrated "for free".

ful1e5 commented 2 years ago

I think you can enable dark background in your plugin by passing FileTypes to sidebars option with dark_sidebar=true.

ful1e5 commented 1 year ago

Closing due to inactivity. Can reopen later.