neovim/test/functional/terminal
Evgeni Chasnovski 574519d9d6 feat(highlight): tweak default color scheme
Problem: Updating default color scheme produced some feedback.

Solution: Address the feedback.

Outline of the changes:

- Colors `Grey1` and `Grey2` are made a little bit more extreme (dark -
  darker, light - lighter) to increase overall contrast.

- `gui` colors are treated as base with `cterm` colors falling back to
  using 0-15 colors which come from terminal emulator.

- Update highlight group definition to not include attribute definition
  if it is intended to staty uncolored.

- Tweak some specific highlight groups.

- Add a list of Neovim specific highlight groups which are now defined
  differently in a breaking way.

- Minor tweaks in several other places related to default color scheme.
2023-12-16 14:43:03 +01:00
..
altscreen_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
api_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
buffer_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
channel_spec.lua test(nvim_open_term): don't resize after creating terminal (#26570) 2023-12-14 16:41:08 +08:00
cursor_spec.lua feat(highlight): tweak default color scheme 2023-12-16 14:43:03 +01:00
edit_spec.lua test(windows): unskip working tests (#25153) 2023-09-15 16:33:26 +08:00
ex_terminal_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
helpers.lua test: forward $VIMRUNTIME in child nvim instances 2023-12-07 11:54:22 -08:00
highlight_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
mouse_spec.lua fix(terminal): keep focus when scrolling number column of another window (#25848) 2023-10-31 15:23:20 +08:00
scrollback_spec.lua feat(nvim_open_term): convert LF => CRLF (#26384) 2023-12-14 16:08:00 +08:00
tui_spec.lua fix(tui): don't forget to update cursor visibility (#26523) 2023-12-12 09:44:46 +08:00
window_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00
window_split_tab_spec.lua test: avoid repeated screen lines in expected states 2023-12-09 22:15:02 +08:00