InfOS/Libraries/config.lua
Sampsa c5afc10bff Rename configuration.lua to match calls to it
Add a limit of 20 to displayed TPS
2020-10-31 21:05:49 +02:00

7 lines
322 B
Lua

machineBackground = 0x121010; progressBackground = 0x272c2e
labelColour = 0xFF00FF;
errorColour = 0xFF0000;
idleColour = 0xb300ff; workingColour = 0x00a6ff
positiveEUColour = 0x00CC00; negativeEUColour = 0xCC0000
timeColour = 0x5500FF; textColor = 0x000000
hudColour = 0x1E1E28;