Plain plugin that does the minimum number of things one would expect from a highlighter and adapts to theme changing
The plugin hasn't been submitted to the Obsidian team for review yet, however, I might do it one day once I have some time to polish it in terms of Obsidian best practice
This plugin is inspired by the Highlightr plugin which I've used for some time. However, I needed that color adaptation as links become barely visible in highlits when the theme switches
The core concept of the plugin is the "color scheme". The color scheme is a combination of a name, light-theme color and a dark-theme color which automatically switch when the Obsidian theme is changed
The toggle allows you to switch between the light and dark theme colors. Note that you cannot modify them directly from here, you can only view them. To modify them, click the gear icon
- Add/update/remove color schemes
- Apply color schemes
- Dynamically switch color schemes once the theme changes
There're a few things the plugin cannot do:
- It doesn't work with custom themes as it's bound only to the default light and dark themes
- It doesn't support different highlighting styles, there's only one
- It doesn't have different icons for mobile so every command in the palette will have the same icon :D
Follow the instructions in the official Obsidian dev docs to build the plugin and use it in your vault(s)
