Pavel Sanda
Thu, 04 Feb 2010 17:16:53 -0800
Tommaso Cucinotta wrote: > Is it ok to add a ColorCode for a regexp frame like this ?
looks fine
> (what are all these strings ?)
// ColorCode, gui, latex, x11, lyx
> Index: src/Color.cpp
> ===================================================================
> --- src/Color.cpp (revisione 33318)
> +++ src/Color.cpp (copia locale)
> @@ -241,6 +241,7 @@
> { Color_buttonhoverbg, N_("button background under focus"),
> "buttonhoverbg", "#C7C7CA", "buttonhoverbg" },
> { Color_paragraphmarker, N_("paragraph marker"), "paragraphmarker",
> grey80, "paragraphmarker"},
> { Color_inherit, N_("inherit"), "inherit", "black", "inherit" },
> + { Color_regexpframe, N_("regexp frame"), "regexpframe", "Green",
> "regexpframe" },
"green" ?
pavel