Chanlist formatting and slight tidy
[KiwiIRC.git] / config.example.js
index 936aea9bfe66b8589354ae58835baebe3db3ff64..1314152faca35ffd7e098867d91271a7372bcfea 100644 (file)
@@ -182,6 +182,7 @@ conf.client = {
         scrollback: 250,
         show_joins_parts: true,
         show_timestamps: false,
+        use_24_hour_timestamps: true,
         mute_sounds: false,
         show_emoticons: true,
         count_all_activity: true
@@ -189,6 +190,14 @@ conf.client = {
     window_title: 'Kiwi IRC'
 };
 
+// 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";