tAdded styling help text for themes. - electrum - Electrum Bitcoin wallet
 (HTM) git clone https://git.parazyd.org/electrum
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) Submodules
       ---
 (DIR) commit eb222e4d08dc4915431d59c777423743c9571161
 (DIR) parent 2d1bd9d2034eac3ddea13e918ab5fbbe2dd560ed
 (HTM) Author: Amir Taaki <genjix@riseup.net>
       Date:   Sat, 18 Aug 2012 08:44:46 +0100
       
       Added styling help text for themes.
       
       Diffstat:
         A data/README                         |      12 ++++++++++++
       
       1 file changed, 12 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/data/README b/data/README
       t@@ -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
       +