How can I change the color of Arab word endings without losing the connections?
It's just ugly and loses readability. I'm using Tex Live 2012: arabxetex with xelatex but any package and/or engine is welcome.
\documentclass{article}
\usepackage{arabxetex}
\newcommand{\colorred}[1]{{\addfontfeature{Color=FF00FF}#1}}
\begin{document}
\textarab[voc]{kitab\colorred{hA}}
\textarab[voc]{kitabhA}
\end{document}
