dash styling
This commit is contained in:
parent
4028fad327
commit
9a0bbde583
2 changed files with 18 additions and 11 deletions
|
@ -36,7 +36,7 @@ M.ui = {
|
|||
" ██ ██ █████ █████████████ ████ ████████████████ ",
|
||||
" ████ ███████████████ █████████ ████ █████ ██████ ████ ",
|
||||
" ██████ ██████ ███ █████████ ████ █████ █████ ████ ",
|
||||
"████████ ███████████████████ ████ ████ █████ ████ ████",
|
||||
" ████████ ███████████████████ ████ ████ █████ ████ ████ ",
|
||||
" ",
|
||||
" 🛠️ Sharp tools make good work 🖥️ ",
|
||||
},
|
||||
|
@ -70,5 +70,4 @@ local get_info = function()
|
|||
return buf
|
||||
end
|
||||
M.ui.nvdash.buttons = get_info()
|
||||
|
||||
return M
|
||||
|
|
|
@ -9,6 +9,14 @@ M.override = {
|
|||
Comment = {
|
||||
italic = true,
|
||||
},
|
||||
NvDashAscii = {
|
||||
fg = "#b33366",
|
||||
bg = "#1a1a1a",
|
||||
},
|
||||
NvDashButtons = {
|
||||
fg = "White",
|
||||
bg = "#241e1e",
|
||||
},
|
||||
}
|
||||
|
||||
---@type HLTable
|
||||
|
|
Loading…
Add table
Reference in a new issue