Skip to content

Instantly share code, notes, and snippets.

@ItsOnlyBinary
Created February 4, 2020 14:55
Show Gist options
  • Save ItsOnlyBinary/27a3383744973d49b0ac5da1363e5789 to your computer and use it in GitHub Desktop.
Save ItsOnlyBinary/27a3383744973d49b0ac5da1363e5789 to your computer and use it in GitHub Desktop.
{
"windowTitle": "Kiwi IRC - The web IRC client",
"startupScreen": "personal",
"kiwiServer": "http://example.com/webirc/kiwiirc/",
"restricted": false,
"theme": "Default",
"themes": [
{ "name": "Default", "url": "static/themes/default" },
{ "name": "Dark", "url": "static/themes/dark" },
{ "name": "Coffee", "url": "static/themes/coffee" },
{ "name": "GrayFox", "url": "static/themes/grayfox" },
{ "name": "Nightswatch", "url": "static/themes/nightswatch" },
{ "name": "Osprey", "url": "static/themes/osprey" },
{ "name": "Radioactive", "url": "static/themes/radioactive" },
{ "name": "Sky", "url": "static/themes/sky" },
{ "name": "Elite", "url": "static/themes/elite" }
],
"startupOptions" : {
"channel": "#kiwiirc-default",
"nick": "kiwi-n?"
},
"presetNetworks": ["EuropNet|irc.europnet.org:+6660", "Freenode|irc.freenode.net:+6697"],
"embedly": {
"key": ""
},
"plugins": [
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment