Github Theme is a Github inspired theme for the Homer Dashboard.
For a basic installation of Homer, please refer to the Homer documentation.
- Visit the github releases page and download the files you want from the latest release.
config.yml
contains a example config file for homer.gh-base.min.css
contains the basic styling for the theme. So this is required!gh-dark.min.css
contains colors similar to the Github Dark theme.gh-dimmed.min.css
contains colors similar to the Github Dimmed theme.gh-light.min.css
contains colors similar to the Github Light theme.
- Copy the files to your homer
assets
directory. - Reference the files in your
config.yml
file:
stylesheet:
- "assets/gh-dimmed.min.css"
- "assets/gh-base.min.css"
- Reload the page in your browser.
- This is a theme for the awesome Homer Dashboard.
- The config template is based on the also very decent Homer-Theme. Please have a look at it, if you want to try other themes, as well.
If you have any ideas, just open an issue and tell me what you think about this theme. Pull requests are welcome, too.
This project ist licensed under MIT license.