Skip to content

Commit

Permalink
changed lualine VISUAL mode to magenta
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Apr 20, 2021
1 parent f12af30 commit 666ebba
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions lua/lualine/themes/tokyonight.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,21 @@ tokyonight.normal = {
tokyonight.insert = {
a = { bg = colors.green, fg = colors.bg_dark },
b = { bg = colors.fg_gutter, fg = colors.green },
c = c,
}

tokyonight.command = {
a = { bg = colors.yellow, fg = colors.bg_dark },
b = { bg = colors.fg_gutter, fg = colors.yellow },
c = c,
}

tokyonight.visual = {
a = { bg = colors.blue0, fg = colors.fg },
b = { bg = colors.fg_gutter, fg = colors.fg },
c = c,
a = { bg = colors.magenta, fg = colors.bg_dark },
b = { bg = colors.fg_gutter, fg = colors.magenta },
}

tokyonight.replace = {
a = { bg = colors.red, fg = colors.bg_dark },
b = { bg = colors.fg_gutter, fg = colors.red },
c = c,
}

tokyonight.inactive = {
Expand Down

0 comments on commit 666ebba

Please sign in to comment.