lightweight tag 12594a35835ec56c4667e8879ae38e234717fbb6 3.3.8
Author:	Britt Yazel <bwyazel@gmail.com>
Date:	Tue Mar 9 11:46:32 2021 -0800

commit 12594a35835ec56c4667e8879ae38e234717fbb6
Author: Britt Yazel <bwyazel@gmail.com>
Date:   Tue Mar 9 11:46:32 2021 -0800

    Bump TOC for 9.0.5

commit 1f9c6d14b7b661241e6f5db1ec8b5ccf8d699e34
Author: Britt Yazel <bwyazel@gmail.com>
Date:   Thu Jan 21 22:56:28 2021 -0800

    Small tweak to default Red and Yellow color. Use dim variants

commit b30533f2641b9b6a4b34b36b11b9d5f9f19ed9aa
Author: Britt Yazel <bwyazel@gmail.com>
Date:   Thu Jan 21 22:46:56 2021 -0800

    Remove the need for CreateColorFromHexString
    
    CreateColorFromHexString isn't found in Classic. We can avoid having to use it by creating our color objects using R/G/B values. I figured out the equivalent RGB values, thus now we don't need the hex conversion function

