[lua] Reindex primary colors

wilder/palette-rebase
Jacopo De Simoi 5 years ago committed by Jacopo De Simoi
parent 1b883934db
commit f119c34167
  1. 4
      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

Loading…
Cancel
Save