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

16
Oled.nnwtheme/Info.plist Normal file
View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ThemeIdentifier</key>
<string>com.noham.themes.oled</string>
<key>Name</key>
<string>Oled</string>
<key>CreatorHomePage</key>
<string>https://noh.am/</string>
<key>CreatorName</key>
<string>Noham</string>
<key>Version</key>
<integer>1</integer>
</dict>
</plist>