Editor chrome colors: background, foreground, tilde lines, split borders, cursorline, nav-flash, highlight/selection.
Summary
Types
@type t() :: %MingaEditor.UI.Theme.Editor{ bg: MingaEditor.UI.Theme.color(), cursorline_bg: MingaEditor.UI.Theme.color() | nil, fg: MingaEditor.UI.Theme.color(), highlight_read_bg: MingaEditor.UI.Theme.color() | nil, highlight_write_bg: MingaEditor.UI.Theme.color() | nil, nav_flash_bg: MingaEditor.UI.Theme.color() | nil, selection_bg: MingaEditor.UI.Theme.color() | nil, split_border_fg: MingaEditor.UI.Theme.color(), tilde_fg: MingaEditor.UI.Theme.color() }