diff options
author | max397574 <[email protected]> | 2021-12-17 12:32:26 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-12-17 12:32:26 +0100 |
commit | 51bd5f8b6c34dffa272e30713e78ca4a899f65a2 (patch) | |
tree | d77284f37e144830afa40adb2140213c5aa63d6f /lua/startup/themes/evil.lua | |
parent | 605a010655ccfa9449d436ffe76258660778465c (diff) |
feat(themes): improved how they look
Diffstat (limited to 'lua/startup/themes/evil.lua')
-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 9127758..cea1c42 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 = { 0, 1, 1, 1, 1, 1, 1 }, + paddings = { 2, 1, 1, 1, 1, 1, 1 }, }, colors = { background = "#1f2227", |