diff options
Diffstat (limited to 'lua/startup/themes/evil_startup.lua')
-rw-r--r-- | lua/startup/themes/evil_startup.lua | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lua/startup/themes/evil_startup.lua b/lua/startup/themes/evil_startup.lua index 1c5878b..bed5861 100644 --- a/lua/startup/themes/evil_startup.lua +++ b/lua/startup/themes/evil_startup.lua @@ -53,7 +53,7 @@ local settings = { title = "Oldfiles of Directory", margin = 5, content = {}, - highlight = "TSString", + highlight = "String", default_color = "#FFFFFF", command = "", oldfiles_amount = 5, @@ -111,6 +111,7 @@ local settings = { }, colors = { background = "#1f2227", + folded_section = "#56b6c2", }, parts = { "header", |