From c11b02ac27e68a218ea80826765cd1631e95e6d0 Mon Sep 17 00:00:00 2001 From: iamcheeseman Date: Thu, 12 Mar 2026 16:45:07 -0400 Subject: change the theming of the ui to be a lil nicer :) --- src/im.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/im.lua b/src/im.lua index bd3f021..2737ed5 100644 --- a/src/im.lua +++ b/src/im.lua @@ -1,11 +1,11 @@ im = { cols = { - title_bar = {0.15, 0.15, 0.15}, + title_bar = {0.35, 0.35, 0.75}, border = {0.1, 0.1, 0.1}, bg = {0.2, 0.2, 0.2}, - hover = {0.3, 0.3, 0.3}, + hover = {0.5, 0.5, 0.75}, active = {0.15, 0.15, 0.15}, - title_text = {0.5, 0.5, 0.5}, + title_text = {0.20, 0.16, 0.35}, text = {0.8, 0.8, 0.8}, }, padding = 1, -- cgit v1.3-2-g0d8e