diff options
author | max397574 <[email protected]> | 2021-11-06 10:27:33 +0100 |
---|---|---|
committer | max397574 <[email protected]> | 2021-11-06 10:27:33 +0100 |
commit | 439e78847c7667e791c09be59c95d79dd8e3733a (patch) | |
tree | 0bd5c41e681c9f597af4257eec2c5bff6210fd0f /lua/startup/themes/evil_startup.lua | |
parent | 67e1af348314df7dc020a6ac0fa02b69ff99afea (diff) |
feat(themes): ✨use all options and make themes nicer
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", |