Created Ombi (markdown)

GilbN 2020-06-18 18:53:45 +02:00
parent 9854cda658
commit a47dfba3ee

40
Ombi.md Normal file

@ -0,0 +1,40 @@
# Ombi Themes
Custom [Ombi](https://github.com/tidusjar/Ombi) CSS.
**Installation**
Add
```css
@import "https://gilbn.github.io/theme.park/CSS/themes/ombi/THEME_NAME.css";
```
in custom css.
E.g.
```css
@import "https://gilbn.github.io/theme.park/CSS/themes/ombi/plex.css";
```
```
https://gilbn.github.io/theme.park/CSS/themes/ombi/XXX.css
aquamarine.css
hotline.css
dark.css
plex.css
space-gray.css
```
![](https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/ombi/ombi.gif)
### Screenshots
<p>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/ombi/dark.png"></img>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/ombi/space-gray.png"></img>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/ombi/plex.jpg"></img>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/ombi/hotline.png"></img>
<img src="https://raw.githubusercontent.com/gilbN/theme.park/master/Screenshots/ombi/aquamarine.png"></img>
</p>