From 9de5705fd4cfec390cc8b98a37e3e374adf32390 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Thu, 23 Jul 2020 16:40:38 +0800 Subject: add support for comment color --- ui/theme.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/theme.h b/ui/theme.h index 0199b060..7010ab27 100644 --- a/ui/theme.h +++ b/ui/theme.h @@ -70,6 +70,7 @@ enum ThemeColor NameSpaceColor, NameSpaceSeparatorColor, GotoLabelColor, + CommentColor, // Script console colors ScriptConsoleOutputColor, -- cgit v1.3.1