nes theme
A retro gaming theme for Flarum. It is recommended that you make your main forum colors black. Also, use Friends of Flarum's Linguist extension to edit Start a Discussion and other verbiage to something shorter (due to the type of font).
If you want to try a narrower yet still retro pixel font, place this code in your custom CSS box within your admin appearance settings:
@import (css) url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
html,
body,
pre,
code,
kbd,
samp {
font-family: 'VT323', courier;
}
Installation
Install with composer:
composer require zerosonesfun/flarum-theme-nes:"*"
Updating
composer update zerosonesfun/flarum-theme-nes:"*"
php flarum migrate
php flarum cache:clear
Remove
composer remove zerosonesfun/flarum-theme-nes
Links