diff options
author | max397574 <[email protected]> | 2021-10-19 18:20:24 +0200 |
---|---|---|
committer | max397574 <[email protected]> | 2021-10-19 18:20:24 +0200 |
commit | 4d85a514ad7a0fee4394643b90eacd87aae00c4b (patch) | |
tree | 972fcad72c0393be72710f211bccbf2f4fe2e71e /lua/startup/themes | |
parent | 1571c84711eab63986ad7ccd1fccf649721bd988 (diff) |
fix(themes): 🐛added parts option to allow more parts
Diffstat (limited to 'lua/startup/themes')
-rw-r--r-- | lua/startup/themes/default.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/startup/themes/default.lua b/lua/startup/themes/default.lua index f799733..e01f7da 100644 --- a/lua/startup/themes/default.lua +++ b/lua/startup/themes/default.lua @@ -57,5 +57,6 @@ local settings = { colors = { background = "#1f2227", }, + parts = { "header", "body", "footer" }, } return settings |