Git commit 8b5d738b191ebf1c48e52b8d2342c3d08cbafb93 by Jonathan Poelen. Committed on 03/08/2024 at 23:40. Pushed by jpoelen into branch 'jpo/doc_theme_addtional'.
add a reference to a contrast checker for themes M +4 -0 doc/katepart/development.docbook https://invent.kde.org/utilities/kate/-/commit/8b5d738b191ebf1c48e52b8d2342c3d08cbafb93 diff --git a/doc/katepart/development.docbook b/doc/katepart/development.docbook index f4c0e50448..a9bc121605 100644 --- a/doc/katepart/development.docbook +++ b/doc/katepart/development.docbook @@ -2533,6 +2533,10 @@ package on Flathub</ulink> (only in GNU/Linux).</para> <ulink url="https://flathub.org/apps/details/org.gnome.design.Contrast">the Flatpak package on Flathub</ulink> (only in GNU/Linux).</para> +<para>A python script in <ulink url="https://invent.kde.org/frameworks/syntax-highlighting/-/blob/master/utils/theme_contrast_checker.py?ref_type=heads">Syntax +Highlighting repository</ulink> lets you visualize all the colors in a theme, +as well as the contrast with the various backgrounds configured.</para> + </sect3> <sect3 id="color-themes-tips-and-tricks-consistency">
