Closed comiluv closed 1 year ago
Describe the bug I can't get the Doom theme that's shown on the README.md as below screenshot:
To Reproduce Steps to reproduce the behavior:
{ "glepnir/dashboard-nvim", event = "VimEnter", dependencies = "nvim-tree/nvim-web-devicons", },
local db=require'dashboard' db.setup({ theme = 'doom', config = { header = {}, --your header center = { { icon = ' ', icon_hl = 'Title', desc = 'Find File ', desc_hl = 'String', key = 'b', keymap = 'SPC f f', key_hl = 'Number', action = 'lua print(2)' }, { icon = ' ', desc = 'Find Dotfiles', key = 'f', keymap = 'SPC f d', action = 'lua print(3)' }, }, footer = {} --your footer } })
Expected behavior
What actually happens
Notes I also tried removing header table from config table but result looks like below:
Copying the first header from https://github.com/glepnir/dashboard-nvim/wiki/Ascii-Header-Text resulted in below screenshot
change a terminal and rainbow you need install lolcat
Describe the bug I can't get the Doom theme that's shown on the README.md as below screenshot:
To Reproduce Steps to reproduce the behavior:
Expected behavior
What actually happens
Notes I also tried removing header table from config table but result looks like below: