/usr/share/kde4/apps/kdm/themes/oxygen-air/oxygen-air.xml is in kdm 4:4.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter id="theme">
<style font="Sans 12" guistyle="Oxygen"
base-color="#bfd9ff" text-color="#0b678c"/>
<item type="pixmap" id="background" background="true">
<normal wallpaper="Air" scalemode="crop"/>
<pos width="100%" height="100%"/>
</item>
<item type="pixmap" id="system-session">
<normal file="win-login.png"/>
<pos anchor="c" x="50%" y="45%" width="615" height="401"/>
<box orientation="vertical" spacing="10" homogeneous="true">
<item type="pixmap">
<normal file="icon-kde.png"/>
<pos anchor="c" x="50%" y="80%"/>
</item>
<item type="label" id="welcome">
<pos anchor="c" x="50%" y="46%"/>
<normal alpha="0.5" font="Sans Bold 18" color="#334560"/>
<stock type="welcome-label"/>
</item>
<item type="rect" id="user-field">
<pos anchor="c" x="50%" y="43%" width="400" height="144"/>
<box orientation="vertical" spacing="0" homogeneous="true">
<item type="rect">
<pos anchor="c" x="50%" y="60%" height="box" width="box"/>
<box orientation="horizontal" spacing="10">
<item type="pixmap">
<normal file="user-entry.png"/>
</item>
<item type="entry" id="user-entry">
<pos width="157" height="30"/>
<style frame="true"/>
</item>
</box>
</item>
<item type="rect">
<pos anchor="c" x="50%" y="40%" height="box" width="box"/>
<box orientation="horizontal" spacing="10">
<item type="pixmap">
<normal file="pw-entry.png"/>
</item>
<item type="entry" id="pw-entry">
<pos width="157" height="30"/>
<style frame="true"/>
</item>
</box>
</item>
</box>
</item>
<item type="rect" id="system-session">
<pos anchor="c" x="50%" y="70%" width="615" height="44"/>
<fixed>
<item type="label">
<pos anchor="se" x="96%" y="70%"/>
<normal alpha="0.5" font="Sans 8" color="#334560"/>
<text>%c</text>
</item>
<item type="pixmap" id="session_button" button="true">
<normal file="session_button.png"/>
<prelight file="session_button-li.png"/>
<active file="session_button-li.png"/>
<pos anchor="w" x="15" y="50%"/>
</item>
<item type="pixmap" id="system_button" button="true">
<normal file="system_button.png"/>
<prelight file="system_button-li.png"/>
<active file="system_button-li.png"/>
<pos anchor="w" x="47" y="50%"/>
</item>
</fixed>
</item>
</box>
</item>
<item type="pixmap" id="caps-lock-warning">
<normal file="caps.png"/>
<pos anchor="c" x="50%" y="45%"/>
<fixed>
<item type="label" id="mesage">
<normal color="#0b678c" font="Sans Bold 10"/>
<pos anchor="c" x="50%" y="85%"/>
<stock type="caps-lock-warning"/>
</item>
</fixed>
</item>
<item type="rect" id="pam-error-paceholder">
<pos anchor="c" x="50%" y="98%" widht="615" height="200"/>
<item type="label" id="dummy1">
<normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
<!-- </text> -->
</item>
<item type="label" id="pam-error">
<pos anchor="c" x="50%" y="50%" expand="true"/>
<normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
<!-- </text> -->
</item>
</item>
</greeter>
|