Use more legible warning colors
This commit is contained in:
parent
861fdf5454
commit
a7ed5fcc0a
@ -611,12 +611,12 @@ public class UITheme {
|
||||
|
||||
@Override
|
||||
public Color getWarningColor() {
|
||||
return new Color(255, 162, 162);
|
||||
return new Color(255, 173, 173);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Color getDarkWarningColor() {
|
||||
return new Color(238, 125, 125);
|
||||
return new Color(255, 178, 178);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user