Newer
Older
KristifyThemes / kristify-compact / index.xml
@Sammy Sammy on 2 Jan 2023 1 KB update. again. its too late
<frame id="_app">
    <frame id="_body" x="1" y="7" width="parent.w" height="parent.h-9" bg="gray" fg="lightGray" />
    <frame id="_head" x="1" y="1" width="parent.w" height="6" bg="black">
        <label id="_title" text="" font='2' x="2" y="2" fg="green" bg="black" />
        <label id="_title_end" text=".kst" font='1' x="1" y="4" fg="lightGray" bg="black" />
        <frame x="parent.w/2+1" y="3" width="parent.w/2-2" height="2" bg="black">
            <label id="_subtitle" text="" x="1" y="1" width="parent.w/2-3" height="2" bg="black" fg="white" />
        </frame>
        <pane bgSymbol="&#127;" bgSymbolColor="gray" bg="black" x="1" y="5" width="parent.w" height="1" />
        <frame id="__category" x="1" y="6" width="parent.w" height="1" bg="gray" fg="green" />
    </frame>
    <pane bg="black" x="1" y="parent.h" width="parent.w" height="1" />
    <label id="_importantMSG" text="" x="1" y="parent.h" bg="black" fg="white" />
    <frame id="_navigation" x="2" y="parent.h-1" width="parent.w-2" height="1" bg="gray">
        <button id="_navBack" onClick="navBack" text=" &#017; " x="parent.w/2-self.w-2" y="1" width="3" height="1" fg="white" bg="green" />
        <button id="_navNext" onClick="navNext" text=" &#016; " x="parent.w/2+self.w" y="1" width="3" height="1" fg="white" bg="green" />
        <label id="_curPage" text="" x="parent.w/2" y="1" fg="white" />
        <label id="_watermark" text="lol" x="parent.w-self.w-3" y="1" bg="gray" fg="lightGray" />
    </frame>
</frame>