blob: 0fd0a7e138445191f7168a0b06b19326640ada3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
post_install() {
echo "Add the following argument at netbeans_default_options in /usr/etc/netbeans.conf:
--laf [THEME] --fontsize [FONTSIZE, DEFAULT: 12]
This package disables default Look and Feel theems in Appearance tab
Themes:
* com.jtattoo.plaf.acryl.AcrylLookAndFeel
* com.jtattoo.plaf.aero.AeroLookAndFeel
* com.jtattoo.plaf.aluminium.AluminiumLookAndFeel
* com.jtattoo.plaf.bernstein.BernsteinLookAndFeel
* com.jtattoo.plaf.fast.FastLookAndFeel
* com.jtattoo.plaf.graphite.GraphiteLookAndFeel
* com.jtattoo.plaf.hifi.HiFiLookAndFeel
* com.jtattoo.plaf.luna.LunaLookAndFeel
* com.jtattoo.plaf.mcwin.McWinLookAndFeel
* com.jtattoo.plaf.mint.MintLookAndFeel
* com.jtattoo.plaf.noire.NoireLookAndFeel
* com.jtattoo.plaf.smart.SmartLookAndFeel
* com.jtattoo.plaf.texture.TextureLookAndFeel
More information at: http://www.jtattoo.net/HowTo_NetBeans.html"
}
|