--- a/ProjectFlask/AnsiTools.py Thu Dec 30 12:13:22 2021 +0100 +++ b/ProjectFlask/AnsiTools.py Wed Sep 21 16:30:15 2022 +0200 @@ -87,7 +87,7 @@ def getAvailableColorSchemes(): """ Function to get a list of available color schemes. - + @return list containing the names of the supported color schemes @rtype list of str """ @@ -97,7 +97,7 @@ def getColor(scheme, color): """ Function to get the brush for a given scheme and color. - + @param scheme name of the color scheme @type str @param color ANSI color code