diff options
Diffstat (limited to 'lua/startup/themes/startify.lua')
-rw-r--r-- | lua/startup/themes/startify.lua | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/lua/startup/themes/startify.lua b/lua/startup/themes/startify.lua index ec2612e..dac4ca3 100644 --- a/lua/startup/themes/startify.lua +++ b/lua/startup/themes/startify.lua @@ -1,4 +1,5 @@ -local settings = { +local settings = require "startup.themes.default" +settings = { header = { type = "text", align = "left", @@ -19,6 +20,9 @@ local settings = { body_footer = 2, }, }, + colors = { + background = "#1f2227", + }, } return settings |