mirror of https://github.com/gabehf/base46.git
parent
3d4ca78877
commit
895523ead8
@ -0,0 +1,19 @@
|
||||
local colors = require("base46").get_theme_tb "base_30"
|
||||
|
||||
return {
|
||||
|
||||
NvChHeading = {
|
||||
fg = colors.black,
|
||||
bg = colors.blue,
|
||||
bold = true,
|
||||
},
|
||||
|
||||
NvChSection = {
|
||||
bg = colors.black2,
|
||||
},
|
||||
|
||||
NvChAsciiHeader = {
|
||||
fg = colors.blue,
|
||||
bg = colors.black2,
|
||||
},
|
||||
}
|
||||
Loading…
Reference in new issue