aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/io/polyfrost/oneconfig/config/OneConfigConfig.java
diff options
context:
space:
mode:
authornextdaydelivery <79922345+nxtdaydelivery@users.noreply.github.com>2022-04-30 11:54:24 +0100
committernextdaydelivery <79922345+nxtdaydelivery@users.noreply.github.com>2022-04-30 11:54:24 +0100
commit026aebb4748747f08d5088947056a75740550b17 (patch)
tree23583932e47825a91250ff60807d8a201b9557c3 /src/main/java/io/polyfrost/oneconfig/config/OneConfigConfig.java
parent78fab84df48759e8968c477924b4bcc3b81e6cee (diff)
downloadOneConfig-026aebb4748747f08d5088947056a75740550b17.tar.gz
OneConfig-026aebb4748747f08d5088947056a75740550b17.tar.bz2
OneConfig-026aebb4748747f08d5088947056a75740550b17.zip
config elements
Diffstat (limited to 'src/main/java/io/polyfrost/oneconfig/config/OneConfigConfig.java')
-rw-r--r--src/main/java/io/polyfrost/oneconfig/config/OneConfigConfig.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/java/io/polyfrost/oneconfig/config/OneConfigConfig.java b/src/main/java/io/polyfrost/oneconfig/config/OneConfigConfig.java
index 955f7a4..d812f89 100644
--- a/src/main/java/io/polyfrost/oneconfig/config/OneConfigConfig.java
+++ b/src/main/java/io/polyfrost/oneconfig/config/OneConfigConfig.java
@@ -11,6 +11,7 @@ import java.nio.file.Files;
import java.nio.file.Paths;
public class OneConfigConfig extends Config {
+
public static String currentProfile = "Default Profile";
// TODO i dont know how this works so this is just gonna be here for now
@@ -33,6 +34,8 @@ public class OneConfigConfig extends Config {
public static final int BLUE_600 = new Color(20, 82, 204, 255).getRGB(); // Blue 600 // button blue normal
public static final int BLUE_600_80 = new Color(20, 82, 204, 204).getRGB(); // Blue 600 80% // button blue click
public static final int BLUE_500 = new Color(25, 103, 255, 255).getRGB(); // Blue 500 // button blue hover
+ public static final int BLUE_400 = new Color(48, 129, 242, 255).getRGB();
+ public static final int BLUE_400_80 = new Color(48, 129, 242, 204).getRGB();
public static final int WHITE_50 = new Color(255, 255, 255, 127).getRGB(); // White 60%
public static final int WHITE_60 = new Color(255, 255, 255, 153).getRGB(); // White 60%
public static final int WHITE_80 = new Color(255, 255, 255, 204).getRGB(); // White 80%