Changing defaults colors - shairontoledo/rghost GitHub Wiki
You can define your own properties by replacing the default value of the classes Border and ShapeContent, like this below
RGhost::Border::DEFAULT_OPTIONS[:color] = '#FF3366'
RGhost::ShapeContent::DEFAULT_OPTIONS[:color] = '#AA1134'