dash styling
This commit is contained in:
parent
4028fad327
commit
f13aabd880
|
@ -36,7 +36,7 @@ M.ui = {
|
||||||
" ██ ██ █████ █████████████ ████ ████████████████ ",
|
" ██ ██ █████ █████████████ ████ ████████████████ ",
|
||||||
" ████ ███████████████ █████████ ████ █████ ██████ ████ ",
|
" ████ ███████████████ █████████ ████ █████ ██████ ████ ",
|
||||||
" ██████ ██████ ███ █████████ ████ █████ █████ ████ ",
|
" ██████ ██████ ███ █████████ ████ █████ █████ ████ ",
|
||||||
"████████ ███████████████████ ████ ████ █████ ████ ████",
|
" ████████ ███████████████████ ████ ████ █████ ████ ████ ",
|
||||||
" ",
|
" ",
|
||||||
" 🛠️ Sharp tools make good work 🖥️ ",
|
" 🛠️ Sharp tools make good work 🖥️ ",
|
||||||
},
|
},
|
||||||
|
@ -56,7 +56,7 @@ local get_info = function()
|
||||||
{ " Bookmarks", ";fm", "Telescope marks" },
|
{ " Bookmarks", ";fm", "Telescope marks" },
|
||||||
{ " Theme: " .. M.ui.theme, ";th", "Telescope themes" },
|
{ " Theme: " .. M.ui.theme, ";th", "Telescope themes" },
|
||||||
{
|
{
|
||||||
" toggle Theme: " .. M.ui.theme,
|
" Toggle Theme",
|
||||||
"<space>th",
|
"<space>th",
|
||||||
function()
|
function()
|
||||||
require("base46").toggle_theme()
|
require("base46").toggle_theme()
|
||||||
|
@ -70,5 +70,4 @@ local get_info = function()
|
||||||
return buf
|
return buf
|
||||||
end
|
end
|
||||||
M.ui.nvdash.buttons = get_info()
|
M.ui.nvdash.buttons = get_info()
|
||||||
|
|
||||||
return M
|
return M
|
||||||
|
|
|
@ -9,6 +9,14 @@ M.override = {
|
||||||
Comment = {
|
Comment = {
|
||||||
italic = true,
|
italic = true,
|
||||||
},
|
},
|
||||||
|
NvDashAscii = {
|
||||||
|
fg = "#b33366",
|
||||||
|
bg = "#1a1a1a",
|
||||||
|
},
|
||||||
|
NvDashButtons = {
|
||||||
|
fg = "White",
|
||||||
|
bg = "#241e1e",
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
---@type HLTable
|
---@type HLTable
|
||||||
|
|
Loading…
Reference in New Issue