aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoriamcheeseman <[email protected]>2026-03-12 16:45:07 -0400
committeriamcheeseman <[email protected]>2026-03-12 16:45:07 -0400
commitc11b02ac27e68a218ea80826765cd1631e95e6d0 (patch)
treec0f9797e3b3ae94067eef0a4b01c0ccb36b4de02 /src
parente3634a80ad29221b9fc0cc60a543027074096dd1 (diff)
change the theming of the ui to be a lil nicer :)
Diffstat (limited to 'src')
-rw-r--r--src/im.lua6
1 files 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,