mirror of
https://github.com/Combodo/iTop.git
synced 2026-02-13 07:24:13 +01:00
* N°7391 - Add color blind friendly themes * N°7392 - Add high contrast theme * Add modules to installation.xml
20 lines
920 B
XML
20 lines
920 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<itop_design xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="3.2">
|
|
<branding>
|
|
<themes>
|
|
<theme id="fullmoon-protanopia-deuteranopia" _delta="define">
|
|
<variables>
|
|
</variables>
|
|
<imports>
|
|
<import id="fullmoon-prota-deutera-scss-variables" xsi:type="variables">combodo-backoffice-fullmoon-protanopia-deuteranopia-theme/scss/scss-variables.scss</import>
|
|
</imports>
|
|
<stylesheets>
|
|
<stylesheet id="fullmoon">../css/backoffice/main.scss</stylesheet>
|
|
<stylesheet id="stylesheet">combodo-backoffice-fullmoon-protanopia-deuteranopia-theme/scss/stylesheet.scss</stylesheet>
|
|
</stylesheets>
|
|
<precompiled_stylesheet>combodo-backoffice-fullmoon-protanopia-deuteranopia-theme/precompiled-themes/main.css</precompiled_stylesheet>
|
|
</theme>
|
|
</themes>
|
|
</branding>
|
|
</itop_design>
|