Convert into dark theme
@@ -1,17 +1,17 @@
|
||||
## Poly light GRUB theme
|
||||
## Poly dark GRUB theme
|
||||
|
||||
Supported languages: Chinese (simplified), English, French, German, Norwegian, Portuguese, Russian, Ukrainian
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
### 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`
|
||||
|
||||
|
Before Width: | Height: | Size: 659 KiB After Width: | Height: | Size: 656 KiB |
@@ -1,6 +1,6 @@
|
||||
#! /usr/bin/env bash
|
||||
|
||||
THEME='poly-light'
|
||||
THEME='poly-dark'
|
||||
LANG='English'
|
||||
|
||||
# Pre-authorise sudo
|
||||
|
||||
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
After Width: | Height: | Size: 128 B |
|
Before Width: | Height: | Size: 68 B |
@@ -18,11 +18,11 @@ terminal-border: "0"
|
||||
height = 60%
|
||||
item_font = "Unifont Regular 18"
|
||||
item_color = "#777777"
|
||||
selected_item_color = "#444444"
|
||||
selected_item_color = "#999999"
|
||||
item_height = 40
|
||||
item_spacing = 4
|
||||
item_pixmap_style = "item_*.png"
|
||||
selected_item_pixmap_style = "selected_item_*.png"
|
||||
selected_item_pixmap_style = "selected_item_6_*.png"
|
||||
}
|
||||
|
||||
# Countdown message
|
||||
|
||||