4Source / settings-profiles-obsidian-plugin

This is a plugin for Obsidian (https://obsidian.md). Allows you to create various global settings profiles. You can sync them between different vaults. To keep all your settings in sync, you'll never have to manually adjust them again for every vault you have or create in the future.
https://forum.obsidian.md/t/settings-profiles-plugin-release/76657
MIT License
48 stars 1 forks source link

[FEAT]: Separate theme and accent color from other appearance settings #59

Open 1ku1 opened 1 month ago

1ku1 commented 1 month ago

Description of the unfavorable solution

Sometimes one enters something in a new note only to discover that they are in the wrong vault. One of the ways I try to combat that is by different theme/accent. So I want those to be per vault but I want other appearance settings (font, use native menu, etc) to be synced.

Describe the feature you would like to have

Separate "Color settings" from other settings Thanks

Additional context

No response

4Source commented 1 month ago

I know this sounds pretty easy to fix but actually this requires a lot of changes because currently the plugin just copys the file from one to the other to make your split possible I need to edit the file because the theme and accent color is in the same file.

I will may add this in the future only thing for know I can offer is to split the css snippets from the appearance but with this the same result should be possible but with a bit more manual work you need to add a css for each different color you want as accent

1ku1 commented 1 month ago

Thanks