]> git.lyx.org Git - lyx.git/blob - lib/layouts/minimalistic.module
a6fe69b06ecc62abe9c5d5311cdfb5b5fd8ab4e9
[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 29
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