aboutsummaryrefslogtreecommitdiff
path: root/lua/startup
diff options
context:
space:
mode:
authormax397574 <[email protected]>2021-12-23 15:33:30 +0100
committermax397574 <[email protected]>2021-12-23 15:33:30 +0100
commitf4b898cecaa7f1db1e323e20ec55b96d3ee0596c (patch)
tree881f4e667bb7d230d79c6d0ce7f2c22f46ecfae0 /lua/startup
parent11e66ab23fb404a4917a0d411aff66667b7fd86d (diff)
feat(themes): increased paddings in evil
Diffstat (limited to 'lua/startup')
-rw-r--r--lua/startup/themes/evil.lua2
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",