Skip to content
This repository has been archived by the owner on Dec 11, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 546 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 546 Bytes

luci-theme-dark

Dark version of the LuCi Web Interface theme by editing cascade.css

Notice: Realtime Graphs can't be dark

Installing the CSS file

# First backup the css file 
mv /www/luci-static/bootstrap/cascade.css /www/luci-static/bootstrap/cascade.old
# with curl
curl https://raw.githubusercontent.com/mxte/luci-theme-dark/main/cascade.css > /www/luci-static/bootstrap/cascade.css
# with wget
wget https://raw.githubusercontent.com/mxte/luci-theme-dark/main/cascade.css -O /www/luci-static/bootstrap/cascade.css