https://github.com/changjun2019/elegant-nnw
Theme for NetNewsWire RSS Reader
https://github.com/changjun2019/elegant-nnw
netnewswire reader rss rss-reader themes
Last synced: about 1 year ago
JSON representation
Theme for NetNewsWire RSS Reader
- Host: GitHub
- URL: https://github.com/changjun2019/elegant-nnw
- Owner: ChangJun2019
- License: mit
- Created: 2023-05-02T18:09:55.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T03:57:41.000Z (about 1 year ago)
- Last Synced: 2025-04-08T04:27:31.952Z (about 1 year ago)
- Topics: netnewswire, reader, rss, rss-reader, themes
- Language: TypeScript
- Homepage: https://github.com/ChangJun2019/elegant-nnw
- Size: 23.9 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Elegant Theme for NetNewsWire
A beautiful, elegant theme for NetNewsWire RSS reader.
## 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/)
## License
MIT - Copyright (c) 2023 Chang Jun