This repository contains view files and rendering code for Oxygen.
For more information visit the Core repository.
ui-base
contains code and view files (.blade.php
) and basically sets the structure for the user interface (with HTML).
ui-theme
adds CSS and JS (compiled from SCSS and CoffeeScript respectively) which gives the core view files a nice theme.
The distinction has been made so that one can either:
- switch 'theme', changing the look of Oxygen using only CSS and JavaScript
- change the UI altogether, overriding all the HTML, CSS and JavaScript