Add multi-comp edit color for high-contrast dark theme
This commit is contained in:
parent
65a68bdfd3
commit
4f8611ac58
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user