X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FColor.cpp;h=f2b5965e18d8cbdfb90235e475004b96d629b4c4;hb=b8550d11e836e857967a31250e6ca248b2d43f82;hp=45181294dcf11cc4adca81a7ef1ec46d3190dd0d;hpb=4d30bc757931ddb6f3a35809f48c4f6528004060;p=lyx.git diff --git a/src/Color.cpp b/src/Color.cpp index 45181294dc..f2b5965e18 100644 --- a/src/Color.cpp +++ b/src/Color.cpp @@ -239,7 +239,10 @@ ColorSet::ColorSet() { Color_buttonframe, N_("frame of button"), "buttonframe", "#dcd2c8", "buttonframe" }, { Color_buttonbg, N_("button background"), "buttonbg", "#dcd2c8", "buttonbg" }, { Color_buttonhoverbg, N_("button background under focus"), "buttonhoverbg", "#C7C7CA", "buttonhoverbg" }, + { Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker", grey80, "paragraphmarker"}, + { Color_previewframe, N_("preview frame"), "previewframe", "black", "previewframe"}, { Color_inherit, N_("inherit"), "inherit", "black", "inherit" }, + { Color_regexpframe, N_("regexp frame"), "green", "green", "green" }, { Color_ignore, N_("ignore"), "ignore", "black", "ignore" }, { Color_ignore, 0, 0, 0, 0 } };