From a1191a3019f5195d02170a5f1f0b67fccee60e92 Mon Sep 17 00:00:00 2001 From: max397574 Date: Thu, 7 Oct 2021 16:30:32 +0200 Subject: =?UTF-8?q?feat(plugin):=20=E2=9C=A8more=20buildingblocks=20and=20?= =?UTF-8?q?some=20improvements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/startup/themes/default.lua | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'lua/startup/themes/default.lua') diff --git a/lua/startup/themes/default.lua b/lua/startup/themes/default.lua index 3c7fc07..62d1848 100644 --- a/lua/startup/themes/default.lua +++ b/lua/startup/themes/default.lua @@ -3,7 +3,7 @@ local settings = { header = { type = "text", align = "center", - padding = 5, + margin = 5, content = { " /$$ ", " |__/ ", @@ -22,7 +22,7 @@ local settings = { body = { type = "mapping", align = "center", - padding = 5, + margin = 5, content = { [" Find File"] = { "Telescope find_files", "ff" }, [" Find Word"] = { "Telescope live_grep", "lg" }, @@ -38,7 +38,7 @@ local settings = { footer = { type = "text", align = "center", - padding = 5, + margin = 5, content = { "startup.nvim" }, highlight = "TSString", default_color = "#FFFFFF", @@ -48,8 +48,10 @@ local settings = { options = { mapping_keys = true, empty_lines_between_mappings = true, - gap1 = 3, - gap2 = 4, + padding = { + header_body = 3, + body_footer = 4, + }, }, colors = { background = "#1f2227", -- cgit v1.2.3