summaryrefslogtreecommitdiff
path: root/starmath/source/commands.src
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/commands.src')
-rw-r--r--starmath/source/commands.src7
1 files changed, 7 insertions, 0 deletions
diff --git a/starmath/source/commands.src b/starmath/source/commands.src
index e30e3e078988..a39d1510c58a 100644
--- a/starmath/source/commands.src
+++ b/starmath/source/commands.src
@@ -173,6 +173,13 @@ String RID_ITALX { Text = "ital <?> " ; };
String RID_SIZEXY { Text = "size <?> {<?>} " ; };
String RID_FONTXY { Text = "font <?> {<?>} " ; };
String RID_COLORX { Text = "color <?> {<?>} " ; };
+String RID_COLORX_BLACK { Text = "color black {<?>} " ; };
+String RID_COLORX_BLUE { Text = "color blue {<?>} " ; };
+String RID_COLORX_GREEN { Text = "color green {<?>} " ; };
+String RID_COLORX_RED { Text = "color red {<?>} " ; };
+String RID_COLORX_CYAN { Text = "color cyan {<?>} " ; };
+String RID_COLORX_MAGENTA { Text = "color magenta {<?>} " ; };
+String RID_COLORX_YELLOW { Text = "color yellow {<?>} " ; };
String RID_LRGROUPX { Text = "{<?>} " ; };
String RID_LRPARENTX { Text = "(<?>) " ; };
String RID_LRBRACKETX { Text = "[<?>] " ; };