Added styling help text for themes.
authorAmir Taaki <genjix@riseup.net>
Sat, 18 Aug 2012 07:44:46 +0000 (08:44 +0100)
committerAmir Taaki <genjix@riseup.net>
Sat, 18 Aug 2012 07:44:46 +0000 (08:44 +0100)
data/README [new file with mode: 0644]

diff --git a/data/README b/data/README
new file mode 100644 (file)
index 0000000..03254ac
--- /dev/null
@@ -0,0 +1,12 @@
+To add a new theme, simply create a new directory in the electrum data directory (either ./data or your system wide local data).
+
+Inside your directory create a file called name.cfg with the name of that theme.
+
+Create another file called style.css - this will be your CSS for the theme (see other themes for reference).
+
+Documentation on Qt's stylesheets (used by Electrum):
+
+Overview: http://qt-project.org/doc/qt-4.8/stylesheet.html
+Examples: http://qt-project.org/doc/qt-4.8/stylesheet-examples.html
+Reference manual: http://doc.qt.nokia.com/4.7-snapshot/stylesheet-reference.html
+