Halcyon Admin tunes the WordPress admin for people who prefer a steady, low-distraction workspace. It doesn’t add a settings page, a dashboard widget, or a notice — it just changes three things wp-admin does by default, and gets out of the way.
What it does
prefers-reduced-motion.All preferences are per-user and stored as user meta. There is no global settings page, no telemetry, and no external network calls.
Halcyon means calm and peaceful. The plugin’s only job is to make wp-admin feel that way — without forcing choices on users who like it the way it is.
To load Halcyon Admin as a must-use plugin (no activation needed, no update prompts):
halcyon-admin/ folder to wp-content/mu-plugins/halcyon-admin/.Create a new file at wp-content/mu-plugins/halcyon-admin-loader.php containing:
<?php
/**
defined( ‘ABSPATH’ ) || exit;
require_once DIR . ‘/halcyon-admin/halcyon-admin.php’;
Halcyon Admin will be loaded automatically on every request and won’t appear in the Plugins screen.