4R5XJ6M6G3A67RQ3BPA6OSHMUEDCWOSDT7BCUMIKT4MPYHGTYLIAC T4XW4PSAU6OXIZD7AHJMLXMQTB6CDHS4HST3QO2MTRJP7MTLR6NAC A3KCM3RK3HEFXYM7PQMMFKNYZLPFGOP7GZHWKRDP37O67TIFV7MAC SCB7IK7YNYAR3WTV2XYGPYCGCUW2GPJSWAA5S2ZGCYSZ5AZKXIDAC 4NYCEHYAWPTFWSQ53SDQFC2NQ6C3CY2PUZPYIXRPLWK77LW55XTAC XDU5TYGDCNCMLWTQLAW4BQORGEFBEEX4WJA3YI2JP4HT26IJYV2QC QGSSRFA57VPLML5JN23BSJRXSYKTIALASQ3NFCVDWAXVZGP7JUKAC GB7WCUSTYHJ642OLGSZXO34V3KDZ23WQGTMNYMJ6FMOHDGDR445QC "color0": "#1b2326","color1": "#93b4db","color2": "#e0a2c1","color3": "#a4cfe0","color4": "#b4cfe6","color5": "#b7dae7","color6": "#c9d8ed","color7": "#e3eaed","color8": "#9ea3a5","color9": "#93b4db","color10": "#e0a2c1","color11": "#a4cfe0","color12": "#b4cfe6","color13": "#b7dae7","color14": "#c9d8ed","color15": "#e3eaed"
"color0": "#180c16","color1": "#3e4aba","color2": "#3f6cbe","color3": "#a145c1","color4": "#c567cc","color5": "#577ec7","color6": "#668acc","color7": "#d3c2e4","color8": "#93879f","color9": "#3e4aba","color10": "#3f6cbe","color11": "#a145c1","color12": "#c567cc","color13": "#577ec7","color14": "#668acc","color15": "#d3c2e4"
"ui.cursorline.primary".bg = if config.theme.is_dark then "#404040" else "#F0F0F0";"ui.cursorline.secondary".bg = if config.theme.is_dark then "#404040" else "#F0F0F0";"ui.popup".bg = if config.theme.is_dark then "#404040" else "#F0F0F0";"ui.popup.info".bg = if config.theme.is_dark then "#404040" else "#F0F0F0";"ui.selection".bg = if config.theme.is_dark then "#707070" else "#E0E0E0";"ui.selection.primary".bg = if config.theme.is_dark then "#707070" else "#E0E0E0";"comment".fg = if config.theme.is_dark then "#909090" else "#C0C0C0";};
"comment".fg = if config.theme.is_dark then "#909090" else "#C0C0C0";# Selections.} // genAttrs [ "ui.selection" "ui.selection.primary" ] (const {bg = if config.theme.is_dark then "#707070" else "#E0E0E0";})# Cursorline and popups.// genAttrs [ "ui.cursorline.primary" "ui.cursorline.secondary" "ui.popup" "ui.popup.info" ] (const {bg = if config.theme.is_dark then "#404040" else "#F0F0F0";})# Info.// genAttrs [ "hint" "info" "diagnostic" "diagnostic.hint" "diagnostic.info" "diagnostic.unnecessary" ] (const {fg = if config.theme.is_dark then "#427B58" else "#53868A"; # Muted teal.})# Warnings.// genAttrs [ "warning" "diagnostic.warning" "diagnostic.deprecated" ] (const {fg = if config.theme.is_dark then "#B58900" else "#9D8740"; # Muted yellow.})# Errors.// genAttrs [ "error" "diagnostic.error" ] (const {fg = if config.theme.is_dark then "#9D0006" else "#8F3F71"; # Muted red/brown.});