Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2.4 KB

README.md

File metadata and controls

63 lines (49 loc) · 2.4 KB


Github Theme for Homer

Github Theme is a Github inspired theme for the Homer Dashboard.

Screenshot of the theme

Disclaimer: This theme is not in any way affiliated with the official Github brand.

Installation

For a basic installation of Homer, please refer to the Homer documentation.

  1. 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.
  1. Copy the files to your homer assets directory.
  2. Reference the files in your config.yml file:
stylesheet:
  - "assets/gh-dimmed.min.css"
  - "assets/gh-base.min.css"
  1. Reload the page in your browser.

Comparison of the themes

Screenshot of the dark theme    Screenshot of the dimmed theme    Screenshot of the light theme

Annotations

  • 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.

Contributing

If you have any ideas, just open an issue and tell me what you think about this theme. Pull requests are welcome, too.

License

This project ist licensed under MIT license.