diff options
author | max397574 <[email protected]> | 2021-10-19 18:55:57 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-19 18:55:57 +0200 |
commit | 48d73d0de307771ea60d0b52d4c513c5643357a0 (patch) | |
tree | 1cd6aef149c92402a918890228cbb66e7cae566c /lua/startup | |
parent | b64a3a0e5ad0fd1006b6e30c553e9c5dac4a6058 (diff) |
fix(thems): 🐛updated paddings to new format
Diffstat (limited to 'lua/startup')
-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", |