aboutsummaryrefslogtreecommitdiff
path: root/src/im.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/im.lua')
-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,