summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-06-02 04:00:52 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-06-02 04:00:52 +0200
commit45ec27069f46deaff7a06a74357a2ba695aac0e8 (patch)
treeb65ececb1431e857ec0222318b9003106dd019b7 /debian/squeeze/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in
parente3590eacee44278cdd904efb5cd4ba39bca9cd25 (diff)
downloadtde-packaging-45ec27069f46deaff7a06a74357a2ba695aac0e8.tar.gz
tde-packaging-45ec27069f46deaff7a06a74357a2ba695aac0e8.zip
Add desktop-base to Debian
Diffstat (limited to 'debian/squeeze/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in')
-rw-r--r--debian/squeeze/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/debian/squeeze/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in b/debian/squeeze/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in
new file mode 100644
index 000000000..ae8c4dd26
--- /dev/null
+++ b/debian/squeeze/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in
@@ -0,0 +1,20 @@
+#define PALETTE_BG 0
+#define PALETTE_PROGRESS_FG 0
+#define PALETTE_PROGRESS_BG 0
+#define PALETTE_TEXT_BG 251
+#define PALETTE_TEXT_FG 0
+#define PALETTE_TEXT_SUCCESS 67
+#define PALETTE_TEXT_FAILURE 134
+
+#define TEXT_BORDER_PX 1
+#define TEXT_PADDING_PX 9
+#define TEXT_EXTRA_PX (TEXT_BORDER_PX + TEXT_PADDING_PX)
+#define TEXT_MARGIN 30
+
+/* Horrible hack */
+struct private_hack {
+ struct usplash_pixmap *pixmap; /* Background image */
+ struct usplash_pixmap *progress_fg; /* Progress bar foreground */
+ struct usplash_pixmap *progress_bg; /* Progress bar background */
+};
+