Skip to content

Commit 63a3865

Browse files
committed
add two new themes
1 parent 252721c commit 63a3865

9 files changed

Lines changed: 3135 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ A curated list of plugins for the [Pelican Panel](https://pelican.dev). Feel fre
3131
## Themes
3232

3333
- [Fluffy Theme](/fluffy-theme) - A super nice and super fluffy theme
34+
- [Neobrutalism Theme](/neobrutalism-theme) - Transform your panel with thick borders, pronounced shadows, and geometric aesthetics inspired by the neobrutalism design movement
35+
- [Nord Theme](/nord-theme) - A light and dark arctic Nord theme
3436
- [Pterodactyl Theme](/pterodactyl-theme) - Pterodactyl like colors and font
3537

3638
## Language Packs

neobrutalism-theme/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Neobrutalism Theme (by Boy132)
2+
3+
Transform your panel interface with thick borders, pronounced shadows, and geometric aesthetics inspired by the neobrutalism design movement.
4+
5+
_Originally created by [Ankit Thapa](https://github.com/caresome) as [Filament Theme](https://github.com/caresome/filament-neobrutalism-theme), under MIT License._

neobrutalism-theme/plugin.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"id": "neobrutalism-theme",
3+
"name": "Neobrutalism Theme",
4+
"author": "Boy132 (& caresome)",
5+
"version": "1.0.0",
6+
"description": "Transform your panel with thick borders, pronounced shadows, and geometric aesthetics inspired by the neobrutalism design movement.",
7+
"category": "theme",
8+
"url": "https://github.com/pelican-dev/plugins/tree/main/neobrutalism-theme",
9+
"update_url": null,
10+
"namespace": "Boy132\\NeobrutalismTheme",
11+
"class": "NeobrutalismThemePlugin",
12+
"panels": null,
13+
"panel_version": null,
14+
"composer_packages": null
15+
}

0 commit comments

Comments
 (0)