dash styling

This commit is contained in:
Christoph J. Scherr 2024-01-20 20:04:02 +01:00
parent 4028fad327
commit f13aabd880
Signed by: PlexSheep
GPG Key ID: 7CDD0B14851A08EF
2 changed files with 19 additions and 12 deletions

View File

@ -56,7 +56,7 @@ local get_info = function()
{ " Bookmarks", ";fm", "Telescope marks" },
{ " Theme: " .. M.ui.theme, ";th", "Telescope themes" },
{
"toggle Theme: " .. M.ui.theme,
"Toggle Theme",
"<space>th",
function()
require("base46").toggle_theme()
@ -70,5 +70,4 @@ local get_info = function()
return buf
end
M.ui.nvdash.buttons = get_info()
return M

View File

@ -9,6 +9,14 @@ M.override = {
Comment = {
italic = true,
},
NvDashAscii = {
fg = "#b33366",
bg = "#1a1a1a",
},
NvDashButtons = {
fg = "White",
bg = "#241e1e",
},
}
---@type HLTable