Commit: 81e51e7aecb04bc9508a846c0e78697e0dfb6ee0 Parent: 3a163b5ccfcda349bb4292e7bdc3af966c43f260 Author: Ren Tatsumoto Date: Fri, 24 Sep 2021 16:46:03 +0300 support red symbols Diffstat:
M | osd_styler.lua | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/osd_styler.lua b/osd_styler.lua @@ -78,4 +78,8 @@ function OSD:item(text) return self:color('fef6dd'):bold(text):color('ffffff') end +function OSD:red(text) + return self:color('ff0000'):bold(text):color('ffffff') +end + return OSD