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.
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)
cd /usr/share/icingaweb2/modules/colourblind
git pull
- 0.2.0
- Working draft
- 0.1.0
- First draft
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.
- Fork it (https://github.com/sol1/icingaweb2-theme-colourblind/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new pull request