xiantang / darcula-dark.nvim

Jetbrains Darcula Dark for Neovim.
MIT License
53 stars 12 forks source link

Add support for Heirline #7

Open asjur opened 7 months ago

asjur commented 7 months ago

This theme is great but it seems to lack styling for Heirline which is used by neovim distros such as AstroNvim and more.

Example: <leader> bb brings up select buffer from tabline. This places a character on each buffer that you can quickly navigate to by pressing said character. Unfortunately on this theme it is either hard or impossible to see. image

How it looks with another theme: image

Loving the theme otherwise.

xiantang commented 7 months ago

thank you, let me install that plugin, and fix it. may i know which plugin is that? image

asjur commented 7 months ago

Hi. It's called "Heirline". https://github.com/rebelot/heirline.nvim

It can be used as statusline, tabline and more. In my example it is used as a tabline.

xiantang commented 7 months ago

Hi. It's called "Heirline". https://github.com/rebelot/heirline.nvim

It can be used as statusline, tabline and more. In my example it is used as a tabline.

got you

xiantang commented 7 months ago

buffer_picker_fg = Error.fg, I found the color of the buffer picker is set by Astro.

xiantang commented 7 months ago

Perhaps, your favorite colorscheme already provides a way to get the theme colors. local colors = require'kanagawa.colors'.setup() -- wink

maybe I shall provide color export function like this

asjur commented 7 months ago

I unfortunately know little about how this stuff works. Is there a way to resolve this?