diff options
| author | iamcheeseman <[email protected]> | 2026-03-12 16:45:07 -0400 |
|---|---|---|
| committer | iamcheeseman <[email protected]> | 2026-03-12 16:45:07 -0400 |
| commit | c11b02ac27e68a218ea80826765cd1631e95e6d0 (patch) | |
| tree | c0f9797e3b3ae94067eef0a4b01c0ccb36b4de02 | |
| parent | e3634a80ad29221b9fc0cc60a543027074096dd1 (diff) | |
change the theming of the ui to be a lil nicer :)
| -rw-r--r-- | src/im.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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, |
