Updated Attributions

This commit is contained in:
2025-06-02 09:36:57 +10:00
parent d5662441fa
commit 40d6e25d00
8 changed files with 20 additions and 48 deletions
-26
View File
@@ -1,26 +0,0 @@
# OLED Theme Luna Plugin
This is a port of the OLED Theme plugin from Neptune to Luna framework.
## Description
A working theme plugin that applies a dark OLED-friendly theme to Tidal Luna.
## Features
- Applies a dark, OLED-optimized theme
- Fetches the latest theme CSS from the GitHub repository
## Installation
1. Build the plugin using `pnpm run build` in the Luna plugin root
2. Install the generated `luna.oled-theme.mjs` file in Luna
3. ~~Or install directly from the URL: `https://your-repository/releases/download/latest/luna.oled-theme`~~
## Author
- **itzzexcel** - [GitHub](https://github.com/ItzzExcel)
## Credits
Original Neptune version by itzzexcel. Ported to Luna framework following the Luna plugin template structure by meowarex with help from Inrixia <3
+5 -5
View File
@@ -1,10 +1,10 @@
{
"name": "@itzzexcel/oled-theme",
"description": "A working theme, ong.",
"name": "@meowarex/oled-theme",
"description": "A dark OLED-friendly theme plugin that transforms Tidal Luna's appearance.",
"author": {
"name": "itzzexcel",
"url": "https://github.com/ItzzExcel",
"avatarUrl": "https://avatars.githubusercontent.com/u/ItzzExcel"
"name": "meowarex",
"url": "https://github.com/meowarex",
"avatarUrl": "https://avatars.githubusercontent.com/u/meowarex"
},
"main": "./src/index.ts",
"type": "module"