mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 23:48:16 -07:00
add hl groups for nvcheatsheet
This commit is contained in:
parent
3d4ca78877
commit
895523ead8
1 changed files with 19 additions and 0 deletions
19
lua/base46/integrations/nvcheatsheet.lua
Normal file
19
lua/base46/integrations/nvcheatsheet.lua
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue