Auto-detect system colors for dynamic Neovim theming. #1205
Replies: 2 comments 1 reply
-
Not an answer but that'd require a neovim config that comes with the dotfiles and you know I'm pretty sure the owner doesn't want to add "bloat" to his dot files. But you can get that just by learning a bit of lua and customizing neovim to use the colors extracted by pywal or whatever the dots use |
Beta Was this translation helpful? Give feedback.
-
Method 1: Updated instantly, not dotfile-update-friendly, more explanation for me and less work for youThe script that's responsible for applying the generated colors is Method 2: Not updated instantly, dotfile-update-friendly, less explanation for me and more work for youAnother way is to do it from elsewhere. You can create a script that when run looks at |
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I’m trying to implement automatic theme configuration in Neovim that adapts to system-wide color preferences, similar to how the foot terminal dynamically inherits colors from the system (when wallpaper changes).
For example, foot automatically detects color schemes via system and applies them without manual intervention. I’d like to replicate this behavior in Neovim.
Please let me know how this can be implemented. I apologize in advance if this is a silly question, but I'm completely new to Linux.
Beta Was this translation helpful? Give feedback.
All reactions