From 6f8b29e1fa4d7c4f8676dbded0b9fde3e9acd207 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 1 Jun 2013 02:04:45 -0500 Subject: Add initial copy of the old Debian desktop-base package to the Debian and Ubuntu packaging files --- .../desktop-base/usplash/moreblue-orbit/theme.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 ubuntu/maverick/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in (limited to 'ubuntu/maverick/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in') diff --git a/ubuntu/maverick/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in b/ubuntu/maverick/defaultsettings/desktop-base/usplash/moreblue-orbit/theme.in new file mode 100644 index 000000000..ae8c4dd26 --- /dev/null +++ b/ubuntu/maverick/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 */ +}; + -- cgit v1.2.3