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