<?php

return [
    'accent_color' => env('accent_color', '#ff0050'),
    'footer_left' => env('footer_left', 'Find the repository on <a href="https://github.com/Notoric/slink">GitHub</a>'),
    'footer_right' => env('footer_right', 'Made by <a href="https://notoric.net">[Notoric]</a>'),
    'logo' => env('logo', '[slink]'), # This can either be plaintext or a HTML element (styling is on you)
];