Skip to content

Commit

Permalink
update nvdash hlgroups & make only fg colored
Browse files Browse the repository at this point in the history
  • Loading branch information
siduck committed Aug 1, 2024
1 parent d11e756 commit aadab91
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions lua/base46/integrations/nvdash.lua
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
local colors = require("base46").get_theme_tb "base_30"

return {
NvDashAscii = {
fg = colors.black,
bg = colors.blue,
},
NvDashAscii = { fg = colors.blue },
NvDashButtons = { fg = colors.light_grey },
NvDashlazy = { fg = colors.red },

NvDashButtons = {
fg = colors.white,
bg = colors.black2,
},
-- -- for those who want to set bg
-- NvDashAscii = {
-- fg = colors.black,
-- bg = colors.green,
-- },
--
-- NvDashButtons = {
-- fg = colors.white,
-- bg = colors.black2,
-- },
}

0 comments on commit aadab91

Please sign in to comment.