Skip to content

Commit

Permalink
Add ToBlue
Browse files Browse the repository at this point in the history
  • Loading branch information
iam3yal committed Oct 6, 2024
1 parent 5894163 commit 7236456
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Core/Colorizer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ function Colorizer:ToGreen(text)
return WrapText(GREEN_FONT_COLOR, text)
end

function Colorizer:ToBlue(text)
return WrapText(BLUE_FONT_COLOR, text)
end

function Colorizer:ToGray(text)
return WrapText(GRAY_FONT_COLOR, text)
end
Expand Down

0 comments on commit 7236456

Please sign in to comment.