[gthumb: 21/23] contact_sheet: added other themes



commit e9351b80e912e12b932b04eb050ed1de544581a8
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Sun Dec 26 19:59:51 2010 +0100

    contact_sheet: added other themes

 .../data/contact_sheet_themes/Makefile.am          |    2 +
 .../data/contact_sheet_themes/minimalist.cst       |   23 +++++++++++++++++
 .../data/contact_sheet_themes/rainbow.cst          |   26 ++++++++++++++++++++
 3 files changed, 51 insertions(+), 0 deletions(-)
---
diff --git a/extensions/contact_sheet/data/contact_sheet_themes/Makefile.am b/extensions/contact_sheet/data/contact_sheet_themes/Makefile.am
index 8a9c1b7..ac7bbc4 100644
--- a/extensions/contact_sheet/data/contact_sheet_themes/Makefile.am
+++ b/extensions/contact_sheet/data/contact_sheet_themes/Makefile.am
@@ -1,6 +1,8 @@
 themedir   = $(pkgdatadir)/contactsheetthemes
 theme_DATA =		\
 	default.cst	\
+	minimalist.cst	\
+	rainbow.cst	\
 	$(NULL)
 
 EXTRA_DIST = $(theme_DATA) 
diff --git a/extensions/contact_sheet/data/contact_sheet_themes/minimalist.cst b/extensions/contact_sheet/data/contact_sheet_themes/minimalist.cst
new file mode 100644
index 0000000..16810bd
--- /dev/null
+++ b/extensions/contact_sheet/data/contact_sheet_themes/minimalist.cst
@@ -0,0 +1,23 @@
+
+[Theme]
+Name=Minimalist
+
+[Background]
+Type=solid
+Color1=#ffffffffffff
+
+[Frame]
+Style=shadow
+Color=#000000000000
+
+[Header]
+Font=Sans 22
+Color=#000000000000
+
+[Footer]
+Font=Sans Bold 12
+Color=#000000000000
+
+[Caption]
+Font=Sans 8
+Color=#000000000000
diff --git a/extensions/contact_sheet/data/contact_sheet_themes/rainbow.cst b/extensions/contact_sheet/data/contact_sheet_themes/rainbow.cst
new file mode 100644
index 0000000..203c7d3
--- /dev/null
+++ b/extensions/contact_sheet/data/contact_sheet_themes/rainbow.cst
@@ -0,0 +1,26 @@
+
+[Theme]
+Name=Rainbow
+
+[Background]
+Type=full
+Color1=#1212c0c02f2f
+Color2=#ffff00000000
+Color3=#00000000ffff
+Color4=#d2f6d2f610b5
+
+[Frame]
+Style=simple-with-shadow
+Color=#ffffffffffff
+
+[Header]
+Font=Sans 22
+Color=#ffffffffffff
+
+[Footer]
+Font=Sans Bold 12
+Color=#ffffffffffff
+
+[Caption]
+Font=Sans 8
+Color=#ffffffffffff



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]