Skip to content

Commit

Permalink
remove unused fallbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
mvllow committed Apr 26, 2022
1 parent 8608045 commit 4e69c2a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lua/modes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,11 @@ end

M.define = function()
default_colors = {
cursor_line = utils.get_bg('CursorLine', 'CursorLine'),
cursor_line_nr = utils.get_bg('CursorLineNr', 'CursorLineNr'),
mode_msg = utils.get_fg('ModeMsg', 'ModeMsg'),
normal = utils.get_bg('Normal', 'Normal'),
visual = utils.get_bg('Visual', 'Visual'),
cursor_line = utils.get_bg('CursorLine'),
cursor_line_nr = utils.get_bg('CursorLineNr'),
mode_msg = utils.get_fg('ModeMsg'),
normal = utils.get_bg('Normal'),
visual = utils.get_bg('Visual'),
}
colors = {
copy = config.colors.copy or utils.get_bg('ModesCopy', '#f5c359'),
Expand Down

0 comments on commit 4e69c2a

Please sign in to comment.