diff options
Diffstat (limited to 'colors/duorand.lua')
-rw-r--r-- | colors/duorand.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/colors/duorand.lua b/colors/duorand.lua index dabde42..3a5bdd7 100644 --- a/colors/duorand.lua +++ b/colors/duorand.lua @@ -6,7 +6,8 @@ math.randomseed(os.time()) local color = { math.random(90, 255), math.random(90, 255), - math.random(90, 255) + math.random(90, 255), + 255 } style.background = { common.color "#151515" } |