mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-24 20:00:38 +00:00
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.
17 lines
448 B
Plaintext
17 lines
448 B
Plaintext
<?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>
|