[LyX/master] Amend d7e6facfd72f
Juergen Spitzmueller
spitz at lyx.org
Sat May 16 11:16:08 UTC 2026
commit fbd8c87ac9643e201592db57819c4a2c6c7dd16f
Author: Juergen Spitzmueller <spitz at lyx.org>
Date: Sat May 16 13:15:01 2026 +0200
Amend d7e6facfd72f
---
src/ColorCode.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/ColorCode.h b/src/ColorCode.h
index 4a20ca2955..1cd7e61c1c 100644
--- a/src/ColorCode.h
+++ b/src/ColorCode.h
@@ -59,14 +59,14 @@ enum ColorCode {
/// Cursor color
Color_cursor,
+ /// Cursor color on inverted background
+ Color_cursor_inverted,
/// Background color
Color_background,
/// Foreground color
Color_foreground,
/// Foreground color in inverted background
Color_foreground_inverted,
- /// Cursor color on inverted background
- Color_cursor_inverted,
/// Background color of selected text
Color_selection,
/// Foreground color of selected math
@@ -250,13 +250,13 @@ enum ColorCode {
Color_previewframe,
/// Bookmark indicator color
Color_bookmark,
+ /// Color for regexp frame
+ Color_regexpframe,
// Logical attributes
/// Color is inherited
Color_inherit,
- /// Color for regexp frame
- Color_regexpframe,
/// For ignoring updates of a color
Color_ignore,
Color_max = 500
More information about the lyx-cvs
mailing list