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

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

There is a newer version: 1.2.14
Show newest version
<skin xmlns="http://weblookandfeel.com/XmlSkin">

    <!-- com.alee.laf.text.WebEditorPane -->

    <!-- Editor pane -->
    <style type="editorpane" padding="2,2,2,2">
        <component>
            <opaque>true</opaque>
            <background>106,110,112</background>
            <foreground>245,245,245</foreground>
            <selectedTextColor>245,245,245</selectedTextColor>
            <selectionColor>black</selectionColor>
            <caretColor>white</caretColor>
        </component>
        <painter>
            <inputPromptHorizontalPosition>0</inputPromptHorizontalPosition>
            <inputPromptVerticalPosition>0</inputPromptVerticalPosition>
            <inputPromptForeground>160,160,160</inputPromptForeground>
            <inputPromptOnlyWhenEditable>true</inputPromptOnlyWhenEditable>
            <hideInputPromptOnFocus>true</hideInputPromptOnFocus>
            <decorations>
                <decoration>
                    <BoundsShape />
                    <ColorBackground color="106,110,112" />
                </decoration>
            </decorations>
        </painter>
    </style>

    <!-- Non-opaque editor pane -->
    <style type="editorpane" id="non-opaque">
        <component>
            <opaque>false</opaque>
        </component>
    </style>

    <!-- Transparent editor pane -->
    <style type="editorpane" id="transparent" extends="non-opaque">
        <painter>
            <decorations overwrite="true" />
        </painter>
    </style>

    <!-- Decorated editor pane -->
    <style type="editorpane" id="decorated">
        <component>
            <opaque>false</opaque>
        </component>
        <painter>
            <decorations overwrite="true">
                <decoration>
                    <WebShape round="2" />
                    <WebShadow type="outer" width="2" />
                    <LineBorder color="20,20,20" />
                    <ColorBackground color="106,110,112" />
                </decoration>
                <decoration states="focused">
                    <LineBorder color="black" />
                </decoration>
                <decoration states="disabled">
                    <WebShadow type="outer" opacity="0" />
                    <LineBorder color="68,72,74" />
                </decoration>
            </decorations>
        </painter>
    </style>

</skin>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy