diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/startup/themes/default.lua | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lua/startup/themes/default.lua b/lua/startup/themes/default.lua index e01f7da..30fda3a 100644 --- a/lua/startup/themes/default.lua +++ b/lua/startup/themes/default.lua @@ -49,10 +49,7 @@ local settings = { mapping_keys = true, empty_lines_between_mappings = true, oldfiles_amount = 5, - padding = { - header_body = 3, - body_footer = 4, - }, + paddings = { 3, 4 }, }, colors = { background = "#1f2227", |