mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-26 04:17:19 +00:00
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:
47
README.md
47
README.md
@@ -1,48 +1,7 @@
|
||||
<h1 align="center">Elegant Theme for NetNewsWire</h1>
|
||||
|
||||
<p align="center">A beautiful, elegant theme for <a href="https://netnewswire.com/">NetNewsWire RSS reader</a>.</p>
|
||||
<p align="center">
|
||||
<a href="https://github.com/ChangJun2019/elegant-nnw/releases/download/v0.1.16/Elegant.nnwtheme.zip" alt="install theme">
|
||||
<img src="https://img.shields.io/badge/elegant--theme-downloads-00dd83" alt="install theme to NetNewsWire"></img>
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
## About Font
|
||||
|
||||
The current theme font application rules are as follows.
|
||||
|
||||
```css
|
||||
.font-sans{
|
||||
font-family: Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
|
||||
}
|
||||
|
||||
.font-mono{
|
||||
font-family: JetBrainsMono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
|
||||
}
|
||||
```
|
||||
|
||||
- [Inter](https://github.com/rsms/inter) My favorite Latin font.
|
||||
- [JetBrainsMono](https://github.com/JetBrains/JetBrainsMono) My favorite Code font.
|
||||
|
||||
If you like these fonts too, you need to install them locally.
|
||||
|
||||
## Thanks
|
||||
|
||||
- [UnoCSS](https://github.com/unocss/unocss) The instant on-demand atomic CSS engine.
|
||||
- [Windi CSS](https://windicss.org/)
|
||||
- [Tailwind CSS](https://tailwindcss.com/)
|
||||
# Oled Theme for NetNewsWire
|
||||
|
||||
A beautiful, Oled theme for [NetNewsWire](https://netnewswire.com/) RSS reader
|
||||
|
||||
## License
|
||||
|
||||
MIT - Copyright (c) 2023 Chang Jun
|
||||
MIT - Copyright (c) 2025 Rivoirard Noham
|
||||
Reference in New Issue
Block a user