mirror of
https://github.com/gabehf/base46.git
synced 2026-03-09 07:28:50 -07:00
add extendend_integration for vim-illuminate (#259)
Co-authored-by: Indelog <contact@indelog.fr>
This commit is contained in:
parent
5dd42c657b
commit
733ce0f191
1 changed files with 7 additions and 0 deletions
7
lua/base46/integrations/illuminate.lua
Normal file
7
lua/base46/integrations/illuminate.lua
Normal file
|
|
@ -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…
Add table
Add a link
Reference in a new issue