diff options
author | max397574 <[email protected]> | 2021-12-23 15:33:30 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-23 15:33:30 +0100 |
commit | f4b898cecaa7f1db1e323e20ec55b96d3ee0596c (patch) | |
tree | 881f4e667bb7d230d79c6d0ce7f2c22f46ecfae0 /lua/startup | |
parent | 11e66ab23fb404a4917a0d411aff66667b7fd86d (diff) |
feat(themes): increased paddings in evil
Diffstat (limited to 'lua/startup')
-rw-r--r-- | lua/startup/themes/evil.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/startup/themes/evil.lua b/lua/startup/themes/evil.lua index 3471329..d401773 100644 --- a/lua/startup/themes/evil.lua +++ b/lua/startup/themes/evil.lua @@ -105,7 +105,7 @@ local settings = { cursor_column = 0.5, empty_lines_between_mappings = true, disable_statuslines = true, - paddings = { 2, 1, 1, 1, 1, 1, 1 }, + paddings = { 2, 2, 2, 2, 2, 2, 2 }, }, colors = { background = "#1f2227", |