mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
add nvdash integration
This commit is contained in:
parent
895523ead8
commit
c82a717975
1 changed files with 13 additions and 0 deletions
13
lua/base46/integrations/nvdash.lua
Normal file
13
lua/base46/integrations/nvdash.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
NvDashAscii = {
|
||||
fg = colors.black,
|
||||
bg = colors.blue,
|
||||
},
|
||||
|
||||
NvDashButtons = {
|
||||
fg = colors.white,
|
||||
bg = colors.black2,
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue