KraXen72 / obsidian-painter

paint text different colors
Mozilla Public License 2.0
33 stars 0 forks source link

(maybe) dark and light theme color variants #12

Open PSVLTT opened 2 months ago

PSVLTT commented 2 months ago

Hello KraXen, Firstly, I really like this plugin. I tested almost highlight plugins of Obsidian. But this is my last plugin for using. I want to request:

-PSVLTT-

KraXen72 commented 2 months ago

color variants for dark/light theme might be possible, but i don't know if it will be hard or not, since people can select their own color and i'd have to calculate a light/dark theme variant for each color. i'll note it down, but for now i'm pretty busy so no promises.

PSVLTT commented 2 months ago

color variants for dark/light theme might be possible, but i don't know if it will be hard or not, since people can select their own color and i'd have to calculate a light/dark theme variant for each color. i'll note it down, but for now i'm pretty busy so no promises.

oh, no I dont mean that. you just set the option to change the sets, people can manual add it.

Example: I manualy add 10 colors code to SET 1,

Set 1:

  1. Color name 1: RED code: xxxxx1
  2. Color name 2: BLUE code: xxxxx2
  3. Color name 3: GREEN code: xxxxx3 ...
  4. Color name 10: Purple code : xxxxx10

Then I manualy add 10 colors to SET 2 - SAME NAME COLOR with SET 1, but diffirence on color CODE Set 2:

  1. Color name 1: RED code: xxxxx11
  2. Color name 2: BLUE code: xxxxx12
  3. Color name 3: GREEN code: xxxxx13 ...
  4. Color name 10: Purple code: xxxxx20

When I change theme, I just manualy change the SET 1 to SET 2, and all the highlights will be changed, easier than change each color.