X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FColorCode.h;h=e1a6b0aaa1292f5de860826263115c8012f40494;hb=f3862130cf687854dbff2df348f34659ca602a02;hp=9badae91b57a9f6cf0ffe1f7cab9bb24dcca49fa;hpb=e4ab91d802084d42a1544bf04c34754e5f9284a5;p=features.git diff --git a/src/ColorCode.h b/src/ColorCode.h index 9badae91b5..e1a6b0aaa1 100644 --- a/src/ColorCode.h +++ b/src/ColorCode.h @@ -182,22 +182,22 @@ enum ColorCode { Color_appendix, /// Changebar color Color_changebar, - /// Deleted text color - Color_deletedtext, - /// Added text color - Color_addedtext, - /// Added text color author 1 - Color_addedtextauthor1, - /// Added text color author 2 - Color_addedtextauthor2, - /// Added text color author 3 - Color_addedtextauthor3, - /// Added text color author 4 - Color_addedtextauthor4, - /// Added text color author 5 - Color_addedtextauthor5, - /// Deleted text modifying color - Color_deletedtextmodifier, + /// Deleted text color (output) + Color_deletedtext_output, + /// Added text color (output) + Color_addedtext_output, + /// Changed text color author 1 (workarea) + Color_changedtext_workarea_author1, + /// Changed text color author 2 (workarea) + Color_changedtext_workarea_author2, + /// Changed text color author 3 (workarea) + Color_changedtext_workarea_author3, + /// Changed text color author 4 (workarea) + Color_changedtext_workarea_author4, + /// Changed text color author 5 (workarea) + Color_changedtext_workarea_author5, + /// Deleted text modifying color (workarea) + Color_deletedtext_workarea_modifier, /// Table line color Color_tabularline, /// Table line color @@ -228,6 +228,8 @@ enum ColorCode { Color_paragraphmarker, /// Preview frame color Color_previewframe, + /// Bookmark indicator color + Color_bookmark, // Logical attributes @@ -236,7 +238,8 @@ enum ColorCode { /// Color for regexp frame Color_regexpframe, /// For ignoring updates of a color - Color_ignore + Color_ignore, + Color_max = 500 };