mirror of https://github.com/gabehf/base46.git
add extendend_integration for vim-illuminate (#259)
Co-authored-by: Indelog <contact@indelog.fr>v2.5
parent
5dd42c657b
commit
733ce0f191
@ -0,0 +1,7 @@
|
|||||||
|
local colors = require("base46").get_theme_tb "base_30"
|
||||||
|
|
||||||
|
return {
|
||||||
|
IlluminatedWordText = { bold = true, reverse = true },
|
||||||
|
IlluminatedWordRead = { bold = true, reverse = true },
|
||||||
|
IlluminatedWordWrite = { bold = true, reverse = true },
|
||||||
|
}
|
||||||
Loading…
Reference in new issue