diff options
author | Christian Chiarulli <[email protected]> | 2022-11-04 12:57:24 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2022-11-04 12:57:24 -0400 |
commit | 5ba80b10cf5b413d993435432d8c43a83511ce30 (patch) | |
tree | b316b50127be0620497bbad597f900a570e5d3b7 /lua/lvim/core/alpha/dashboard.lua | |
parent | e10a8cca56e19692cf89498811bc89393fdb68e1 (diff) |
feat: use our own colorscheme, decouple from tokyonight (#3378)
Co-authored-by: kylo252 <[email protected]>
Diffstat (limited to 'lua/lvim/core/alpha/dashboard.lua')
-rw-r--r-- | lua/lvim/core/alpha/dashboard.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/lvim/core/alpha/dashboard.lua b/lua/lvim/core/alpha/dashboard.lua index 5e73206f..e6e1fb5a 100644 --- a/lua/lvim/core/alpha/dashboard.lua +++ b/lua/lvim/core/alpha/dashboard.lua @@ -108,7 +108,7 @@ function M.get_sections() if status_ok then local function button(sc, txt, keybind, keybind_opts) local b = dashboard.button(sc, txt, keybind, keybind_opts) - b.opts.hl_shortcut = "Macro" + b.opts.hl_shortcut = "Include" return b end buttons = { |