helix-editor / helix

A post-modern modal text editor.
https://helix-editor.com
Mozilla Public License 2.0
33.69k stars 2.5k forks source link

ui.highlight fg are ignored #11141

Open Lishen1 opened 4 months ago

Lishen1 commented 4 months ago

Summary

setting "ui.highlight" = {fg = "black", bg = "yellow"} bg is applied but fg is not. so highlighted text color is not changed that make is unreadable in some cases

Reproduction Steps

I tried this: 1. `hx` I expected this to happen: Instead, this happened: ### Helix log _No response_ ### Platform Windows/Linux ### Terminal Emulator Alacritty, Windows Terminal ### Installation Method winget ### Helix Version helix 24.3 (2cadec0b)
mesmere commented 2 months ago

Same issue here, some more detailed repro-

"ui.highlight" = { fg = "ui_highlight_line_text", bg = "ui_highlight_line" }

Ctrl+S to save a cursor to the jumplist, then \ j to open the jumplist picker.

screenshot