]> git.lyx.org Git - lyx.git/blob - lib/layouts/minimalistic.module
887577459a8cbd77d7bf638c12638bf4518c76ea
[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 48
7
8 InsetLayout Index
9                 Decoration   minimalistic
10                 Font
11                         Color               Green
12                         Size                Small
13                 EndFont
14                 LabelFont
15                         Color               Green
16                         Size                Small
17                 EndFont
18 End
19
20 InsetLayout Branch
21   Decoration            minimalistic
22 End
23
24 InsetLayout URL
25         Decoration            minimalistic
26         LabelString           URL
27 End
28
29