Luchian is xmc's frontend Semantic UI theme.
Named after Ștefan Luchian.
- Perform a normal Semantic UI install and navigate to your themes folder:
npm install semantic-ui
cd semantic/src/themes/
- Clone this repo:
git clone https://github.com/xmc-dev/luchian
- Edit your
themes.config
and replace'default'
with'luchian'
for every component you wish to theme:
nano ../theme.config
- Build or watch with Gulp:
gulp build
gulp watch