Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cwmke/nextcloud-news-themes
Custom CSS Themes For The Nextcloud News App
https://github.com/cwmke/nextcloud-news-themes
css nextcloud nextcloud-news theme
Last synced: about 1 month ago
JSON representation
Custom CSS Themes For The Nextcloud News App
- Host: GitHub
- URL: https://github.com/cwmke/nextcloud-news-themes
- Owner: cwmke
- License: agpl-3.0
- Created: 2017-04-05T20:11:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-24T17:10:54.000Z (about 6 years ago)
- Last Synced: 2024-01-24T00:49:28.578Z (11 months ago)
- Topics: css, nextcloud, nextcloud-news, theme
- Language: CSS
- Size: 1.28 MB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nextcloud - nextcloud-news-themes - A list of themes for Nextcloud News (Themes / Official)
README
# Nextcloud News Themes
This is a central repository to share custom themes created for the [Nextcloud News](https://github.com/nextcloud/news) webapp. Feel free to make pull requests to add your own.
Changes should be limited to the custom.css file located in nextcloud/apps/news/css/custom.css. If not, include clear instructions on how to install and remove your customizations at the top of your theme.css file.## Installation
1. git clone https://github.com/cwmke/nextcloud-news-themes.git
2. cd nextcloud-news-themes/themes
3. sudo cp THEMENAME.css /usr/share/webapps/nextcloud/apps/news/css/custom.css
4. sudo chown 644 /usr/share/webapps/nextcloud/apps/news/css/custom.css
5. Enjoy!### There is no guarentee that themes will not break your cloud. They shouldn't but the risk is entirely yours to take.
## Theme Previews
### Blue and Gray Theme
![Image of Blue and Gray Theme](https://raw.githubusercontent.com/cwmke/nextcloud-news-themes/master/images/blue_and_gray.jpg)
![Image of Blue and Gray Theme With Open Article](https://raw.githubusercontent.com/cwmke/nextcloud-news-themes/master/images/blue_and_gray_article.png)### Submitting Themes
- Submit a pull request with your theme in the themes folder and your images in the images folder (pretty easy 😉).
- Make sure to include 2 screenshots with your pull requests. The naming should be identical to your theme name and should be added to the README.md file.### Example Theme Named "Test One",
**Theme Name:** test_one.css
**Image Names:** test_one.jpg test_one_article.jpg