Shiraz Plugin Update 2.4.2

Most higlighter app provide only 3-4 colors. So for our usecase, 3 macros should be enough.

Screen Shot 2022-09-14 at 17.38.17

True. But the famous colors like red, yellow do not make for attractive highlights. As I mentioned, highlighter apps use linear gradients instead of solid colors.

For example, the colors you need in the following screenshot from a highlighter app are not solid html colors.

True and this is a great feature. But that’s my point. In the current form user will have to remember to use rgba(255, 153, 153, 0.7) to get similar highlight.

For example, in the following screenshot from my TW, I used bc macro with rgba(255, 153, 153, 0.7). Next time, if I want to use the same highlight color, I will have to remember to use this clumsy piece of code, rgba(255, 153, 153, 0.7).