feat: darker sidebars

This commit is contained in:
Folke Lemaitre
2021-04-20 12:19:20 +02:00
parent b7e7b8c163
commit a425e02942
5 changed files with 59 additions and 53 deletions

View File

@@ -11,8 +11,8 @@ tokyonight.normal = {
}
tokyonight.insert = {
a = { bg = colors.green3, fg = colors.bg_dark },
b = { bg = colors.fg_gutter, fg = colors.green3 },
a = { bg = colors.green, fg = colors.bg_dark },
b = { bg = colors.fg_gutter, fg = colors.green },
c = c,
}
@@ -23,8 +23,8 @@ tokyonight.command = {
}
tokyonight.visual = {
a = { bg = colors.magenta, fg = colors.bg_dark },
b = { bg = colors.fg_gutter, fg = colors.magenta },
a = { bg = colors.blue0, fg = colors.fg },
b = { bg = colors.fg_gutter, fg = colors.fg },
c = c,
}