From 4b736a19f2e11b41412e281dbc1840f7fed1d758 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 14 Apr 2023 23:16:54 +0200 Subject: [PATCH] Add few color comments --- src/ColorCode.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/ColorCode.h b/src/ColorCode.h index f2d0f68a29..17f759745b 100644 --- a/src/ColorCode.h +++ b/src/ColorCode.h @@ -159,7 +159,7 @@ enum ColorCode { Color_mathframe, /// Math inset frame color not under focus Color_mathcorners, - /// Math line color + /// Math empty box line color Color_mathline, /// Collapsible insets text @@ -182,9 +182,9 @@ enum ColorCode { Color_appendix, /// Changebar color Color_changebar, - /// Deleted text color (output) + /// Deleted text color (exported output) in CT Color_deletedtext_output, - /// Added text color (output) + /// Added text color (exported output) in CT Color_addedtext_output, /// Changed text color author 1 (workarea) Color_changedtext_workarea_author1, @@ -198,7 +198,7 @@ enum ColorCode { Color_changedtext_workarea_author5, /// Changed text color document comparison (workarea) Color_changedtext_workarea_comparison, - /// Deleted text modifying color (workarea) + /// Deleted text modifying color (for brightness modulation) (workarea) Color_deletedtext_workarea_modifier, /// Table line color Color_tabularline, -- 2.39.5