]> git.lyx.org Git - features.git/commitdiff
Color.cpp, ColorCode.h: define new colors for inset labels and insets text
authorUwe Stöhr <uwestoehr@web.de>
Fri, 15 Feb 2008 23:38:16 +0000 (23:38 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 15 Feb 2008 23:38:16 +0000 (23:38 +0000)
stdinsets: use the new colors to allow the users to customize them

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23029 a592a061-630c-0410-9148-cb99ea01b6c8

lib/layouts/stdinsets.inc
src/Color.cpp
src/ColorCode.h

index 1efa5ce1f7b62e53fd7d7f226e0a414c4fdf4783..a83f82cd3985ec3a7fbe57f2ffcbdd8790ba812a 100644 (file)
@@ -66,7 +66,7 @@ InsetLayout Marginal
          Misc                No_Bar
        EndFont
        LabelFont
-         Color               Red
+         Color               marginlabel
          Size                Small
        EndFont
        MultiPar              true
@@ -87,7 +87,7 @@ InsetLayout Foot
          Misc                No_Bar
        EndFont
        LabelFont
-         Color               Green
+         Color               footlabel
          Size                Small
        EndFont
        MultiPar              true
@@ -170,7 +170,7 @@ End
 InsetLayout Branch
        Decoration            classic
        LabelFont
-         Color               Red
+         Color               branchlabel
          Size                Small
        EndFont
        MultiPar              true
@@ -182,7 +182,7 @@ InsetLayout Index
        LatexName             index
        Decoration            classic
        Font
-         Color               Green
+         Color               latex
          Size                Small
          Family              Roman
          Shape               Up
@@ -192,7 +192,7 @@ InsetLayout Index
          Misc                No_Bar
        EndFont
        LabelFont
-         Color               Green
+         Color               indexlabel
          Size                Small
        EndFont
        MultiPar              false
@@ -253,11 +253,11 @@ InsetLayout URL
        ForceLTR              true
        Font
          Family              Typewriter
-         Color               Blue
+         Color               urltext
        EndFont
        LabelFont
          Family              Typewriter
-         Color               Blue
+         Color               urllabel
          Size                Small
        EndFont
        Requires              url
index 6752ff8ad3b0da9a25c0add24abbac329458d55f..29290161e0cd5c09a10ee64be3b56a0d7aabc2c1 100644 (file)
@@ -104,13 +104,19 @@ ColorSet::ColorSet()
        { Color_selection, N_("selection"), "selection", "LightBlue", "selection" },
        { Color_latex, N_("LaTeX text"), "latex", "DarkRed", "latex" },
        { Color_preview, N_("previewed snippet"), "preview", "black", "preview" },
-       { Color_note, N_("note"), "note", "blue", "note" },
+       { Color_note, N_("note"), "note", "yellow", "note" },
        { Color_notebg, N_("note background"), "notebg", "yellow", "notebg" },
        { Color_comment, N_("comment"), "comment", "magenta", "comment" },
        { Color_commentbg, N_("comment background"), "commentbg", "linen", "commentbg" },
        { Color_greyedout, N_("greyedout inset"), "greyedout", "red", "greyedout" },
        { Color_greyedoutbg, N_("greyedout inset background"), "greyedoutbg", "linen", "greyedoutbg" },
-       { Color_shadedbg, N_("shaded box"), "shaded", "#ff0000", "shaded" },
+       { Color_shadedbg, N_("shaded box"), "shaded", "red", "shaded" },
+       { Color_branchlabel, N_("branch label"), "branchlabel", "#c88000", "branchlabel" },
+       { Color_footlabel, N_("footnote label"), "footlabel", "#00aaff", "footlabel" },
+       { Color_indexlabel, N_("index label"), "indexlabel", "green", "indexlabel" },
+       { Color_marginlabel, N_("margin note label"), "marginlabel", "#aa55ff", "marginlabel" },
+       { Color_urllabel, N_("URL label"), "urllabel", "blue", "urllabel" },
+       { Color_urltext, N_("URL text"), "urltext", "blue", "urltext" },
        { Color_depthbar, N_("depth bar"), "depthbar", "IndianRed", "depthbar" },
        { Color_language, N_("language"), "language", "Blue", "language" },
        { Color_command, N_("command inset"), "command", "black", "command" },
@@ -128,7 +134,7 @@ ColorSet::ColorSet()
        { Color_mathmacrohoverbg, N_("Math macro hovered background"), "mathmacrohoverbg", "#cdc3b8", "mathmacrohoverbg" },
        { Color_mathmacrolabel, N_("Math macro label"), "mathmacrolabel", "#a19992", "mathmacrolabel" },
        { Color_mathmacroframe, N_("Math macro frame"), "mathmacroframe", "#ede2d8", "mathmacroframe" },
-       { Color_mathmacroblend, N_("Math macro blended out"), "mathmacroblend", "#000000", "mathmacroblend" },
+       { Color_mathmacroblend, N_("Math macro blended out"), "mathmacroblend", "black", "mathmacroblend" },
        { Color_captionframe, N_("caption frame"), "captionframe", "DarkRed", "captionframe" },
        { Color_collapsable, N_("collapsable inset text"), "collapsable", "DarkRed", "collapsable" },
        { Color_collapsableframe, N_("collapsable inset frame"), "collapsableframe", "IndianRed", "collapsableframe" },
@@ -138,8 +144,8 @@ ColorSet::ColorSet()
        { Color_eolmarker, N_("end-of-line marker"), "eolmarker", "Brown", "eolmarker" },
        { Color_appendix, N_("appendix marker"), "appendix", "Brown", "appendix" },
        { Color_changebar, N_("change bar"), "changebar", "Blue", "changebar" },
-       { Color_deletedtext, N_("Deleted text"), "deletedtext", "#ff0000", "deletedtext" },
-       { Color_addedtext, N_("Added text"), "addedtext", "#0000ff", "addedtext" },
+       { Color_deletedtext, N_("Deleted text"), "deletedtext", "red", "deletedtext" },
+       { Color_addedtext, N_("Added text"), "addedtext", "blue", "addedtext" },
        { Color_added_space, N_("added space markers"), "added_space", "Brown", "added_space" },
        { Color_topline, N_("top/bottom line"), "topline", "Brown", "topline" },
        { Color_tabularline, N_("table line"), "tabularline", "black", "tabularline" },
index 240c9e58a2b80b3f94020d2d2d1b42332f4de2ac..275c60bda8aebd8a4d0c4a84e1295b4435ee5544 100644 (file)
@@ -64,6 +64,19 @@ enum ColorCode
        /// Shaded box background
        Color_shadedbg,
 
+       /// Label color for branches
+       Color_branchlabel,
+       /// Label color for footnotes
+       Color_footlabel,
+       /// Label color for index insets
+       Color_indexlabel,
+       /// Label color for margin notes
+       Color_marginlabel,
+       /// Label color for URL insets
+       Color_urllabel,
+       /// Label color for URL text
+       Color_urltext,
+
        /// Color for the depth bars in the margin
        Color_depthbar,
        /// Color for marking foreign language words