On Fri, Feb 15, 2008 at 11:38:18PM +0000, [EMAIL PROTECTED] wrote:
> Author: uwestoehr
> Date: Sat Feb 16 00:38:16 2008
> New Revision: 23029
> 
> URL: http://www.lyx.org/trac/changeset/23029
> Log:
> Color.cpp, ColorCode.h: define new colors for inset labels and insets text
> stdinsets: use the new colors to allow the users to customize them

Great!


> Modified:
>     lyx-devel/trunk/lib/layouts/stdinsets.inc
>     lyx-devel/trunk/src/Color.cpp
>     lyx-devel/trunk/src/ColorCode.h
> 
> Modified: lyx-devel/trunk/lib/layouts/stdinsets.inc
> URL: 
> http://www.lyx.org/trac/file/lyx-devel/trunk/lib/layouts/stdinsets.inc?rev=23029
> ==============================================================================
> --- lyx-devel/trunk/lib/layouts/stdinsets.inc (original)
> +++ lyx-devel/trunk/lib/layouts/stdinsets.inc Sat Feb 16 00:38:16 2008
> @@ -66,7 +66,7 @@
>         Misc                No_Bar
>       EndFont
>       LabelFont
> -       Color               Red
> +       Color               marginlabel
>         Size                Small
>       EndFont
>       MultiPar              true
> @@ -87,7 +87,7 @@
>         Misc                No_Bar
>       EndFont
>       LabelFont
> -       Color               Green
> +       Color               footlabel
>         Size                Small
>       EndFont
>       MultiPar              true
> @@ -170,7 +170,7 @@
>  InsetLayout Branch
>       Decoration            classic
>       LabelFont
> -       Color               Red
> +       Color               branchlabel
>         Size                Small
>       EndFont
>       MultiPar              true
> @@ -182,7 +182,7 @@
>       LatexName             index
>       Decoration            classic
>       Font
> -       Color               Green
> +       Color               latex

Hmmm, is this concepually correct? The content of an index inset is nowadays a 
pretty general (single-line) lyxtext, not raw LaTeX.

>         Size                Small
>         Family              Roman
>         Shape               Up
> @@ -192,7 +192,7 @@
>         Misc                No_Bar
>       EndFont
>       LabelFont
> -       Color               Green
> +       Color               indexlabel
>         Size                Small
>       EndFont
>       MultiPar              false
> @@ -253,11 +253,11 @@
>       ForceLTR              true
>       Font
>         Family              Typewriter
> -       Color               Blue
> +       Color               urltext

OK.

>       EndFont
>       LabelFont
>         Family              Typewriter
> -       Color               Blue
> +       Color               urllabel
>         Size                Small
>       EndFont
>       Requires              url

- Martin

Reply via email to