Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.33 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.33 KB

icingaweb2-theme-colourblind

NOTE: a similar theme is now part of Icinga as of v2.7.0. You should use that instead, if possible.

This Icingaweb2 module provides a colourblind theme which aims to improve visual clarity for people with deuteranopia, protanopia or tritanopia.

Installation

  • cd /usr/share/icingaweb2/modules
  • git clone https://github.com/sol1/icingaweb2-theme-colourblind.git colourblind
  • icingacli module enable colourblind
  • Activate the colourblind theme for your profile (user > My Account > Theme)

Upgrading

  • cd /usr/share/icingaweb2/modules/colourblind
  • git pull

Release History

  • 0.2.0
    • Working draft
  • 0.1.0
    • First draft

About

This module is distributed under the MIT Licence. See LICENSE for more information.

Sol1 is an Icinga Partner based in Sydney, Australia and offers professional services and support for your install.

Contributing

  1. Fork it (https://github.com/sol1/icingaweb2-theme-colourblind/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new pull request