Commit

commit d0abceff4c4eef4d3da53b0546b0ac3d04b9fcad
Author: Jan Dankert 
Date:   Sun Oct 13 15:00:13 2024 +0200

    Refactoring CSS: Using native CSS variables for theme colors.

 .../action/index/IndexThemestyleAction.class.php   |  89 +---
 .../ui/themes/default/html/views/index/show.php    |   2 +-
 .../default/html/views/index/show.tpl.src.xml      |   2 +-
 .../ui/themes/default/script/openrat/workbench.js  |  31 +-
 .../cms/ui/themes/default/style/openrat-theme.css  | 307 +++++++++++++
 .../cms/ui/themes/default/style/openrat-theme.less | 478 ++++++++++++++++++++
 .../ui/themes/default/style/openrat-theme.min.css  |   1 +
 .../themes/default/style/theme/openrat-theme.css   |   0
 .../themes/default/style/theme/openrat-theme.less  | 483 ---------------------
 .../default/style/theme/openrat-theme.min.css      | 483 ---------------------
 modules/util/ArrayUtils.class.php                  |  17 +
 11 files changed, 845 insertions(+), 1048 deletions(-)