You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.
Before filing, I have searched for similar issues.
Description
I made the default theme (statically) to match my terminal theme (which is https://github.com/mrjones2014/lighthaus.nvim). Of course you can customize the colors through the config, but it would be really cool to try to automatically match the color scheme.
I believe we can do this with indexed colors or something? For example, for Kitty terminal emulator, kitty.conf has several named colors such as background, selection_foreground etc. but also has a set of colors like:
Similar Issues
Description
I made the default theme (statically) to match my terminal theme (which is https://github.com/mrjones2014/lighthaus.nvim). Of course you can customize the colors through the config, but it would be really cool to try to automatically match the color scheme.
I believe we can do this with indexed colors or something? For example, for Kitty terminal emulator,
kitty.conf
has several named colors such asbackground
,selection_foreground
etc. but also has a set of colors like:How do we get and use these indexed colors? I think these numbered colors are a standard terminal thing.
Use Case
It would be cool to match the user's terminal theme without them having to set it in config.
The text was updated successfully, but these errors were encountered: