diff --git a/plugins/ColorCycle/main.lua b/plugins/ColorCycle/main.lua index 6a22f603..3d13257f 100644 --- a/plugins/ColorCycle/main.lua +++ b/plugins/ColorCycle/main.lua @@ -14,9 +14,9 @@ end -- modify to your needs local colorList = { {"chalk", 0x969696}, + {"yellow", 0xb58900}, {"blue", 0x268bd2}, - {"red", 0xdc322f}, - {"yellow", 0xb58900} + {"red", 0xdc322f} } -- start with first color