mirror of
https://github.com/refactorinqq/SLC-1.8.9.git
synced 2024-11-10 08:11:31 +01:00
Update Theme.java
This commit is contained in:
parent
64aa4db96c
commit
d1f740d0d5
@ -7,7 +7,7 @@ import java.awt.*;
|
||||
public class Theme {
|
||||
public static Color backgroundColor() {
|
||||
if(Client.getInstance().getGlobalSettings() != null && Client.getInstance().getGlobalSettings().isLite()) {
|
||||
return new Color(0, 0, 0, 160);
|
||||
return new Color(0, 0, 0, 180);
|
||||
}
|
||||
return new Color(20, 20, 20);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user