mirror of
https://github.com/Keyitdev/dotfiles.git
synced 2026-09-24 01:52:09 +00:00
7 lines
168 B
Lua
7 lines
168 B
Lua
return {
|
|
HopNextKey = { fg = C.red, bold = true },
|
|
HopNextKey1 = { fg = C.cyan, bold = true },
|
|
HopNextKey2 = { fg = C.blue },
|
|
HopUnmatched = { fg = C.grey },
|
|
}
|