Added theme loading. Improved theme editor. Updated app theme model

This commit is contained in:
2025-07-22 21:08:03 +02:00
parent a480ae9c50
commit 7dde1d86f8
8 changed files with 339 additions and 165 deletions

View File

@@ -44,6 +44,6 @@ public class ApplicationTheme
public float SizeField { get; set; }
public float Border { get; set; }
public float Depth { get; set; }
public float Noise { get; set; }
public int Depth { get; set; }
public int Noise { get; set; }
}