1
0

Convert into dark theme

This commit is contained in:
Andrei Shevchuk
2018-04-22 04:50:00 +03:00
parent 64feeb7a2c
commit 9993538bc2
9 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,17 +1,17 @@
## Poly light GRUB theme
## Poly dark GRUB theme
Supported languages: Chinese (simplified), English, French, German, Norwegian, Portuguese, Russian, Ukrainian
![](https://i.imgur.com/XitFbtv.gif)
![](https://i.imgur.com/OHGyR2N.gif)
### Installation / update
1. **Secure way:**
- Download install script:
`wget -P /tmp https://github.com/shvchk/poly-light/raw/master/install.sh`
`wget -P /tmp https://github.com/shvchk/poly-dark/raw/master/install.sh`
- Review install script at `/tmp/install.sh`
- Run it: `bash /tmp/install.sh`
2. **Easier, less secure way** — just download and run install script:
`wget -O - https://github.com/shvchk/poly-light/raw/master/install.sh | bash`
`wget -O - https://github.com/shvchk/poly-dark/raw/master/install.sh | bash`