]> git.lyx.org Git - lyx.git/blob - lib/layouts/minimalistic.module
specify a background color for listings and allow the user to change it, patch by...
[lyx.git] / lib / layouts / minimalistic.module
1 #\DeclareLyXModule{Minimalistic}
2 #DescriptionBegin
3 # Redefines several insets (Index, Branch, URL) as being Minimalistic. 
4 #DescriptionEnd
5
6 Format 8
7
8 InsetLayout Index
9    Decoration   minimalistic
10    LabelString           Idx
11    LatexType             command
12    LatexName             index
13    Font
14      Color               Green
15      Size                Small
16    EndFont
17    LabelFont
18      Color               Green
19      Size                Small
20    EndFont
21    MultiPar              false
22    NeedProtect           true
23 End
24
25 InsetLayout Branch
26   Decoration            minimalistic
27   LabelFont
28     Color               Red
29     Size                Small
30   EndFont
31   MultiPar              true
32 End
33
34 InsetLayout URL
35 LyXType               standard
36 LatexName             url
37 LatexType             command
38 Decoration            minimalistic
39 LabelString           URL
40 PassThru              true
41 ForceLTR              true
42 Font
43   Family              Typewriter
44   Color               Blue
45 EndFont
46 LabelFont
47   Family              Typewriter
48   Color               Blue
49   Size                Small
50 EndFont
51 Requires              url
52 End
53
54