namespace API.Entities.Enums; /// /// Color of the highlight /// /// Color may not match exactly due to theming public enum HightlightColor { Blue = 1, Green = 2, }