Load themes as soon as possible to avoid FoUC
[KiwiIRC.git] / config.example.js
index e3cfcde210b3c8a57cdae7f5795487a061bc5aea..3d80508925ad277b591c499109dc6d386d115976 100644 (file)
@@ -74,6 +74,7 @@ conf.default_encoding = 'utf8';
 
 /*
 * Default GECOS (real name) for IRC connections
+* %n will be replaced with the users nick
 */
 //conf.default_gecos = 'Web IRC Client';
 
@@ -184,6 +185,14 @@ conf.client = {
     }
 };
 
+// List of themes available for the user to choose from
+conf.client_themes = [
+    'relaxed',
+    'mini',
+    'cli',
+    'basic'
+];
+
 
 // If set, the client may only connect to this 1 IRC server
 //conf.restrict_server = "irc.kiwiirc.com";