diff --git a/theme.lua b/theme.lua index 83059c4..b308300 100644 --- a/theme.lua +++ b/theme.lua @@ -1,3 +1,6 @@ local theme = require("default_theme") +theme.useless_gap = 4 +theme.border_width = 0 + return theme