Skip to content

Commit

Permalink
fix(lualine): remove wrong var
Browse files Browse the repository at this point in the history
  • Loading branch information
PunGrumpy committed Nov 28, 2023
1 parent 53d03cd commit 3abd96e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lua/lualine/themes/dullahan.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,22 +11,18 @@ dullahan.normal = {

dullahan.insert = {
a = { bg = colors.green, fg = colors.black },
b = { bg = colors.fg_gutter, fg = colors.green },
}

dullahan.command = {
a = { bg = colors.yellow, fg = colors.black },
b = { bg = colors.fg_gutter, fg = colors.yellow },
}

dullahan.visual = {
a = { bg = colors.magenta, fg = colors.black },
b = { bg = colors.fg_gutter, fg = colors.magenta },
}

dullahan.replace = {
a = { bg = colors.red, fg = colors.black },
b = { bg = colors.fg_gutter, fg = colors.red },
}

dullahan.terminal = {
Expand Down

0 comments on commit 3abd96e

Please sign in to comment.