adding initial base config from astrovim
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
return {
|
||||
LightspeedLabel = { fg = C.red_3, underline = true },
|
||||
LightspeedLabelOverlapped = { fg = C.blue, underline = true },
|
||||
LightspeedLabelDistant = { fg = C.red_1, underline = true },
|
||||
LightspeedLabelDistantOverlapped = { fg = C.blue_1, underline = true },
|
||||
LightspeedShortcut = { fg = C.black, bg = C.red_3, bold = true, underline = true },
|
||||
LightspeedShortcutOverlapped = { fg = C.black, bg = C.blue, bold = true, underline = true },
|
||||
LightspeedMaskedChar = { fg = C.green_1 },
|
||||
LightspeedGreyWash = { fg = C.grey_2, bg = C.none },
|
||||
LightspeedUnlabeledMatch = { fg = C.white, bold = true },
|
||||
LightspeedOneCharMatch = { fg = C.green, bg = C.red_3, bold = true },
|
||||
LightspeedUniqueChar = { fg = C.white, bold = true },
|
||||
LightspeedPendingOpArea = { fg = C.yellow },
|
||||
}
|
||||
Reference in New Issue
Block a user