Netbeans-Themes icon indicating copy to clipboard operation
Netbeans-Themes copied to clipboard

Select the imported theme automatically

Open Zren opened this issue 13 years ago • 0 comments

Optional, so a zip of all themes will not change anything. It's done with a .nbattr file in the root of the zip.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE attributes PUBLIC "-//NetBeans//DTD DefaultAttributes 1.0//EN" "http://www.netbeans.org/dtds/attributes-1_0.dtd">
<attributes version="1.0">
    <fileobject name="Editors">
        <attr name="currentFontColorProfile" stringvalue="Zenburn"/>
    </fileobject>
</attributes>

Zren avatar Sep 10 '12 01:09 Zren