X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FColorCode.h;h=4d391c008142913a41a4d5d1271d16f88a62639f;hb=245c2b3c45dce1f5f385665e932ee19c9a904081;hp=b68d10829693ab56ecce3f3eae8ba3909baa20e9;hpb=38ed6cd1a06aea73df0dc03ebf34c7bcf855ccc1;p=lyx.git diff --git a/src/ColorCode.h b/src/ColorCode.h index b68d108296..4d391c0081 100644 --- a/src/ColorCode.h +++ b/src/ColorCode.h @@ -13,8 +13,7 @@ namespace lyx { /// Names of colors, including all logical colors -enum ColorCode -{ +enum ColorCode { /// No particular color---clear or default Color_none, /// The different text colors @@ -92,6 +91,8 @@ enum ColorCode /// Color for the depth bars in the margin Color_depthbar, + /// Color that indicates when a row can be scrolled + Color_scroll, /// Color for marking foreign language words Color_language, @@ -132,9 +133,6 @@ enum ColorCode /// Math line color Color_mathline, - /// Caption frame color - Color_captionframe, - /// Collapsable insets text Color_collapsable, /// Collapsable insets frame @@ -147,7 +145,7 @@ enum ColorCode /// Error box text color Color_error, - /// EOL marker color + /// End of line (EOL) marker color Color_eolmarker, /// Added space colour Color_added_space,