LAI55ZN5SFX5TTDZNQBXMWJFXWSVFR6GG6RVPDT7AE7H2VMAAW3QC // genAttrs [ "ui.selection" "ui.selection.primary" ] (const {bg = if theme.is_dark then "#707070" else "#E0E0E0";})
# Comments.// mkFgStyle [ "comment" ] (if theme.is_dark then "#909090" else "#C0C0C0")# Selections.// mkBgStyle [ "ui.selection" "ui.selection.primary" ] (if theme.is_dark then "#707070" else "#E0E0E0")
//genAttrs [ "ui.cursorline.primary" "ui.cursorline.secondary" "ui.popup" "ui.popup.info" ](const {bg = if theme.is_dark then "#404040" else "#F0F0F0";})
// mkBgStyle [ "ui.cursorline.primary" "ui.cursorline.secondary" "ui.popup" "ui.popup.info" ] (if theme.is_dark then "#404040" else "#F0F0F0")
genAttrs [ "hint" "info" "diagnostic" "diagnostic.hint" "diagnostic.info" "diagnostic.unnecessary" ](const {fg = if theme.is_dark then "#2B83A6" else "#3A8C9A"; # Muted teal.})
mkFgStyle[ "hint" "info" "diagnostic" "diagnostic.hint" "diagnostic.info" "diagnostic.unnecessary" ](if theme.is_dark then "#2B83A6" else "#3A8C9A" # Muted teal.)
// genAttrs [ "warning" "diagnostic.warning" "diagnostic.deprecated" ] (const {fg = if theme.is_dark then "#B58900" else "#9D8740"; # Muted yellow.})
// mkFgStyle [ "warning" "diagnostic.warning" "diagnostic.deprecated" ] (if theme.is_dark then "#B58900" else "#9D8740" # Muted yellow.)
// genAttrs [ "error" "diagnostic.error" ] (const {fg = if theme.is_dark then "#9D0006" else "#8F3F71"; # Muted red/brown.});
// mkFgStyle [ "error" "diagnostic.error" ] (if theme.is_dark then "#9D0006" else "#8F3F71" # Muted red/brown.);