better lualine visual and command colors
This commit is contained in:
@@ -17,14 +17,14 @@ tokyonight.insert = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
tokyonight.command = {
|
tokyonight.command = {
|
||||||
a = { bg = colors.orange, fg = colors.bg_dark },
|
a = { bg = colors.yellow, fg = colors.bg_dark },
|
||||||
b = { bg = colors.fg_gutter, fg = colors.orange },
|
b = { bg = colors.fg_gutter, fg = colors.yellow },
|
||||||
c = c,
|
c = c,
|
||||||
}
|
}
|
||||||
|
|
||||||
tokyonight.visual = {
|
tokyonight.visual = {
|
||||||
a = { bg = colors.blue0, fg = colors.bg_dark },
|
a = { bg = colors.magenta, fg = colors.bg_dark },
|
||||||
b = { bg = colors.fg_gutter, fg = colors.blue0 },
|
b = { bg = colors.fg_gutter, fg = colors.magenta },
|
||||||
c = c,
|
c = c,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user