Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joelchrono12/freshrss-nord-theme
A simple, basic theme you can work on top of to have the Nord color scheme in your FreshRSS instance
https://github.com/joelchrono12/freshrss-nord-theme
Last synced: 9 days ago
JSON representation
A simple, basic theme you can work on top of to have the Nord color scheme in your FreshRSS instance
- Host: GitHub
- URL: https://github.com/joelchrono12/freshrss-nord-theme
- Owner: joelchrono12
- License: mit
- Created: 2022-01-12T16:24:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-15T16:22:24.000Z (about 2 years ago)
- Last Synced: 2024-08-02T15:06:18.139Z (3 months ago)
- Language: CSS
- Size: 1.06 MB
- Stars: 40
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreshRSS-Nord-Theme
A simple theme based on Nord's color scheme for [FreshRSS](https://freshrss.org)
You can see how it looks here. It features a compact layout and some custom icons.
![Example](./thumbs/original.png)# WIP
- Complete icon set, some are still using default colors
- Better mobile UI, some stuff looks janky
- Other fixes for small problems# Installation
To install the theme, simply clone the repository into your FreshRSS theme directory.
Exactly where that is depends on where you installed FreshRSS, but it's usually in:
```shell
FRESHRSS_INSTALL_DIR="/var/www/freshrss"
``````shell
cd "$FRESHRSS_INSTALL_DIR/p/themes"
git clone https://github.com/joelchrono12/freshrss-nord-theme.git
```
Clear your browser's cache and you should find the theme in FreshRSS' display options.# Contributing
Overall, this is just a base anyone can work on, if you find something feel free to contribute and make a pull request with your changes!