From cd1f142003966fcfcbb23dcc6e381d6d6e465cfd Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Sun, 27 Dec 2020 08:29:41 +0100 Subject: [PATCH] Add theme.lua contents --- theme.lua | 3 +++ 1 file changed, 3 insertions(+) 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