Taha
Taha
I added a function that checks for the light.mode file in theme folders and sets `background = light` based on that. No need to specify background in the theme files...
> We definitely need to do a migration to existing extra themes that have been installed. Or have a way where there's a fallback where it just doesn't live change...
I added validation to `omarchy-theme-sync-nvim` (new name) which run as part of `omarchy-theme-install` and checks the `neovim.lua` file if it's compatible or not. - If it has a repo/name and...
@dhh I also added a migration script that goes through all the installed themes and adds the missing ones to `/.config/nvim/lua/omarchy/init.lua`
@dhh I'm gonna test the updated code on a fresh machine when the new ISO install is successful. Curious to know how your tests go.
Fixed the conflict caused by the new file structure.
it's been a while and this thread has become too long, so here's a summary of where we are right now: - We add an `omarchy` folder in our Neovim...