From 2f3db27769997a8e3f96e64c41967c4feb9150f1 Mon Sep 17 00:00:00 2001 From: rodel77 Date: Thu, 5 Apr 2018 18:07:37 -0500 Subject: [PATCH] Updated to love 11.0 --- theme.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/theme.lua b/theme.lua index 71081fa..7981c21 100644 --- a/theme.lua +++ b/theme.lua @@ -6,9 +6,9 @@ local theme = {} theme.cornerRadius = 4 theme.color = { - normal = {bg = { 66, 66, 66}, fg = {188,188,188}}, - hovered = {bg = { 50,153,187}, fg = {255,255,255}}, - active = {bg = {255,153, 0}, fg = {225,225,225}} + normal = {bg = { 0.25, 0.25, 0.25}, fg = {0.73,0.73,0.73}}, + hovered = {bg = { 0.19,0.6,0.73}, fg = {1,1,1}}, + active = {bg = {1,0.6, 0}, fg = {1,1,1}} }