Add multi-comp edit color for high-contrast dark theme

This commit is contained in:
SiboVG 2023-09-24 22:36:13 +02:00
parent 65a68bdfd3
commit 4f8611ac58

View File

@ -679,6 +679,11 @@ public class UITheme {
return new Color(149, 186, 255, 127);
}
@Override
public Color getMultiCompEditColor() {
return new Color(255, 165, 200);
}
@Override
public String getDefaultBodyComponentColor() {
return "150,175,255";