Skip to content

Commit

Permalink
test: adapt to new TerminalMode default highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
mawkler committed Jun 19, 2024
1 parent 780ea1e commit 0a36188
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions tests/mode_switching_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,14 @@ local function get_current_hl()
end

local default_mode_fg_hls = {
InsertMode = 9238775,
VisualMode = 11794112,
SelectMode = 16761017,
ReplaceMode = 16572564,
CommandMode = 10935295,
-- NormalMode, TerminalMode and TerminalNormalMode have no fg color in the
-- default colorscheme
InsertMode = 9238775,
VisualMode = 11794112,
SelectMode = 16761017,
ReplaceMode = 16572564,
CommandMode = 10935295,
TerminalMode = 14738154,
-- NormalMode and TerminalNormalMode have no fg color in the default
-- colorscheme
}

--- @param expected_mode string
Expand Down

0 comments on commit 0a36188

Please sign in to comment.