Modify default message style

main
Jerry Aldrich 5 years ago
parent ec89539c14
commit ddf46e8989
  1. 6
      config.json.example

@ -14,6 +14,7 @@
{ "name": "Radioactive", "url": "static/themes/radioactive" },
{ "name": "Sky", "url": "static/themes/sky" }
],
"useMonospace": true,
"startupOptions" : {
"server": "irc.yourserver.com",
"port": 6697,
@ -24,5 +25,8 @@
"greetingText": "Welcome. Happy Hacking!",
"infoBackground": "",
"infoContent": ""
}
},
"buffers": {
"messageLayout": "inline",
}
}

Loading…
Cancel
Save