Version 3.0.361

This commit is contained in:
Anja 2023-03-08 13:18:54 +01:00
parent faf68061f4
commit cba4da9357
88 changed files with 1119 additions and 1502 deletions

View file

@ -9,6 +9,9 @@
<!--Secondary color-->
<Color x:Key="secondary-back-title-color">#FF0020</Color>
<!--Background color-->
<Color x:Key="background-color">#BEBEBE</Color>
<!--Attention color-->
<Color x:Key="attention-color">#06D1B1</Color>

View file

@ -6,6 +6,9 @@
<!--Main color-->
<Color x:Key="primary-back-title-color">#009899</Color>
<!--Background color-->
<Color x:Key="background-color">#BEBEBE</Color>
<!--Attention color-->
<Color x:Key="attention-color">#FC870D</Color>