A possible new feature for Sigil 1.9.11?
Right now, Sigil has the option to make Preview simulates a dark appearence in dark mode. Would it be possible to add a new option when the user has opted for a dark appearence, that the Preview Panel shows colors inverted? (just in PP). For example, instead of showing "red" (rgb(255, 0, 0), it shows rgb(0, 255, 255) (or in hexadecimal, instead of #ff0000, is displayed #00ffff). So, instead of showing the "user_color", it shows (white - user_color = color_displayed). All this, as an option of course, because many users of dark mode very possible won't like this way of displaying colors in PP.
|