diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-04-02 23:56:17 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-04-02 23:56:17 +0200 |
| commit | a7a3a5c557fbbd4f7a365843c73a4eec5c29fada (patch) | |
| tree | 2c4d8374317d01cda420c9487bd101885e2f0101 /.config/nvim/lua/plugins/dashboard.lua | |
| parent | 2527be3fc9980c2cc2bb6a847a1dd5c02c92702e (diff) | |
| parent | a5bd4983f244eade6ff30ede94245406d1fab62c (diff) | |
| download | dotfiles-a7a3a5c557fbbd4f7a365843c73a4eec5c29fada.tar.gz dotfiles-a7a3a5c557fbbd4f7a365843c73a4eec5c29fada.zip | |
Merge commit '03f87c4ea01c77a302096e2db62383d12aeec31b'
Diffstat (limited to '.config/nvim/lua/plugins/dashboard.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/dashboard.lua | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.config/nvim/lua/plugins/dashboard.lua b/.config/nvim/lua/plugins/dashboard.lua index c6c610d..b288f46 100644 --- a/.config/nvim/lua/plugins/dashboard.lua +++ b/.config/nvim/lua/plugins/dashboard.lua @@ -73,10 +73,3 @@ db.setup({ -- footer = {} --your footer }) ---vim.cmd([[ --- autocmd FileType dashboard :highlight DashboardHeader guifg='#b2b2b2' --- autocmd FileType dashboard :highlight DashboardCenter guifg='#5f8700' --- autocmd FileType dashboard :highlight DashboardCenterIcon guifg='#0087af' --- autocmd FileType dashboard :highlight DashboardShortCut guifg='#ffd7ff' --- autocmd FileType dashboard :highlight DashboardFooter guifg='#878787' ---]]) |
