Skip to content

Commit 49a0ed5

Browse files
committed
2 parents 62e4bff + 5b5d634 commit 49a0ed5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

core/assets/usersettings.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
skin/ui-blue.atlas
22
skin/ui-blue.atlas
3-
Gray
3+
Gruvbox
44
8000.0
55
8000.0
66
60

core/src/com/amhsrobotics/circuitsim/utility/DeviceUtil.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,21 +99,21 @@ public static int getNewHardwareID() {
9999
//WIRE COLORS
100100
put("Nord", new Color(46 / 255f, 52 / 255f, 64 / 255f,1));
101101
put("Dark", new Color(30/255f, 30/255f, 35/255f, 1));
102-
put("Gruvbox", new Color(102/255f, 92/255f, 84/255f, 1));
103102
put("Midnight", new Color(5/255f, 5/255f, 10/255f, 1));
104103
put("Light", new Color(230/255f, 230/255f, 240/255f, 1));
105104
put("Light Gray", new Color(180/255f, 180/255f, 190/255f, 1));
106105
put("Gray", new Color(130/255f, 130/255f, 140/255f, 1));
106+
put("Gruvbox", new Color(102/255f, 92/255f, 84/255f, 1));
107107
}};
108108

109109
public static final LinkedHashMap<String, Color> SNAPGRID_COLORS = new LinkedHashMap<String, Color>() {{
110110
//WIRE COLORS
111111
put("Nord", new Color(0 / 255f, 0 / 255f, 30 / 255f,1));
112112
put("Dark", new Color(60/255f, 60/255f, 65/255f, 1));
113-
put("Gruvbox", new Color(60/255f, 60/255f, 65/255f, 1));
114113
put("Midnight", new Color(35/255f, 35/255f, 40/255f, 1));
115114
put("Light", new Color(185/255f, 185/255f, 195/255f, 1));
116115
put("Light Gray", new Color(140/255f, 140/255f, 150/255f, 1));
117116
put("Gray", new Color(90/255f, 90/255f, 100/255f, 1));
117+
put("Gruvbox", new Color(60/255f, 60/255f, 65/255f, 1));
118118
}};
119119
}

0 commit comments

Comments
 (0)