All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alee.skin.dark.resources.syntaxarea.xml Maven / Gradle / Ivy

<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.extended.syntax.WebSyntaxArea -->
    <!-- com.alee.extended.syntax.WebSyntaxScrollPane -->

    <!-- Area scrollpane -->
    <style type="scrollpane" id="syntaxarea-scroll">

        <!-- Gutter -->
        <style type="panel" id="gutter">
            <component>
                <background>245,245,245</background>
            </component>
        </style>

    </style>

    <!-- Undecorated area scrollpane -->
    <style type="scrollpane" id="syntaxarea-scroll-undecorated" extends="syntaxarea-scroll">
        <painter>
            <decorations>
                <decoration visible="false" />
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy