A cyberpunk-style theme for Grav CMS with matrix rain effects, terminal aesthetics, and hacker-inspired design.
- 🌐 Cyberpunk Aesthetic: Matrix rain effects, glitch animations, and terminal-style design
- 📱 Fully Responsive: Works seamlessly on all devices
- ⚡ Lightweight: Minimal dependencies, fast loading
- 🎨 Customizable: Easy theme configuration via YAML
- 🔒 Privacy-Focused: No tracking, no external dependencies (except optional Twemoji)
- 💚 Green Terminal Theme: Classic hacker aesthetic with neon green accents
- Download the latest release as a ZIP file
- In Grav admin panel, go to
Themes→Add - Upload the ZIP file
- Activate the theme
- Download or clone this repository
- Extract the files to your Grav
user/themes/folder - Rename the folder to
anonymous - Activate the theme in Grav admin panel
Edit user/config/themes/anonymous.yaml:
enabled: true
site:
name: 'Your Site Name'
tagline: 'Your Tagline'
url: 'https://yoursite.com'
social:
twitter: '@YourTwitterHandle'
theme:
matrix_effect: true
glitch_effect: trueEdit css/style.css to customize colors:
:root {
--primary-green: #00ff41;
--bg-black: #0a0a0a;
/* ... more variables */
}- Grav CMS 1.7+
- PHP 7.4+
Author: Kusai Mara
GitHub: @Kusaimara
X(Twitter): @Kusai_Mara
MIT License - see LICENSE file for details
Made with 💚 and terminal love

