Rename Elegant theme to Oled and update references

The Elegant.nnwtheme files have been renamed to Oled.nnwtheme, including stylesheet, Info.plist, and template.html. References in .stylelintrc.json were updated to ignore the new stylesheet location. Documentation and build scripts were updated to reflect the new theme name.
This commit is contained in:
√(noham)²
2025-11-02 18:17:35 +01:00
parent b2664c33af
commit 45dd42c5e0
11 changed files with 3577 additions and 3970 deletions

View File

@@ -6,7 +6,7 @@ import { consola } from 'consola'
async function build() {
try {
const FILE_NAME = 'Elegant.nnwtheme'
const FILE_NAME = 'Oled.nnwtheme'
const targetDir = path.join(__dirname, '../', 'dist')
const target = path.join(targetDir, FILE_NAME)
const source = path.join(__dirname, '../', FILE_NAME)