I would like to get Colour Coded Al-Quran text with Tajweed Rules. I can write Arabic text with latex but they are not color coded. How do I get color coded text?
MWE:
\documentclass{book}
\usepackage{setspace}
\usepackage{fontspec}
\usepackage{polyglossia,quran}
\setmainlanguage{english}
\setotherlanguage{arabic}
\newfontfamily\arabicfont[Script=Arabic,Scale=1.1]{Scheherazade}
\begin{document}
\begin{Arabic}
\lineskiplimit=-1000pt
\setstretch{1.2}
\quransurah[114]
\end{Arabic}
\end{document}
I would like to get as below :


