summaryrefslogtreecommitdiff
path: root/kiwiirc/static/plugins/customise.html.example
blob: 9d24e687a2951eebec543004e629b9ca7ee6005c (plain)
1
2
3
4
5
6
7
8
9
10
<style>
    /* Custom theme changes can be added here */
</style>

<script>
kiwi.plugin('customise', function(kiwi, log) {
    // Add your customisations here
    // Some small examples can be found at https://github.com/kiwiirc/kiwiirc/wiki/Plugin-Examples
});
</script>